Uses of Class
edu.umd.cs.findbugs.util.MapCache
-
Packages that use MapCache 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.edu.umd.cs.findbugs.ba.vna edu.umd.cs.findbugs.classfile.impl Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer.edu.umd.cs.findbugs.util -
-
Uses of MapCache in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as MapCache Modifier and Type Field Description private MapCache<java.lang.String,java.lang.String>SAXBugCollectionHandler. cache -
Uses of MapCache in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type MapCache 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_ALMethods in edu.umd.cs.findbugs.ba that return MapCache Modifier and Type Method Description private static MapCache<XMethod,java.util.BitSet>ClassContext. cachedBitsets()private static MapCache<XMethod,java.util.Set<java.lang.Integer>>ClassContext. cachedLoopExits() -
Uses of MapCache in edu.umd.cs.findbugs.ba.vna
Fields in edu.umd.cs.findbugs.ba.vna declared as MapCache Modifier and Type Field Description (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 MapCache Modifier and Type Field Description (package private) MapCache<java.lang.String,ZipInputStreamCodeBaseEntry>ZipInputStreamCodeBase. map -
Uses of MapCache in edu.umd.cs.findbugs.util
Subclasses of MapCache in edu.umd.cs.findbugs.util Modifier and Type Class Description classProfilingMapCache<K,V>
-