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 ConstraintGraph
ExecutionPlan.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 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 void
ExecutionPlan.buildPassList
(ConstraintGraph constraintGraph) private void
ExecutionPlan.createConstraintEdges
(ConstraintGraph result, Set<DetectorNode> earlierSet, Set<DetectorNode> laterSet, DetectorOrderingConstraint constraint) private void
ExecutionPlan.dumpGraph
(ConstraintGraph graph)