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 | Method | Description |
---|---|---|
static DetectorFactoryCollection |
DetectorFactoryCollection.instance() |
Get the single instance of DetectorFactoryCollection.
|
static DetectorFactoryCollection |
DetectorFactoryCollection.rawInstance() |
Get the single instance of DetectorFactoryCollection.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
FindBugs2.registerPluginAnalysisEngines(DetectorFactoryCollection detectorFactoryCollection,
IAnalysisCache analysisCache) |
Register all of the analysis engines defined in the plugins
contained in a DetectorFactoryCollection with an IAnalysisCache.
|
void |
FindBugs2.setDetectorFactoryCollection(DetectorFactoryCollection detectorFactoryCollection) |
Set the detector factory collection to be used by this
FindBugs2 engine.
|
void |
IFindBugsEngine.setDetectorFactoryCollection(DetectorFactoryCollection detectorFactoryCollection) |
Set the DetectorFactoryCollection from which plugins/detectors
may be accessed.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.