Uses of Package
edu.umd.cs.findbugs.util
-
Packages that use edu.umd.cs.findbugs.util 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.ch edu.umd.cs.findbugs.ba.jsr305 Support for analyzing code containing JSR-305 type qualifier annotations.edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied.edu.umd.cs.findbugs.ba.vna edu.umd.cs.findbugs.classfile.engine Analysis engine classes to produce the analyses defined in the edu.umd.cs.findbugs.classfile.analysis package.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.detect edu.umd.cs.findbugs.util edu.umd.cs.findbugs.workflow -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs Class Description DualKeyHashMap MapCache Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound.TopologicalSort.OutEdges -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba Class Description MapCache Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound. -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba.ch Class Description DualKeyHashMap -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba.jsr305 Class Description DualKeyHashMap -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba.npe Class Description MultiMap -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba.obl Class Description StringMatcher A boolean predicate for matching String values.TypeMatcher Predicate for matching types. -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.ba.vna Class Description MapCache Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound. -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.classfile.engine Class Description MultiMap -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.classfile.impl Class Description MapCache Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound. -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.detect Class Description MultiMap -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.util Class Description DualKeyHashMap MapCache Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound.MergeMap MultiMap Multiset MutableClasses.ClassAnalysis Analytic information about aJavaClass
relevant to determining its mutability properties.StringMatcher A boolean predicate for matching String values.TopologicalSort.OutEdges TopologicalSort.SortAlgorithm TypeMatcher Predicate for matching types.WriteOnceProperties.PropertyReadAt -
Classes in edu.umd.cs.findbugs.util used by edu.umd.cs.findbugs.workflow Class Description Bag Simple implementation of a Bag