edu.umd.cs.findbugs
public interface Detector2 extends Priorities
Method Summary | |
---|---|
void | finishPass()
This method is called at the end of the analysis pass. |
String | getDetectorClassName()
Get the name of the detector class.
|
void | visitClass(ClassDescriptor classDescriptor)
Visit a class.
|
Returns: the name of the detector class.
Parameters: classDescriptor descriptor naming the class to visit
Throws: CheckedAnalysisException if an exception occurs during analysis