|
FindBugs™ 1.3.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.AbstractBugReporter
edu.umd.cs.findbugs.TextUIBugReporter
edu.umd.cs.findbugs.BugCollectionBugReporter
public class BugCollectionBugReporter
| Field Summary |
|---|
| Fields inherited from class edu.umd.cs.findbugs.TextUIBugReporter |
|---|
outputStream |
| Fields inherited from interface edu.umd.cs.findbugs.ba.Debug |
|---|
VERIFY_INTEGRITY |
| Fields inherited from interface edu.umd.cs.findbugs.BugReporter |
|---|
NORMAL, SILENT |
| Constructor Summary | |
|---|---|
BugCollectionBugReporter(Project project)
|
|
| Method Summary | |
|---|---|
void |
doReportBug(BugInstance bugInstance)
Subclasses must override this. |
void |
finish()
Finish reporting bugs. |
BugCollection |
getBugCollection()
|
Project |
getProject()
|
BugReporter |
getRealBugReporter()
Get the real bug reporter at the end of a chain of delegating bug reporters. |
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 |
observeClass(ClassDescriptor classDescriptor)
Observe a class being visited. |
void |
reportMissingClass(java.lang.ClassNotFoundException ex)
Called to report a class lookup failure. |
| Methods inherited from class edu.umd.cs.findbugs.TextUIBugReporter |
|---|
checkBugInstance, emitLine, getUseLongBugCodes, printBug, reportAnalysisError, reportMissingClass, reportQueuedErrors, setOutputStream, setReportHistory, setReportStackTrace, setReportUserDesignations, setUseLongBugCodes |
| Methods inherited from class edu.umd.cs.findbugs.AbstractBugReporter |
|---|
addObserver, getMissingClassName, getProjectStats, notifyObservers, reportBug, reportBugsFromXml, reportMissingClass, reportSkippedAnalysis, setErrorVerbosity, setPriorityThreshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BugCollectionBugReporter(Project project)
| Method Detail |
|---|
public Project getProject()
public BugCollection getBugCollection()
public void observeClass(ClassDescriptor classDescriptor)
IClassObserver
observeClass in interface IClassObserverclassDescriptor - class being visitedpublic void logError(java.lang.String message)
IErrorLogger
logError in interface IErrorLoggerlogError in class AbstractBugReportermessage - the error message
public void logError(java.lang.String message,
java.lang.Throwable e)
IErrorLogger
logError in interface IErrorLoggerlogError in class AbstractBugReportermessage - the error messagee - the exception which is the underlying cause of the errorpublic void reportMissingClass(java.lang.ClassNotFoundException ex)
IErrorLogger
reportMissingClass in interface IErrorLoggerreportMissingClass in class AbstractBugReporterex - a ClassNotFoundException resulting from the class lookup failurepublic void doReportBug(BugInstance bugInstance)
AbstractBugReporter
doReportBug in class AbstractBugReporterbugInstance - the bug to reportpublic BugReporter getRealBugReporter()
BugReporter
getRealBugReporter in interface BugReportergetRealBugReporter in class TextUIBugReporterpublic void finish()
BugReporter
finish in interface BugReporter
|
FindBugs™ 1.3.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||