Skip to content

Commit

Permalink
Merge pull request #2035 from MarcMil/nop-fix
Browse files Browse the repository at this point in the history
Set fallbackToImmediateCallees =true as default
  • Loading branch information
StevenArzt authored Dec 22, 2023
2 parents 6fee2a9 + dead6c8 commit 59ea1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class JimpleBasedInterproceduralCFG extends AbstractJimpleBasedICFG {

protected boolean includeReflectiveCalls = false;
protected boolean includePhantomCallees = false;
protected boolean fallbackToImmediateCallees = false;
protected boolean fallbackToImmediateCallees = true;

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

0 comments on commit 59ea1d9

Please sign in to comment.