net.sourceforge.pmd.lang.dfa.pathfinder
Class DAAPathFinder

java.lang.Object
  extended by 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
DAAPathFinder(DataFlowNode rootNode, Executable shim)
           
DAAPathFinder(DataFlowNode rootNode, Executable shim, int maxPaths)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAAPathFinder

public DAAPathFinder(DataFlowNode rootNode,
                     Executable shim)

DAAPathFinder

public DAAPathFinder(DataFlowNode rootNode,
                     Executable shim,
                     int maxPaths)
Method Detail

run

public void run()


Copyright © 2002-2015 InfoEther. All Rights Reserved.