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 5ca9c09 commit 0a27a8cCopy full SHA for 0a27a8c
java/ql/lib/semmle/code/java/controlflow/BasicBlocks.qll
@@ -57,7 +57,7 @@ private module Input implements BB::InputSig<Location> {
57
* Holds if `node` represents an exit node to be used when calculating
58
* post dominance.
59
*/
60
- predicate nodeIsPostDominanceExit(Node node) { node instanceof ControlFlow::ExitNode }
+ predicate nodeIsPostDominanceExit(Node node) { node instanceof ControlFlow::NormalExitNode }
61
}
62
63
private module BbImpl = BB::Make<Location, Input>;
0 commit comments