Skip to content

Commit 7adb9c6

Browse files
committed
Fix DefaultLocalGenerator reference due to refactoring
1 parent ff4bcfc commit 7adb9c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import soot.BooleanType;
2727
import soot.ByteType;
2828
import soot.CharType;
29+
import soot.DefaultLocalGenerator;
2930
import soot.DoubleType;
3031
import soot.FastHierarchy;
3132
import soot.FloatType;
@@ -48,7 +49,6 @@
4849
import soot.Type;
4950
import soot.Unit;
5051
import soot.Value;
51-
import soot.javaToJimple.DefaultLocalGenerator;
5252
import soot.jimple.AssignStmt;
5353
import soot.jimple.DynamicInvokeExpr;
5454
import soot.jimple.InvokeExpr;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ public int getMaxCallStackSize() {
695695
* longer than this limit, the path reconstruction is aborted and the respective
696696
* path is skipped.
697697
*
698-
* @return The maximum length of a taint propagtation path3
698+
* @return The maximum length of a taint propagation path
699699
*/
700700
public int getMaxPathLength() {
701701
return maxPathLength;

0 commit comments

Comments
 (0)