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
Classes in edu.umd.cs.findbugs.gui2 that implement interfaces with type arguments of type BugAspects.SortableValueModifier and TypeClassDescriptionclassThese are the branches in our tree, each branch forms a complete query that could be sent to the main bugset to return all the bugs it contains For example, a single bugAspects could be <priority,high> or it could be <priority,high>, <designation,must fix>,<class,fishpond>, <package,default> In this implementation, <priority,high>,<designation,unclassified> is different from <designation,unclassified>,<priority,high>.Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugAspects.SortableValueModifier and TypeFieldDescriptionprivate final HashMap<BugAspects.SortableValue, Boolean> BugSet.doneContainsMapprivate final HashMap<BugAspects.SortableValue, BugSet> BugSet.doneMapprivate ArrayList<BugAspects.SortableValue> BugAspects.lstMethods 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 TypeMethodDescriptionvoidBugAspects.add(BugAspects.SortableValue sp) BugAspects.addToNew(BugAspects.SortableValue sp) booleanBugSet.contains(BugAspects.SortableValue keyValuePair) Contains takes a key/value pairprivate static MatcherFilterFactory.makeMatcher(BugAspects.SortableValue sv) booleanBugLeafNode.matches(BugAspects.SortableValue keyValuePair) (package private) BugSetBugSet.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 MatcherFilterFactory.makeAndMatcher(Collection<BugAspects.SortableValue> sortables) private static MatcherFilterFactory.makeMatcher(Collection<BugAspects.SortableValue> sortables, boolean andOr) static MatcherFilterFactory.makeOrMatcher(Collection<BugAspects.SortableValue> sortables) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects.SortableValue