|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui.FindBugsFrame.BugInstanceTypeComparator
private static class FindBugsFrame.BugInstanceTypeComparator
Compare BugInstance bug types. This is useful for grouping bug instances by bug type. Note that all instances with the same bug type will compare as equal.
Constructor Summary | |
---|---|
private |
FindBugsFrame.BugInstanceTypeComparator()
|
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.BugInstanceTypeComparator()
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 |