public interface WarningComparator extends Comparator<BugInstance>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compare(BugInstance lhs,
BugInstance rhs) |
void |
setClassNameRewriter(ClassNameRewriter classNameRewriter) |
equalsvoid setClassNameRewriter(ClassNameRewriter classNameRewriter)
int compare(BugInstance lhs, BugInstance rhs)
compare in interface Comparator<BugInstance>Copyright © 2003–2015. All rights reserved.