edu.umd.cs.findbugs.ba
Class PruneUnconditionalExceptionThrowerEdges

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.PruneUnconditionalExceptionThrowerEdges
All Implemented Interfaces:
EdgeTypes

public class PruneUnconditionalExceptionThrowerEdges
extends java.lang.Object
implements EdgeTypes


Field Summary
 
Fields inherited from interface edu.umd.cs.findbugs.ba.EdgeTypes
BACKEDGE_SOURCE_EDGE, BACKEDGE_TARGET_EDGE, CHECKED_EXCEPTIONS_FLAG, EXIT_EDGE, EXPLICIT_EXCEPTIONS_FLAG, FALL_THROUGH_EDGE, GOTO_EDGE, HANDLED_EXCEPTION_EDGE, IFCMP_EDGE, JSR_EDGE, RET_EDGE, RETURN_EDGE, START_EDGE, SWITCH_DEFAULT_EDGE, SWITCH_EDGE, UNHANDLED_EXCEPTION_EDGE, UNKNOWN_EDGE
 
Constructor Summary
PruneUnconditionalExceptionThrowerEdges(org.apache.bcel.generic.MethodGen methodGen, CFG cfg, org.apache.bcel.generic.ConstantPoolGen cpg, AnalysisContext analysisContext)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PruneUnconditionalExceptionThrowerEdges

public PruneUnconditionalExceptionThrowerEdges(org.apache.bcel.generic.MethodGen methodGen,
                                               CFG cfg,
                                               org.apache.bcel.generic.ConstantPoolGen cpg,
                                               AnalysisContext analysisContext)
Method Detail

execute

public void execute()
             throws CFGBuilderException,
                    DataflowAnalysisException
Throws:
CFGBuilderException
DataflowAnalysisException