Uses of Class
edu.umd.cs.findbugs.AnalysisLocal
Packages that use AnalysisLocal
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.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 AnalysisLocalModifier and TypeFieldDescriptionprivate static AnalysisLocal<HashMap<BugPattern, Integer>> BugRanker.rankForBugPatternMethods in edu.umd.cs.findbugs that return types with arguments of type AnalysisLocalModifier and TypeMethodDescriptionprotected 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 AnalysisLocalModifier and TypeFieldDescription(package private) static final AnalysisLocal<MapCache<XMethod, BitSet>> ClassContext.cachedBitsets_AL(package private) static final AnalysisLocal<MapCache<XMethod, Set<Integer>>> ClassContext.cachedLoopExits_ALprivate static AnalysisLocal<XFactory> AnalysisContext.currentXFactory