Uses of Class
edu.umd.cs.findbugs.util.DualKeyHashMap
Packages that use DualKeyHashMap
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.Support for analyzing code containing JSR-305 type qualifier annotations.
-
Uses of DualKeyHashMap in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as DualKeyHashMapModifier and TypeFieldDescriptionprivate final DualKeyHashMap<Class<?>, String, ComponentPlugin<?>> Plugin.componentPlugins -
Uses of DualKeyHashMap in edu.umd.cs.findbugs.ba.ch
Fields in edu.umd.cs.findbugs.ba.ch declared as DualKeyHashMapModifier and TypeFieldDescriptionprivate final DualKeyHashMap<org.apache.bcel.generic.ReferenceType, org.apache.bcel.generic.ReferenceType, org.apache.bcel.generic.ReferenceType> Subtypes2.firstCommonSuperclassQueryCache -
Uses of DualKeyHashMap in edu.umd.cs.findbugs.ba.jsr305
Fields in edu.umd.cs.findbugs.ba.jsr305 declared as DualKeyHashMapModifier and TypeFieldDescriptionprivate final DualKeyHashMap<MethodDescriptor, Integer, Map<TypeQualifierValue<?>, TypeQualifierAnnotation>> TypeQualifierDatabase.parameterMap(package private) DualKeyHashMap<ClassDescriptor, Object, TypeQualifierValue<?>> TypeQualifierValue.Data.typeQualifierMapCache in which constructed TypeQualifierValues are interned.Fields in edu.umd.cs.findbugs.ba.jsr305 with type parameters of type DualKeyHashMapModifier and TypeFieldDescriptionprivate final Map<TypeQualifierValue<?>, DualKeyHashMap<XMethod, Integer, TypeQualifierAnnotation>> TypeQualifierApplications.Data.effectiveParameterAnnotationsMap of TypeQualifierValues to maps containing, for each XMethod/parameter, the effective TypeQualifierAnnotation (if any) for that XMethod/parameter.private static ThreadLocal<DualKeyHashMap<TypeQualifierValue<?>, javax.annotation.meta.When, TypeQualifierAnnotation>> TypeQualifierAnnotation.instanceMethods in edu.umd.cs.findbugs.ba.jsr305 that return types with arguments of type DualKeyHashMapModifier and TypeMethodDescriptionprivate static Map<TypeQualifierValue<?>, DualKeyHashMap<XMethod, Integer, TypeQualifierAnnotation>> TypeQualifierApplications.getEffectiveParameterAnnotations() -
Uses of DualKeyHashMap in edu.umd.cs.findbugs.util
Fields in edu.umd.cs.findbugs.util with type parameters of type DualKeyHashMap