FindBugs™ 1.3.9

edu.umd.cs.findbugs
Interface BugReporterObserver

All Known Implementing Classes:
FindBugsSummaryStats

public interface BugReporterObserver

Observer to determine when a BugReporter reports a bug. By adding an observer, it is possible to determine which bugs a BugReporter is actually reporting, because due to filtering, priorities, etc., not all bugs sent to a BugReporter will actually be processed.

Author:
David Hovemeyer
See Also:
BugReporter

Method Summary
 void reportBug(BugInstance bugInstance)
          Called when a BugReporter reports a bug.
 

Method Detail

reportBug

void reportBug(BugInstance bugInstance)
Called when a BugReporter reports a bug.

Parameters:
bugInstance - the BugInstance

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.