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.
1 parent 62ece16 commit 8e64978Copy full SHA for 8e64978
java/ql/lib/semmle/code/java/ControlFlowGraph.qll
@@ -911,7 +911,8 @@ private module ControlFlowGraphImpl {
911
)
912
or
913
// the last node in an `ExprStmt` is the last node in the expression
914
- last(n.(ExprStmt).getExpr(), last, completion) and completion instanceof NormalOrBooleanCompletion
+ last(n.(ExprStmt).getExpr(), last, completion) and
915
+ completion instanceof NormalOrBooleanCompletion
916
917
// the last node in a `StmtExpr` is the last node in the statement
918
last(n.(StmtExpr).getStmt(), last, completion)
0 commit comments