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 DetectorFactorySelectorPluginLoader. 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 classByInterfaceDetectorFactorySelectorDetectorFactorySelector implementation that chooses detectors based on an implemented interface or extended superclass.classReportingDetectorFactorySelectorSelect all detector factories for reporting detectors.classSingleDetectorFactorySelectorSelect a detector factory for a specific detector class.Fields in edu.umd.cs.findbugs.plan declared as DetectorFactorySelector Modifier and Type Field Description private DetectorFactorySelectorDetectorOrderingConstraint. earlierprivate DetectorFactorySelectorDetectorOrderingConstraint. laterMethods in edu.umd.cs.findbugs.plan that return DetectorFactorySelector Modifier and Type Method Description DetectorFactorySelectorDetectorOrderingConstraint. getEarlier()DetectorFactorySelectorDetectorOrderingConstraint. 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)
-