File tree Expand file tree Collapse file tree
soot-infoflow/src/soot/jimple/infoflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626import soot .BooleanType ;
2727import soot .ByteType ;
2828import soot .CharType ;
29+ import soot .DefaultLocalGenerator ;
2930import soot .DoubleType ;
3031import soot .FastHierarchy ;
3132import soot .FloatType ;
4849import soot .Type ;
4950import soot .Unit ;
5051import soot .Value ;
51- import soot .javaToJimple .DefaultLocalGenerator ;
5252import soot .jimple .AssignStmt ;
5353import soot .jimple .DynamicInvokeExpr ;
5454import soot .jimple .InvokeExpr ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments