Skip to content

Commit c870d87

Browse files
committed
Java: remove explicit this that causes non-monotonic recursion
1 parent c2b7487 commit c870d87

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
@@ -153,7 +153,7 @@ private class CommandArgArrayImmutableFirst extends CommandArgumentArray {
153153
Expr getFirstElement() {
154154
result = this.getAWrite(0)
155155
or
156-
not exists(this.getAWrite(0)) and
156+
not exists(getAWrite(0)) and
157157
result = firstElementOf(this.getDefiningExpr())
158158
}
159159

0 commit comments

Comments
 (0)