Skip to content

Commit e9f0bb9

Browse files
committed
Try remove the limit
1 parent 6cdb2b5 commit e9f0bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soot-infoflow/src/soot/jimple/infoflow/InfoflowConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ public boolean equals(Object obj) {
13041304
private long dataFlowTimeout = 0;
13051305
private double memoryThreshold = 0.9d;
13061306
private boolean oneSourceAtATime = false;
1307-
private int maxAliasingBases = 500;
1307+
private int maxAliasingBases = Integer.MAX_VALUE;
13081308

13091309
private static String baseDirectory = "";
13101310

0 commit comments

Comments
 (0)