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