Files
codeql/java/ql/test/library-tests/successors/LoopVarReadTest/TestSucc.ql
2018-08-30 10:48:05 +01:00

7 lines
223 B
Plaintext

import java
from ControlFlowNode n, ControlFlowNode succ
where succ = n.getASuccessor() and n.getLocation().getFile().getExtension() = "java" and
not n.getFile().getStem() = "PopulateRuntimeException"
select n, succ