Uses of Interface
edu.umd.cs.findbugs.ba.EdgeTypes
-
Packages that use EdgeTypes Package Description edu.umd.cs.findbugs.ba edu.umd.cs.findbugs.ba.bcp edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.ba.type -
-
Uses of EdgeTypes in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement EdgeTypes Modifier and Type Class Description classBetterCFGBuilder2A CFGBuilder that really tries to construct accurate control flow graphs.classEdgeAn edge of a control flow graph.classPruneInfeasibleExceptionEdgesPrune a CFG to remove infeasible exception edges.classPruneUnconditionalExceptionThrowerEdgesclassResourceValueAnalysis<Resource>classReturnPathAnalysisclassSimplePathEnumeratorObject to enumerate (some subset of) the simple paths in a CFG.classTargetEnumeratingVisitorVisitor 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 Modifier and Type Class Description classIfNull -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.npe
Classes in edu.umd.cs.findbugs.ba.npe that implement EdgeTypes Modifier and Type Class Description classIsNullValueAnalysisA 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 EdgeTypes Modifier and Type Class Description classTypeAnalysisA forward dataflow analysis to determine the types of all values in the Java stack frame at all points in a Java method.
-