Skip to content

Commit 74158f1

Browse files
committed
revert explicit-this that caused non-monotonic recursion
1 parent 6ff8d4d commit 74158f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/CommandArguments.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private class CommandArgArrayImmutableFirst extends CommandArgumentArray {
155155
Expr getFirstElement() {
156156
result = this.getAWrite(0)
157157
or
158-
not exists(this.getAWrite(0)) and
158+
not exists(getAWrite(0)) and
159159
result = firstElementOf(this.getDefiningExpr())
160160
}
161161

0 commit comments

Comments
 (0)