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
Methods in edu.umd.cs.findbugs.gui2 that return BugAspects Modifier and Type Method Description BugAspectsBugAspects. addToNew(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue sp)BugAspectsMainFrame. getCurrentSelectedBugAspects()Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects Modifier and Type Method Description booleanBugLeafNode. matches(BugAspects aspects)BugSetBugSet. query(BugAspects a)Gives you back the BugSet containing all bugs that match your queryvoidCloudCommentsPane. setBugAspects(BugAspects aspects)voidMainFrame. setCurrentSelectedBugAspects(BugAspects currentSelectedBugAspects)protected voidCommentsArea. updateCommentsFromNonLeafInformationFromSwingThread(BugAspects theAspects)Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugAspects Modifier and Type Method Description voidBugTreeModel. 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)
-