Class DAAPathFinder
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.pathfinder.DAAPathFinder
-
public class DAAPathFinder extends Object
Finds all paths of a data flow. Each loop will be 0 or 2 times traversed -> 2 paths. This is special to the data flow anomaly analysis.- Since:
- Created on 09.08.2004
- Author:
- raik
-
-
Constructor Summary
Constructors Constructor Description DAAPathFinder(DataFlowNode rootNode, Executable shim)
DAAPathFinder(DataFlowNode rootNode, Executable shim, int maxPaths)
DAAPathFinder(DataFlowNode rootNode, Executable shim, int maxPaths, int maxLoops)
-
-
-
Constructor Detail
-
DAAPathFinder
public DAAPathFinder(DataFlowNode rootNode, Executable shim)
-
DAAPathFinder
public DAAPathFinder(DataFlowNode rootNode, Executable shim, int maxPaths)
-
DAAPathFinder
public DAAPathFinder(DataFlowNode rootNode, Executable shim, int maxPaths, int maxLoops)
-
-