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 DetectorFactoryCollectionDetectorFactoryCollection.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 voidFindBugs2.registerPluginAnalysisEngines(DetectorFactoryCollection detectorFactoryCollection, IAnalysisCache analysisCache) Register all of the analysis engines defined in the plugins contained in a DetectorFactoryCollection with an IAnalysisCache.static voidDetectorFactoryCollection.resetInstance(DetectorFactoryCollection instance) Reset the factory singleton.voidFindBugs2.setDetectorFactoryCollection(DetectorFactoryCollection detectorFactoryCollection) Set the detector factory collection to be used by this FindBugs2 engine.voidIFindBugsEngine.setDetectorFactoryCollection(DetectorFactoryCollection detectorFactoryCollection) Set the DetectorFactoryCollection from which plugins/detectors may be accessed.