Uses of Class
edu.umd.cs.findbugs.gui2.BugAspects.SortableValue
Packages that use BugAspects.SortableValue
-
Uses of BugAspects.SortableValue in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugAspects.SortableValueModifier and TypeFieldDescriptionprivate final HashMap
<BugAspects.SortableValue, Boolean> BugSet.doneContainsMap
private final HashMap
<BugAspects.SortableValue, BugSet> BugSet.doneMap
private ArrayList
<BugAspects.SortableValue> BugAspects.lst
Methods in edu.umd.cs.findbugs.gui2 that return BugAspects.SortableValueMethods in edu.umd.cs.findbugs.gui2 that return types with arguments of type BugAspects.SortableValueModifier and TypeMethodDescriptionprivate List
<BugAspects.SortableValue> BugTreeModel.enumsThatExist
(BugAspects a) BugAspects.iterator()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects.SortableValueModifier and TypeMethodDescriptionvoid
BugAspects.add
(BugAspects.SortableValue sp) BugAspects.addToNew
(BugAspects.SortableValue sp) boolean
BugSet.contains
(BugAspects.SortableValue keyValuePair) Contains takes a key/value pairprivate static Matcher
FilterFactory.makeMatcher
(BugAspects.SortableValue sv) boolean
BugLeafNode.matches
(BugAspects.SortableValue keyValuePair) (package private) BugSet
BugSet.query
(BugAspects.SortableValue keyValuePair) A String pair has a key and a value.Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugAspects.SortableValueModifier and TypeMethodDescriptionstatic Matcher
FilterFactory.makeAndMatcher
(Collection<BugAspects.SortableValue> sortables) private static Matcher
FilterFactory.makeMatcher
(Collection<BugAspects.SortableValue> sortables, boolean andOr) static Matcher
FilterFactory.makeOrMatcher
(Collection<BugAspects.SortableValue> sortables) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects.SortableValue