mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: Remove TODO comment for getRuleExpression() behavior
Predicate behavior has been fixed on `main`.
This commit is contained in:
@@ -2151,7 +2151,6 @@ class StmtExpr extends Expr {
|
||||
this = any(ForStmt s).getAnUpdate()
|
||||
or
|
||||
// Only applies to SwitchStmt, but not to SwitchExpr, see JLS 17 section 14.11.2
|
||||
// TODO: Possibly redundant depending on how https://github.com/github/codeql/issues/8570 is resolved
|
||||
this = any(SwitchStmt s).getACase().getRuleExpression()
|
||||
or
|
||||
// TODO: Workarounds for https://github.com/github/codeql/issues/3605
|
||||
|
||||
Reference in New Issue
Block a user