Uses of Interface
edu.umd.cs.findbugs.ba.EdgeTypes
Packages that use EdgeTypes
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of EdgeTypes in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement EdgeTypesModifier and TypeClassDescriptionclassA CFGBuilder that really tries to construct accurate control flow graphs.classAn edge of a control flow graph.classPrune a CFG to remove infeasible exception edges.classclassResourceValueAnalysis<Resource>classclassObject to enumerate (some subset of) the simple paths in a CFG.classVisitor to find all of the targets of an instruction whose InstructionHandle is given. -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.bcp
Classes in edu.umd.cs.findbugs.ba.bcp that implement EdgeTypes -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.npe
Classes in edu.umd.cs.findbugs.ba.npe that implement EdgeTypesModifier and TypeClassDescriptionclassA dataflow analysis to detect potential null pointer dereferences. -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.type
Classes in edu.umd.cs.findbugs.ba.type that implement EdgeTypesModifier and TypeClassDescriptionclassA forward dataflow analysis to determine the types of all values in the Java stack frame at all points in a Java method. -
Uses of EdgeTypes in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement EdgeTypesModifier and TypeClassDescriptionprivate static final class