Package edu.umd.cs.findbugs.bugReporter
Class BugReporterDecorator
- java.lang.Object
-
- edu.umd.cs.findbugs.DelegatingBugReporter
-
- edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
-
- All Implemented Interfaces:
RepositoryLookupFailureCallback,BugReporter,IClassObserver,IErrorLogger
- Direct Known Subclasses:
MaxRankDecorator,SuppressionDecorator
public abstract class BugReporterDecorator extends DelegatingBugReporter
Abstract base class for bug reporters defined as plugins.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ComponentPlugin<BugReporterDecorator>plugin-
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBugReporterDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BugReporterDecoratorconstruct(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)-
Methods inherited from class edu.umd.cs.findbugs.DelegatingBugReporter
addObserver, finish, getBugCollection, getDelegate, getProjectStats, logError, logError, observeClass, reportBug, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityThreshold
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.umd.cs.findbugs.classfile.IErrorLogger
reportMissingClass
-
-
-
-
Field Detail
-
plugin
final ComponentPlugin<BugReporterDecorator> plugin
-
-
Constructor Detail
-
BugReporterDecorator
protected BugReporterDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)
-
-
Method Detail
-
construct
public static BugReporterDecorator construct(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)
-
-