Files
codeql/java/ql/test/library-tests/controlflow/basic/bbStmts.ql
Ian Lynagh f73f418a97 Java: Make a test output a bit more readable
Now the nodes are in index order, and the indices are aligned.
2021-10-25 18:48:19 +01:00

8 lines
149 B
Plaintext

import default
from BasicBlock b, ControlFlowNode n, int i
where
b.getNode(i) = n and
b.getFile().(CompilationUnit).fromSource()
select b, i, n