edu.umd.cs.findbugs
public interface Detector extends Priorities
Method Summary | |
---|---|
void | report()
This method is called after all classes to be visited.
|
void | visitClassContext(ClassContext classContext)
Visit the ClassContext for a class which should be analyzed
for instances of bug patterns.
|
Parameters: classContext the ClassContext