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 DetectorFactorySelectorPluginLoader.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 TypeClassDescriptionclassDetectorFactorySelector implementation that chooses detectors based on an implemented interface or extended superclass.classSelect all detector factories for reporting detectors.classSelect a detector factory for a specific detector class.Fields in edu.umd.cs.findbugs.plan declared as DetectorFactorySelectorModifier and TypeFieldDescriptionprivate final DetectorFactorySelectorDetectorOrderingConstraint.earlierprivate final DetectorFactorySelectorDetectorOrderingConstraint.laterMethods 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)