Uses of Class
edu.umd.cs.findbugs.plan.ConstraintGraph
Packages that use ConstraintGraph
-
Uses of ConstraintGraph in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan that return ConstraintGraphModifier and TypeMethodDescriptionprivate ConstraintGraphExecutionPlan.buildConstraintGraph(Map<String, DetectorNode> nodeMap, Set<DetectorFactory> factorySet, List<DetectorOrderingConstraint> constraintList) Build a constraint graph.Methods in edu.umd.cs.findbugs.plan with parameters of type ConstraintGraphModifier 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 voidExecutionPlan.buildPassList(ConstraintGraph constraintGraph) private voidExecutionPlan.createConstraintEdges(ConstraintGraph result, Set<DetectorNode> earlierSet, Set<DetectorNode> laterSet, DetectorOrderingConstraint constraint) private voidExecutionPlan.dumpGraph(ConstraintGraph graph)