codeql/java-all
0.6.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if data can flow from node1 to node2 through a static field or variable capture.
node1
node2
import semmle.code.java.dataflow.internal.DataFlowPrivate
predicate jumpStep ( Node node1 , Node node2 )