Class SloppyBugComparator

java.lang.Object
edu.umd.cs.findbugs.SloppyBugComparator
All Implemented Interfaces:
WarningComparator, Serializable, Comparator<BugInstance>

public class SloppyBugComparator extends Object implements WarningComparator
Very sloppy bug comparator: if the warnings are of the same type, and in the same class/method/field, assume they are the same.
Author:
David Hovemeyer
See Also: