Uses of Class
edu.umd.cs.findbugs.AnalysisLocal
-
Packages that use AnalysisLocal Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs
), the object model classes for bug instances (BugInstance
,BugAnnotation
), and other miscellany.edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of AnalysisLocal in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as AnalysisLocal Modifier and Type Field Description private static AnalysisLocal<java.util.HashMap<BugPattern,java.lang.Integer>>
BugRanker. rankForBugPattern
Methods in edu.umd.cs.findbugs that return types with arguments of type AnalysisLocal Modifier and Type Method Description protected java.util.Map<AnalysisLocal<T>,T>
AnalysisLocal. getMap()
Deprecated. -
Uses of AnalysisLocal in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as AnalysisLocal Modifier and Type Field Description (package private) static AnalysisLocal<MapCache<XMethod,java.util.BitSet>>
ClassContext. cachedBitsets_AL
(package private) static AnalysisLocal<MapCache<XMethod,java.util.Set<java.lang.Integer>>>
ClassContext. cachedLoopExits_AL
private static AnalysisLocal<XFactory>
AnalysisContext. currentXFactory
-