codeql/java-all
4.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if n1 is the qualifier of a call to clone() and n2 is the result.
n1
clone()
n2
import semmle.code.java.dataflow.internal.DataFlowPrivate
predicate cloneStep(Node n1, Node n2)