Uses of Class
edu.umd.cs.findbugs.gui2.BugAspects
-
Packages that use BugAspects Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of BugAspects in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugAspects Modifier and Type Field Description private BugAspects
MainFrame. currentSelectedBugAspects
private BugAspects
BugTreeModel. root
Methods in edu.umd.cs.findbugs.gui2 that return BugAspects Modifier and Type Method Description BugAspects
BugAspects. addToNew(BugAspects.SortableValue sp)
BugAspects
MainFrame. getCurrentSelectedBugAspects()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects Modifier and Type Method Description private java.util.List<BugAspects.SortableValue>
BugTreeModel. enumsThatExist(BugAspects a)
private java.lang.Object
BugTreeModel. getChild(BugAspects a, int index)
boolean
BugLeafNode. matches(BugAspects aspects)
BugSet
BugSet. query(BugAspects a)
Gives you back the BugSet containing all bugs that match your queryvoid
MainFrame. setCurrentSelectedBugAspects(BugAspects currentSelectedBugAspects)
Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugAspects Modifier and Type Method Description void
BugTreeModel. crawl(java.util.ArrayList<BugAspects> path, int depth)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects Constructor Description BugAspects(BugAspects a)
-