We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d66ceb commit 3bf9abbCopy full SHA for 3bf9abb
java/ql/lib/semmle/code/java/dataflow/StringPrefixes.qll
@@ -31,10 +31,10 @@ import semmle.code.java.dataflow.TaintTracking
31
private import semmle.code.java.StringFormat
32
33
/**
34
- * A string constant that contains a prefix whose possible successor strings are returned
35
- * by `getAnAppendedExpression`.
+ * A string constant that contains a prefix whose possibly-appended strings are
+ * returned by `getAnAppendedExpression`.
36
*
37
- * Extend this class to specify prefixes whose successors should be analysed.
+ * Extend this class to specify prefixes whose possibly-appended strings should be analysed.
38
*/
39
abstract class InterestingPrefix extends CompileTimeConstantExpr {
40
0 commit comments