mirror of
https://github.com/github/codeql.git
synced 2026-01-12 06:00:23 +01:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
|
|
import java
|
|
|
|
module DataFlow2 {
|
|
import semmle.code.java.dataflow.internal.DataFlowImpl2
|
|
}
|