Module TrackedVariablesImpl
Import path
import semmle.code.java.dataflow.SSAPredicates
| trackField | Holds if |
Classes
| TrackedField | |
| TrackedVar | The variables that form the basis of the non-trivial SSA construction. Fields that aren’t tracked get a trivial SSA construction (a definition prior to every read). |