Uses of Interface
edu.umd.cs.findbugs.plan.DetectorFactorySelector
-
Packages that use DetectorFactorySelector 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.edu.umd.cs.findbugs.plan -
-
Uses of DetectorFactorySelector in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return DetectorFactorySelector Modifier and Type Method Description private DetectorFactorySelector
PluginLoader. getConstraintSelector(org.dom4j.Element constraintElement, Plugin plugin, java.lang.String singleDetectorElementName)
-
Uses of DetectorFactorySelector in edu.umd.cs.findbugs.plan
Classes in edu.umd.cs.findbugs.plan that implement DetectorFactorySelector Modifier and Type Class Description class
ByInterfaceDetectorFactorySelector
DetectorFactorySelector implementation that chooses detectors based on an implemented interface or extended superclass.class
ReportingDetectorFactorySelector
Select all detector factories for reporting detectors.class
SingleDetectorFactorySelector
Select a detector factory for a specific detector class.Fields in edu.umd.cs.findbugs.plan declared as DetectorFactorySelector Modifier and Type Field Description private DetectorFactorySelector
DetectorOrderingConstraint. earlier
private DetectorFactorySelector
DetectorOrderingConstraint. later
Methods in edu.umd.cs.findbugs.plan that return DetectorFactorySelector Modifier and Type Method Description DetectorFactorySelector
DetectorOrderingConstraint. getEarlier()
DetectorFactorySelector
DetectorOrderingConstraint. getLater()
Methods in edu.umd.cs.findbugs.plan with parameters of type DetectorFactorySelector Modifier and Type Method Description private java.util.Set<DetectorNode>
ExecutionPlan. addOrCreateDetectorNodes(DetectorFactorySelector selector, java.util.Map<java.lang.String,DetectorNode> nodeMap, java.util.Set<DetectorFactory> factorySet, ConstraintGraph constraintGraph)
private java.util.Set<DetectorFactory>
ExecutionPlan. selectDetectors(DetectorFactorySelector selector, java.util.Set<DetectorFactory> candidateSet)
Constructors in edu.umd.cs.findbugs.plan with parameters of type DetectorFactorySelector Constructor Description DetectorOrderingConstraint(DetectorFactorySelector earlier, DetectorFactorySelector later)
-