Skip to content

Commit d46b897

Browse files
committed
Add explicit this
1 parent beaa1cf commit d46b897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/StringPrefixes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private class StringBuilderVarExt extends StringBuilderVar {
114114
private StringBuilderAppend getNextAppendIncludingAssignmentChains(
115115
StringBuilderConstructorOrAppend prev
116116
) {
117-
result = getNextAssignmentChainedAppend(prev)
117+
result = this.getNextAssignmentChainedAppend(prev)
118118
or
119119
prev = this.getAnAssignedValue() and
120120
result = this.getAFirstAppendAfterAssignment()

0 commit comments

Comments
 (0)