|
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.AbstractBugReporter
edu.umd.cs.findbugs.TextUIBugReporter
edu.umd.cs.findbugs.SortingBugReporter
public class SortingBugReporter
A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.umd.cs.findbugs.AbstractBugReporter |
|---|
AbstractBugReporter.Error |
| Field Summary |
|---|
| Fields inherited from class edu.umd.cs.findbugs.TextUIBugReporter |
|---|
outputStream |
| Fields inherited from interface edu.umd.cs.findbugs.BugReporter |
|---|
NORMAL, SILENT |
| Constructor Summary | |
|---|---|
SortingBugReporter()
|
|
| Method Summary | |
|---|---|
void |
doReportBug(BugInstance bugInstance)
Subclasses must override this. |
void |
finish()
Finish reporting bugs. |
void |
observeClass(ClassDescriptor classDescriptor)
Observe a class being visited. |
| Methods inherited from class edu.umd.cs.findbugs.TextUIBugReporter |
|---|
checkBugInstance, emitLine, getRealBugReporter, getUseLongBugCodes, isApplySuppressions, printBug, reportAnalysisError, reportMissingClass, reportQueuedErrors, setApplySuppressions, setOutputStream, setReportHistory, setReportStackTrace, setReportUserDesignations, setShowRank, setUseLongBugCodes |
| Methods inherited from class edu.umd.cs.findbugs.AbstractBugReporter |
|---|
addObserver, getMissingClasses, getMissingClassName, getProjectStats, getQueuedErrors, isValidMissingClassMessage, logError, logError, notifyObservers, reportBug, reportBugsFromXml, reportMissingClass, reportMissingClass, reportSkippedAnalysis, setErrorVerbosity, setPriorityThreshold, setRankThreshold |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortingBugReporter()
| Method Detail |
|---|
public void observeClass(ClassDescriptor classDescriptor)
IClassObserver
classDescriptor - class being visitedpublic void doReportBug(BugInstance bugInstance)
AbstractBugReporter
doReportBug in class AbstractBugReporterbugInstance - the bug to reportpublic void finish()
BugReporter
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||