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.
2 parents d64a936 + bc2e7d4 commit 937e3dcCopy full SHA for 937e3dc
java/ql/lib/semmle/code/java/ControlFlowGraph.qll
@@ -1621,7 +1621,8 @@ private module ControlFlowGraphImpl {
1621
result.(AssertThrowNode).getAstNode() = assertstmt
1622
)
1623
or
1624
- last(assertstmt.getMessage(), n, NormalCompletion()) and
+ last(assertstmt.getMessage(), n, completion) and
1625
+ completion = NormalCompletion() and
1626
1627
1628
0 commit comments