mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Java/Cfg: Introduce new shared CFG library and replace the Java CFG.
This commit is contained in:
@@ -7,5 +7,5 @@ where
|
||||
iDominates(dom1, node) and
|
||||
iDominates(dom2, node) and
|
||||
dom1 != dom2 and
|
||||
func = node.getEnclosingStmt().getEnclosingCallable()
|
||||
func = node.getEnclosingCallable()
|
||||
select func, node, dom1, dom2
|
||||
|
||||
Reference in New Issue
Block a user