We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getRuleExpression()
1 parent 7bed14b commit bc5dc6aCopy full SHA for bc5dc6a
java/ql/lib/semmle/code/java/Expr.qll
@@ -2151,7 +2151,6 @@ class StmtExpr extends Expr {
2151
this = any(ForStmt s).getAnUpdate()
2152
or
2153
// 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
2155
this = any(SwitchStmt s).getACase().getRuleExpression()
2156
2157
// TODO: Workarounds for https://github.com/github/codeql/issues/3605
0 commit comments