Uses of Interface
edu.umd.cs.findbugs.WarningComparator
Packages that use WarningComparator
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of WarningComparator in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement WarningComparatorModifier and TypeClassDescriptionclass
A slightly more intellegent way of comparing BugInstances from two versions to see if they are the "same".class
Very sloppy bug comparator: if the warnings are of the same type, and in the same class/method/field, assume they are the same.class
Compare bug instances by only those criteria which we would expect to remain constant between versions.