Doesn't execute all paths correctly
This commit is contained in:
@@ -83,6 +83,8 @@ public class NameAndType extends PoolEntry
|
||||
public boolean isNonVoid()
|
||||
{
|
||||
java.lang.String methodRefType = this.getDescriptor();
|
||||
if (this.getName().equals("<init>"))
|
||||
return true;
|
||||
return !methodRefType.endsWith(")V");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user