|
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.detect.BuildObligationPolicyDatabase
public class BuildObligationPolicyDatabase
Build the ObligationPolicyDatabase used by ObligationAnalysis. We preload the database with some known resources types needing to be released, and augment the database with additional entries discovered through scanning referenced classes for annotations.
Field Summary |
---|
Fields inherited from interface edu.umd.cs.findbugs.Priorities |
---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
Constructor Summary | |
---|---|
BuildObligationPolicyDatabase(BugReporter bugReporter)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildObligationPolicyDatabase(BugReporter bugReporter)
Method Detail |
---|
public void visitClass(ClassDescriptor classDescriptor) throws CheckedAnalysisException
Detector2
visitClass
in interface Detector2
classDescriptor
- descriptor naming the class to visit
CheckedAnalysisException
- if an exception occurs during analysispublic void finishPass()
Detector2
finishPass
in interface Detector2
public java.lang.String getDetectorClassName()
Detector2
getDetectorClassName
in interface Detector2
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |