net.sourceforge.pmd.dfa.pathfinder

Class DAAPathFinder

public class DAAPathFinder extends Object

Author: raik

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.

Constructor Summary
DAAPathFinder(IDataFlowNode rootNode, Executable shim)
DAAPathFinder(IDataFlowNode rootNode, Executable shim, int maxPaths)
Method Summary
voidrun()

Constructor Detail

DAAPathFinder

public DAAPathFinder(IDataFlowNode rootNode, Executable shim)

DAAPathFinder

public DAAPathFinder(IDataFlowNode rootNode, Executable shim, int maxPaths)

Method Detail

run

public void run()