|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.DebugRepositoryLookupFailureCallback
public class DebugRepositoryLookupFailureCallback
DebugRepositoryLookupFailureCallback implementation for debugging. (Test drivers, etc.) It just prints a message and exits.
Constructor Summary | |
---|---|
DebugRepositoryLookupFailureCallback()
|
Method Summary | |
---|---|
void |
logError(java.lang.String message)
Log an error that occurs while performing analysis. |
void |
logError(java.lang.String message,
java.lang.Throwable e)
Log an error that occurs while performing analysis. |
void |
reportMissingClass(java.lang.ClassNotFoundException ex)
Called to report a lookup failure. |
void |
reportSkippedAnalysis(JavaClassAndMethod method)
Report that we skipped some analysis of a method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugRepositoryLookupFailureCallback()
Method Detail |
---|
public void reportMissingClass(java.lang.ClassNotFoundException ex)
RepositoryLookupFailureCallback
reportMissingClass
in interface RepositoryLookupFailureCallback
ex
- a ClassNotFoundException resulting from the failurepublic void logError(java.lang.String message)
RepositoryLookupFailureCallback
logError
in interface RepositoryLookupFailureCallback
message
- the error messagepublic void logError(java.lang.String message, java.lang.Throwable e)
RepositoryLookupFailureCallback
logError
in interface RepositoryLookupFailureCallback
message
- the error messagee
- the exception which is the underlying cause of the errorpublic void reportSkippedAnalysis(JavaClassAndMethod method)
reportSkippedAnalysis
in interface RepositoryLookupFailureCallback
method
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |