Uses of Interface
edu.umd.cs.findbugs.BugCollection

Packages that use BugCollection
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.
 
 
Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package.
The package providing a BugReporter implementation which produces report in SARIF format.