mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Avoid ambiguous term 'successor'.
This commit is contained in:
@@ -31,10 +31,10 @@ import semmle.code.java.dataflow.TaintTracking
|
||||
private import semmle.code.java.StringFormat
|
||||
|
||||
/**
|
||||
* A string constant that contains a prefix whose possible successor strings are returned
|
||||
* by `getAnAppendedExpression`.
|
||||
* A string constant that contains a prefix whose possibly-appended strings are
|
||||
* returned by `getAnAppendedExpression`.
|
||||
*
|
||||
* Extend this class to specify prefixes whose successors should be analysed.
|
||||
* Extend this class to specify prefixes whose possibly-appended strings should be analysed.
|
||||
*/
|
||||
abstract class InterestingPrefix extends CompileTimeConstantExpr {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user