codeql/java-all
0.7.5
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if data can flow from node1 to node2 in zero or more local (intra-procedural) steps.
node1
node2
import semmle.code.java.dataflow.DataFlow
predicate localFlow ( Node node1 , Node node2 )