Uses of Class
edu.umd.cs.findbugs.gui2.BugSet
Packages that use BugSet
-
Uses of BugSet in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return BugSetModifier and TypeMethodDescriptionBugSet.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 queryMethods in edu.umd.cs.findbugs.gui2 with parameters of type BugSetModifier and TypeMethodDescriptionString[]
String[]
Sortables.getAllSorted
(BugSet set) BugAspects.getMatchingBugs
(BugSet theSet) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugSetModifierConstructorDescriptionBugTreeModel
(MainFrame mainFrame, JTree tree, SorterTableColumnModel st, BugSet data)