Uses of Class
edu.umd.cs.findbugs.gui2.BugSet
Packages that use BugSet
-
Uses of BugSet in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugSetModifier and TypeFieldDescriptionprivate BugSet
BugTreeModel.bugSet
(package private) BugSet
BugSet.cache
private static BugSet
BugSet.mainBugSet
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type BugSetModifier and TypeFieldDescriptionprivate final HashMap
<BugAspects.SortableValue, BugSet> BugSet.doneMap
Methods in edu.umd.cs.findbugs.gui2 that return BugSetModifier and TypeMethodDescriptionprivate BugSet
BugSet.filteredBugsCached()
private BugSet
BugSet.filteredBugsNoCache()
BugSet.getBugsMatchingFilter
(Matcher m) static BugSet
BugSet.getMainBugSet()
mainBugSet should probably always be the same as the data field in the current BugTreeModel we haven't run into any issues where it isn't, but if the two aren't equal using ==, problems might occur.BugAspects.getMatchingBugs
(BugSet theSet) BugSet.query
(BugAspects a) Gives you back the BugSet containing all bugs that match your query(package private) BugSet
BugSet.query
(BugAspects.SortableValue keyValuePair) A String pair has a key and a value.Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugSetModifier and TypeMethodDescription(package private) void
String[]
String[]
Sortables.getAllSorted
(BugSet set) BugAspects.getMatchingBugs
(BugSet theSet) (package private) static void
BugSet.setAsRootAndCache
(BugSet bs) Sets the BugSet passed in to be the mainBugSet, this should always match up with the data set in the BugTreeModelConstructors in edu.umd.cs.findbugs.gui2 with parameters of type BugSetModifierConstructorDescription(package private)
Copy constructor, also used to make sure things are recalculatedBugTreeModel
(MainFrame mainFrame, JTree tree, SorterTableColumnModel st, BugSet data)