Uses of Class
edu.umd.cs.findbugs.DetectorFactoryCollection
Packages that use DetectorFactoryCollection
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 DetectorFactoryCollection in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return DetectorFactoryCollectionModifier and TypeMethodDescriptionstatic DetectorFactoryCollection
DetectorFactoryCollection.instance()
Get the single instance of DetectorFactoryCollection, which knows each and every loaded plugin, independently of it's enablementMethods in edu.umd.cs.findbugs with parameters of type DetectorFactoryCollectionModifier and TypeMethodDescriptionstatic void
FindBugs2.registerPluginAnalysisEngines
(DetectorFactoryCollection detectorFactoryCollection, IAnalysisCache analysisCache) Register all of the analysis engines defined in the plugins contained in a DetectorFactoryCollection with an IAnalysisCache.static void
DetectorFactoryCollection.resetInstance
(DetectorFactoryCollection instance) Reset the factory singleton.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.