We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21e84c commit b3ac6f7Copy full SHA for b3ac6f7
src/main/java/soot/toDex/ExprVisitor.java
@@ -238,7 +238,7 @@ private boolean isCallToConstructor(SpecialInvokeExpr sie) {
238
}
239
240
private boolean isCallToSuper(SpecialInvokeExpr sie) {
241
- SootClass classWithInvokation = sie.getMethod().getDeclaringClass();
+ SootClass classWithInvokation = sie.getMethodRef().getDeclaringClass();
242
SootClass currentClass = stmtV.getBelongingClass();
243
244
while (currentClass != null) {
0 commit comments