| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany. |
| Modifier and Type | Class and Description |
|---|---|
class |
FuzzyBugComparator
A slightly more intellegent way of comparing BugInstances from two versions
to see if they are the "same".
|
class |
SloppyBugComparator
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 |
VersionInsensitiveBugComparator
Compare bug instances by only those criteria which we would expect to remain
constant between versions.
|
SpotBugs is licensed under the LGPL.