Uses of Class
edu.umd.cs.findbugs.plan.DetectorNode
Packages that use DetectorNode
-
Uses of DetectorNode in edu.umd.cs.findbugs.plan
Subclasses with type arguments of type DetectorNode in edu.umd.cs.findbugs.planModifier and TypeClassDescriptionclassEdge in a ConstraintGraph.classGraph of Detector ordering constraints.classNode in a ConstraintGraph.Methods in edu.umd.cs.findbugs.plan that return DetectorNodeModifier and TypeMethodDescriptionprivate DetectorNodeExecutionPlan.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 ConstraintEdgeConstraintGraph.allocateEdge(DetectorNode source, DetectorNode target) Method parameters in edu.umd.cs.findbugs.plan with type arguments of type DetectorNodeModifier and TypeMethodDescriptionprivate DetectorNodeExecutionPlan.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 ConstraintGraphExecutionPlan.buildConstraintGraph(Map<String, DetectorNode> nodeMap, Set<DetectorFactory> factorySet, List<DetectorOrderingConstraint> constraintList) Build a constraint graph.private voidExecutionPlan.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.