Uses of Class
edu.umd.cs.findbugs.plan.DetectorNode
Packages that use DetectorNode
-
Uses of DetectorNode in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan that return DetectorNodeModifier and TypeMethodDescriptionprivate DetectorNode
ExecutionPlan.addOrCreateDetectorNode
(DetectorFactory factory, Map<String, DetectorNode> nodeMap, ConstraintGraph constraintGraph) Methods in edu.umd.cs.findbugs.plan that return types with arguments of type DetectorNodeModifier and TypeMethodDescriptionprivate Set
<DetectorNode> ExecutionPlan.addOrCreateDetectorNodes
(DetectorFactorySelector selector, Map<String, DetectorNode> nodeMap, Set<DetectorFactory> factorySet, ConstraintGraph constraintGraph) Methods in edu.umd.cs.findbugs.plan with parameters of type DetectorNodeModifier and TypeMethodDescriptionprotected ConstraintEdge
ConstraintGraph.allocateEdge
(DetectorNode source, DetectorNode target) Method parameters in edu.umd.cs.findbugs.plan with type arguments of type DetectorNodeModifier and TypeMethodDescriptionprivate DetectorNode
ExecutionPlan.addOrCreateDetectorNode
(DetectorFactory factory, Map<String, DetectorNode> nodeMap, ConstraintGraph constraintGraph) private Set
<DetectorNode> ExecutionPlan.addOrCreateDetectorNodes
(DetectorFactorySelector selector, Map<String, DetectorNode> nodeMap, Set<DetectorFactory> factorySet, ConstraintGraph constraintGraph) private ConstraintGraph
ExecutionPlan.buildConstraintGraph
(Map<String, DetectorNode> nodeMap, Set<DetectorFactory> factorySet, List<DetectorOrderingConstraint> constraintList) Build a constraint graph.private void
ExecutionPlan.createConstraintEdges
(ConstraintGraph result, Set<DetectorNode> earlierSet, Set<DetectorNode> laterSet, DetectorOrderingConstraint constraint) Constructors in edu.umd.cs.findbugs.plan with parameters of type DetectorNodeModifierConstructorDescriptionConstraintEdge
(DetectorNode source, DetectorNode target) Constructor.