edu.umd.cs.findbugs.gui2

Class BugLeafNode

public class BugLeafNode extends Object

These are the leaves of the tree, note that coloring is not done here, it is done in BugRenderer This class is basically just a wrapper for BugInstance
Method Summary
BugInstancegetBug()
booleanmatches(BugAspects.SortableValue keyValuePair)
booleanmatches(BugAspects aspects)

Method Detail

getBug

public BugInstance getBug()

matches

public boolean matches(BugAspects.SortableValue keyValuePair)

matches

public boolean matches(BugAspects aspects)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.