PrioritiesBuildObligationPolicyDatabase, CFGDetector, CheckExpectedWarnings, CheckRelaxingNullnessAnnotation, CheckTypeQualifiers, ClassNodeDetector, DetectorToDetector2Adapter, FindUnsatisfiedObligation, NonReportingDetectorToDetector2Adapter, TestASM, TestDataflowAnalysispublic interface Detector2 extends Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| Modifier and Type | Method | Description |
|---|---|---|
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.
|
void visitClass(ClassDescriptor classDescriptor) throws CheckedAnalysisException
classDescriptor - descriptor naming the class to visitCheckedAnalysisException - if an exception occurs during analysisvoid finishPass()
java.lang.String getDetectorClassName()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.