Uses of Class
edu.umd.cs.findbugs.gui2.BugLeafNode
Packages that use BugLeafNode
-
Uses of BugLeafNode in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement interfaces with type arguments of type BugLeafNodeModifier and TypeClassDescriptionclassBugSet is what we use instead of SortedBugCollections.Methods in edu.umd.cs.findbugs.gui2 that return BugLeafNodeModifier and TypeMethodDescriptionBugSet.get(int index) MainFrame.getCurrentSelectedBugLeaf()MainFrameTree.getCurrentSelectedBugLeaf()BugSet.getUnfiltered(int index) Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type BugLeafNodeMethods in edu.umd.cs.findbugs.gui2 with parameters of type BugLeafNodeModifier and TypeMethodDescriptionintBugSet.indexOf(BugLeafNode p) intBugSet.indexOfUnfiltered(BugLeafNode p) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type BugLeafNodeModifier and TypeMethodDescriptionvoidBugTreeModel.crawlToOpen(TreePath path, ArrayList<BugLeafNode> bugLeafNodes, ArrayList<TreePath> treePaths)