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)
Method Summary
voidrun()

Constructor Detail

DAAPathFinder

public DAAPathFinder(IDataFlowNode rootNode, Executable shim)

Method Detail

run

public void run()