Uses of Class
edu.umd.cs.findbugs.util.MapCache
Packages that use MapCache
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.
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Uses of MapCache in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as MapCache -
Uses of MapCache in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type MapCacheModifier and TypeFieldDescription(package private) static final AnalysisLocal
<MapCache<XMethod, BitSet>> ClassContext.cachedBitsets_AL
(package private) static final AnalysisLocal
<MapCache<XMethod, Set<Integer>>> ClassContext.cachedLoopExits_AL
Methods in edu.umd.cs.findbugs.ba that return MapCache -
Uses of MapCache in edu.umd.cs.findbugs.ba.vna
Fields in edu.umd.cs.findbugs.ba.vna declared as MapCacheModifier and TypeFieldDescription(package private) static MapCache
<ValueNumber, ValueNumber> ValueNumber.cache
-
Uses of MapCache in edu.umd.cs.findbugs.classfile.impl
Fields in edu.umd.cs.findbugs.classfile.impl declared as MapCacheModifier and TypeFieldDescription(package private) final MapCache
<String, ZipInputStreamCodeBaseEntry> ZipInputStreamCodeBase.map
-
Uses of MapCache in edu.umd.cs.findbugs.util
Subclasses of MapCache in edu.umd.cs.findbugs.util