We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98de4b4 commit bea24d8Copy full SHA for bea24d8
1 file changed
soot-infoflow/src/soot/jimple/infoflow/data/pathBuilders/ContextSensitivePathBuilder.java
@@ -293,7 +293,7 @@ public void computeTaintPaths(Set<AbstractionAtSink> res) {
293
/**
294
* Uses the cached path to extend the current path
295
*
296
- * @param scapStart SourceContextAndPath of the current abstraction
+ * @param scap SourceContextAndPath of the current abstraction
297
* @param cachedScap cached SourceContextAndPath to extend scap
298
*/
299
protected void buildFullPathFromCache(SourceContextAndPath scap, SourceContextAndPath cachedScap) {
0 commit comments