mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add explicit this
This commit is contained in:
@@ -114,7 +114,7 @@ private class StringBuilderVarExt extends StringBuilderVar {
|
||||
private StringBuilderAppend getNextAppendIncludingAssignmentChains(
|
||||
StringBuilderConstructorOrAppend prev
|
||||
) {
|
||||
result = getNextAssignmentChainedAppend(prev)
|
||||
result = this.getNextAssignmentChainedAppend(prev)
|
||||
or
|
||||
prev = this.getAnAssignedValue() and
|
||||
result = this.getAFirstAppendAfterAssignment()
|
||||
|
||||
Reference in New Issue
Block a user