Detector2, Prioritiespublic class CheckTypeQualifiers extends CFGDetector
classContext, methodEXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY| Constructor | Description |
|---|---|
CheckTypeQualifiers(BugReporter bugReporter) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
visitClass(ClassDescriptor classDescriptor) |
Visit a class.
|
protected void |
visitMethodCFG(MethodDescriptor methodDescriptor,
CFG cfg) |
Visit the CFG (control flow graph) of a method to be analyzed.
|
finishPass, getDetectorClassNamepublic CheckTypeQualifiers(BugReporter bugReporter)
public void visitClass(ClassDescriptor classDescriptor) throws CheckedAnalysisException
Detector2visitClass in interface Detector2visitClass in class CFGDetectorclassDescriptor - descriptor naming the class to visitCheckedAnalysisException - if an exception occurs during analysisprotected void visitMethodCFG(MethodDescriptor methodDescriptor, CFG cfg) throws CheckedAnalysisException
CFGDetectorvisitMethodCFG in class CFGDetectorCheckedAnalysisExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.