We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdb2b5 commit e9f0bb9Copy full SHA for e9f0bb9
1 file changed
soot-infoflow/src/soot/jimple/infoflow/InfoflowConfiguration.java
@@ -1304,7 +1304,7 @@ public boolean equals(Object obj) {
1304
private long dataFlowTimeout = 0;
1305
private double memoryThreshold = 0.9d;
1306
private boolean oneSourceAtATime = false;
1307
- private int maxAliasingBases = 500;
+ private int maxAliasingBases = Integer.MAX_VALUE;
1308
1309
private static String baseDirectory = "";
1310
0 commit comments