Class MaxRankDecorator
java.lang.Object
edu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
edu.umd.cs.findbugs.bugReporter.MaxRankDecorator
- All Implemented Interfaces:
RepositoryLookupFailureCallback, BugReporter, IClassObserver, IErrorLogger
-
Field Summary
FieldsFields inherited from class BugReporterDecorator
pluginFields inherited from interface BugReporter
NORMAL, SILENT -
Constructor Summary
ConstructorsConstructorDescriptionMaxRankDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) -
Method Summary
Methods inherited from class BugReporterDecorator
constructMethods inherited from class DelegatingBugReporter
addObserver, finish, getBugCollection, getDelegate, getPriorityAdjuster, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityAdjuster, setPriorityThresholdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IErrorLogger
reportMissingClass
-
Field Details
-
maxRank
final int maxRank
-
-
Constructor Details
-
MaxRankDecorator
-
-
Method Details
-
reportBug
Description copied from interface:BugReporterReport a bug. The implementation may report the bug immediately, or queue it for later.- Specified by:
reportBugin interfaceBugReporter- Overrides:
reportBugin classDelegatingBugReporter- Parameters:
bugInstance- object describing the bug instance
-