FindBugs™ 1.3.9

edu.umd.cs.findbugs.gui2
Class BugLeafNode

java.lang.Object
  extended by edu.umd.cs.findbugs.gui2.BugLeafNode

public class BugLeafNode
extends java.lang.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
 boolean equals(java.lang.Object o)
           
 BugInstance getBug()
           
 int hashCode()
           
 boolean matches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)
           
 boolean matches(BugAspects aspects)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getBug

public BugInstance getBug()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

matches

public boolean matches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

matches

public boolean matches(BugAspects aspects)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.