Skip to content

Commit 59ea1d9

Browse files
authored
Merge pull request #2035 from MarcMil/nop-fix
Set fallbackToImmediateCallees =true as default
2 parents 6fee2a9 + dead6c8 commit 59ea1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/soot/jimple/toolkits/ide/icfg/JimpleBasedInterproceduralCFG.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class JimpleBasedInterproceduralCFG extends AbstractJimpleBasedICFG {
6262

6363
protected boolean includeReflectiveCalls = false;
6464
protected boolean includePhantomCallees = false;
65-
protected boolean fallbackToImmediateCallees = false;
65+
protected boolean fallbackToImmediateCallees = true;
6666

6767
// retains only callers that are explicit call sites or Thread.start()
6868
public class EdgeFilter extends Filter {

0 commit comments

Comments
 (0)