Skip to content

Commit bc5dc6a

Browse files
committed
Java: Remove TODO comment for getRuleExpression() behavior
Predicate behavior has been fixed on `main`.
1 parent 7bed14b commit bc5dc6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/semmle/code/java/Expr.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,6 @@ class StmtExpr extends Expr {
21512151
this = any(ForStmt s).getAnUpdate()
21522152
or
21532153
// Only applies to SwitchStmt, but not to SwitchExpr, see JLS 17 section 14.11.2
2154-
// TODO: Possibly redundant depending on how https://github.com/github/codeql/issues/8570 is resolved
21552154
this = any(SwitchStmt s).getACase().getRuleExpression()
21562155
or
21572156
// TODO: Workarounds for https://github.com/github/codeql/issues/3605

0 commit comments

Comments
 (0)