mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Java: Accept revised CFG.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import default
|
||||
import utils.test.AstCfg
|
||||
|
||||
from ControlFlowNode n
|
||||
where n.getEnclosingCallable().getCompilationUnit().fromSource()
|
||||
select n, n.getASuccessor()
|
||||
select n, getAnAstSuccessor(n)
|
||||
|
||||
Reference in New Issue
Block a user