mirror of
https://github.com/github/codeql.git
synced 2025-12-26 21:56:39 +01:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
|
|
import java
|
|
|
|
module DataFlow {
|
|
import semmle.code.java.dataflow.internal.DataFlow
|
|
import semmle.code.java.dataflow.internal.DataFlowImpl1
|
|
}
|