edu.umd.cs.findbugs.ba
public class MethodUnprofitableException extends CFGBuilderException
| Constructor Summary | |
|---|---|
| MethodUnprofitableException(JavaClassAndMethod method)
Constructor.
| |
| MethodUnprofitableException(JavaClass jClass, Method method)
Constructor.
| |
| Method Summary | |
|---|---|
| XMethod | getMethod() |
Parameters: method the method that is unprofitable to analyze
Parameters: jClass the class containing the method that is unprofitable to analyze method the method that is unprofitable to analyze
Returns: the method that is unprofitable to analyze