|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Detector2
Detector interface for new bytecode-framework-neutral architecture.
Field Summary |
---|
Fields inherited from interface edu.umd.cs.findbugs.Priorities |
---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
Method Summary | |
---|---|
void |
finishPass()
This method is called at the end of the analysis pass. |
java.lang.String |
getDetectorClassName()
Get the name of the detector class. |
void |
visitClass(ClassDescriptor classDescriptor)
Visit a class. |
Method Detail |
---|
void visitClass(ClassDescriptor classDescriptor) throws CheckedAnalysisException
classDescriptor
- descriptor naming the class to visit
CheckedAnalysisException
- if an exception occurs during analysisvoid finishPass()
java.lang.String getDetectorClassName()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |