edu.umd.cs.findbugs
Class HTMLBugReporter

java.lang.Object
  extended by edu.umd.cs.findbugs.AbstractBugReporter
      extended by edu.umd.cs.findbugs.TextUIBugReporter
          extended by edu.umd.cs.findbugs.BugCollectionBugReporter
              extended by edu.umd.cs.findbugs.HTMLBugReporter
All Implemented Interfaces:
ClassObserver, Debug, RepositoryLookupFailureCallback, BugReporter

public class HTMLBugReporter
extends BugCollectionBugReporter


Field Summary
 
Fields inherited from class edu.umd.cs.findbugs.TextUIBugReporter
outputStream
 
Fields inherited from interface edu.umd.cs.findbugs.ba.Debug
CHECK_ASSERTIONS, VERIFY_INTEGRITY
 
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT
 
Constructor Summary
HTMLBugReporter(Project project, java.lang.String stylesheet)
           
 
Method Summary
 void finish()
          Finish reporting bugs.
 
Methods inherited from class edu.umd.cs.findbugs.BugCollectionBugReporter
doReportBug, getBugCollection, getProject, getRealBugReporter, logError, logError, observeClass, reportMissingClass
 
Methods inherited from class edu.umd.cs.findbugs.TextUIBugReporter
checkBugInstance, emitLine, getUseLongBugCodes, printBug, reportAnalysisError, reportMissingClass, reportQueuedErrors, setOutputStream, setReportStackTrace, setUseLongBugCodes
 
Methods inherited from class edu.umd.cs.findbugs.AbstractBugReporter
addObserver, getEngine, getMissingClassName, getProjectStats, notifyObservers, reportBug, reportSkippedAnalysis, setEngine, setErrorVerbosity, setPriorityThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBugReporter

public HTMLBugReporter(Project project,
                       java.lang.String stylesheet)
Method Detail

finish

public void finish()
Description copied from interface: BugReporter
Finish reporting bugs. If any bug reports have been queued, calling this method will flush them.