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 Detail

      • reportBug

        void reportBug​(BugInstance bugInstance)
        Called when a BugReporter reports a bug.
        Parameters:
        bugInstance - the BugInstance