|
|||||||||
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.
Field Summary | |
---|---|
private SortedBugCollection |
bugCollection
|
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(org.apache.bcel.classfile.JavaClass javaClass)
Observe a class. |
Methods inherited from class edu.umd.cs.findbugs.TextUIBugReporter |
---|
beginReport, endReport, printBug, reportLine, setOutputStream |
Methods inherited from class edu.umd.cs.findbugs.AbstractBugReporter |
---|
addObserver, getEngine, getMissingClassName, getProjectStats, logError, notifyObservers, reportBug, reportMissingClass, reportQueuedErrors, setEngine, setErrorVerbosity, setPriorityThreshold |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SortedBugCollection bugCollection
Constructor Detail |
---|
public SortingBugReporter()
Method Detail |
---|
public void observeClass(org.apache.bcel.classfile.JavaClass javaClass)
ClassObserver
javaClass
- the classpublic void doReportBug(BugInstance bugInstance)
AbstractBugReporter
doReportBug
in class AbstractBugReporter
public void finish()
BugReporter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |