edu.umd.cs.findbugs.ba
public class PruneUnconditionalExceptionThrowerEdges extends Object implements EdgeTypes
| Constructor Summary | |
|---|---|
| PruneUnconditionalExceptionThrowerEdges(ClassContext classContext, JavaClass javaClass, Method method, MethodGen methodGen, CFG cfg, ConstantPoolGen cpg, AnalysisContext analysisContext) | |
| Method Summary | |
|---|---|
| static Boolean | doesMethodUnconditionallyThrowException(XMethod xMethod, JavaClass javaClass, Method method) |
| void | execute() |
| boolean | wasCFGModified()
Return whether or not the CFG was modified.
|
Parameters: xMethod javaClass method
Returns: true if method unconditionally throws
Returns: true if CFG was modified, false otherwise