edu.umd.cs.findbugs.ba
Class PruneUnconditionalExceptionThrowerEdges

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

public class PruneUnconditionalExceptionThrowerEdges
extends java.lang.Object
implements EdgeTypes, AnalysisFeatures


Field Summary
private  AnalysisContext analysisContext
           
private  CFG cfg
           
private  org.apache.bcel.generic.ConstantPoolGen cpg
           
private static boolean DEBUG
           
private  org.apache.bcel.generic.MethodGen methodGen
           
 
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
 
Fields inherited from interface edu.umd.cs.findbugs.ba.AnalysisFeatures
CONSERVE_SPACE, WORK_HARD
 
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
 

Field Detail

DEBUG

private static final boolean DEBUG

methodGen

private org.apache.bcel.generic.MethodGen methodGen

cfg

private CFG cfg

cpg

private org.apache.bcel.generic.ConstantPoolGen cpg

analysisContext

private AnalysisContext analysisContext
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