Uses of Class
edu.umd.cs.findbugs.gui2.BugSet
-
Packages that use BugSet Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of BugSet in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugSet Modifier and Type Field Description private BugSetBugTreeModel. bugSet(package private) BugSetBugSet. cacheprivate static BugSetBugSet. mainBugSetFields in edu.umd.cs.findbugs.gui2 with type parameters of type BugSet Modifier and Type Field Description private java.util.HashMap<BugAspects.SortableValue,BugSet>BugSet. doneMapMethods in edu.umd.cs.findbugs.gui2 that return BugSet Modifier and Type Method Description private BugSetBugSet. filteredBugsCached()private BugSetBugSet. filteredBugsNoCache()BugSetBugSet. getBugsMatchingFilter(Matcher m)static BugSetBugSet. 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.BugSetBugAspects. getMatchingBugs(BugSet theSet)BugSetBugSet. query(BugAspects a)Gives you back the BugSet containing all bugs that match your query(package private) BugSetBugSet. query(BugAspects.SortableValue keyValuePair)A String pair has a key and a value.Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugSet Modifier and Type Method Description (package private) voidBugTreeModel. changeSet(BugSet set)java.lang.String[]Sortables. getAll(BugSet set)java.lang.String[]Sortables. getAllSorted(BugSet set)BugSetBugAspects. getMatchingBugs(BugSet theSet)(package private) static voidBugSet. 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 BugSet Constructor Description BugSet(BugSet copySet)Copy constructor, also used to make sure things are recalculatedBugTreeModel(MainFrame mainFrame, javax.swing.JTree tree, SorterTableColumnModel st, BugSet data)
-