|
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.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(ClassDescriptor classDescriptor)
Called to report a class lookup failure. |
void |
reportMissingClass(java.lang.ClassNotFoundException ex)
Called to report a class lookup failure. |
void |
reportSkippedAnalysis(MethodDescriptor 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)
IErrorLogger
reportMissingClass in interface IErrorLoggerex - a ClassNotFoundException resulting from the class lookup failurepublic void reportMissingClass(ClassDescriptor classDescriptor)
IErrorLogger
reportMissingClass in interface IErrorLoggerclassDescriptor - ClassDescriptor of a missing classpublic void logError(java.lang.String message)
IErrorLogger
logError in interface IErrorLoggermessage - the error message
public void logError(java.lang.String message,
java.lang.Throwable e)
IErrorLogger
logError in interface IErrorLoggermessage - the error messagee - the exception which is the underlying cause of the errorpublic void reportSkippedAnalysis(MethodDescriptor method)
reportSkippedAnalysis in interface IErrorLoggermethod -
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||