Uses of Class
edu.umd.cs.findbugs.gui2.BugAspects
Packages that use BugAspects
-
Uses of BugAspects in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugAspectsModifier and TypeFieldDescriptionprivate BugAspects
MainFrame.currentSelectedBugAspects
private BugAspects
BugTreeModel.root
Methods in edu.umd.cs.findbugs.gui2 that return BugAspectsModifier and TypeMethodDescriptionBugAspects.addToNew
(BugAspects.SortableValue sp) MainFrame.getCurrentSelectedBugAspects()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type BugAspectsModifier and TypeMethodDescriptionprivate List
<BugAspects.SortableValue> BugTreeModel.enumsThatExist
(BugAspects a) private Object
BugTreeModel.getChild
(BugAspects a, int index) boolean
BugLeafNode.matches
(BugAspects aspects) 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 BugAspectsConstructors in edu.umd.cs.findbugs.gui2 with parameters of type BugAspects