edu.umd.cs.findbugs

Interface BugReporterObserver

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
voidreportBug(BugInstance bugInstance)
Called when a BugReporter reports a bug.

Method Detail

reportBug

public 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.