|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.bcel.CFGDetector
edu.umd.cs.findbugs.detect.CheckTypeQualifiers
public class CheckTypeQualifiers
Check JSR-305 type qualifiers.
Field Summary |
---|
Fields inherited from interface edu.umd.cs.findbugs.Priorities |
---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
Constructor Summary | |
---|---|
CheckTypeQualifiers(BugReporter bugReporter)
|
Method Summary | |
---|---|
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. |
Methods inherited from class edu.umd.cs.findbugs.bcel.CFGDetector |
---|
finishPass, getDetectorClassName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckTypeQualifiers(BugReporter bugReporter)
Method Detail |
---|
public void visitClass(ClassDescriptor classDescriptor) throws CheckedAnalysisException
Detector2
visitClass
in interface Detector2
visitClass
in class CFGDetector
classDescriptor
- descriptor naming the class to visit
CheckedAnalysisException
- if an exception occurs during analysisprotected void visitMethodCFG(MethodDescriptor methodDescriptor, CFG cfg) throws CheckedAnalysisException
CFGDetector
visitMethodCFG
in class CFGDetector
CheckedAnalysisException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |