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
reportBug
void reportBug(BugInstance bugInstance)
- Called when a BugReporter reports a bug.
- Parameters:
bugInstance
- the BugInstance
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.