Class SloppyBugComparator

  • All Implemented Interfaces:
    WarningComparator, java.io.Serializable, java.util.Comparator<BugInstance>

    public class SloppyBugComparator
    extends java.lang.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.
    See Also:
    Serialized Form