|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui.FindBugsFrame.BugInstanceClassComparator
private static class FindBugsFrame.BugInstanceClassComparator
Compare BugInstance class names. This is useful for grouping bug instances by class. Note that all instances with the same class name will compare as equal.
Constructor Summary | |
---|---|
private |
FindBugsFrame.BugInstanceClassComparator()
|
Method Summary | |
---|---|
int |
compare(BugInstance lhs,
BugInstance rhs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
private FindBugsFrame.BugInstanceClassComparator()
Method Detail |
---|
public int compare(BugInstance lhs, BugInstance rhs)
compare
in interface java.util.Comparator<BugInstance>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |