FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.gui2.BugSet

Packages that use BugSet
edu.umd.cs.findbugs.gui2   
 

Uses of BugSet in edu.umd.cs.findbugs.gui2
 

Methods in edu.umd.cs.findbugs.gui2 that return BugSet
 BugSet 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.
 BugSet BugAspects.getMatchingBugs(BugSet theSet)
           
static BugSet BugLoader.loadBugsHelper(BugCollection collection)
           
 BugSet BugSet.query(BugAspects a)
          Gives you back the BugSet containing all bugs that match your query
 

Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugSet
 java.lang.String[] Sortables.getAll(BugSet set)
           
 java.lang.String[] Sortables.getAllSorted(BugSet set)
           
 BugSet BugAspects.getMatchingBugs(BugSet theSet)
           
 

Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugSet
BugTreeModel(javax.swing.JTree tree, SorterTableColumnModel st, BugSet data)
           
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.