|
||||||||||
| 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 RepositoryLookupFailureCallbackex - a ClassNotFoundException resulting from the failurepublic void logError(java.lang.String message)
RepositoryLookupFailureCallback
logError in interface RepositoryLookupFailureCallbackmessage - the error message
public void logError(java.lang.String message,
java.lang.Throwable e)
RepositoryLookupFailureCallback
logError in interface RepositoryLookupFailureCallbackmessage - the error messagee - the exception which is the underlying cause of the errorpublic void reportSkippedAnalysis(JavaClassAndMethod method)
reportSkippedAnalysis in interface RepositoryLookupFailureCallbackmethod -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||