Uses of Class
edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
Packages that use BugReporterDecorator
-
Uses of BugReporterDecorator in edu.umd.cs.findbugs.bugReporter
Subclasses of BugReporterDecorator in edu.umd.cs.findbugs.bugReporterFields in edu.umd.cs.findbugs.bugReporter with type parameters of type BugReporterDecoratorModifier and TypeFieldDescription(package private) final ComponentPlugin
<BugReporterDecorator> BugReporterDecorator.plugin
Methods in edu.umd.cs.findbugs.bugReporter that return BugReporterDecoratorModifier and TypeMethodDescriptionstatic BugReporterDecorator
BugReporterDecorator.construct
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) Method parameters in edu.umd.cs.findbugs.bugReporter with type arguments of type BugReporterDecoratorModifier and TypeMethodDescriptionstatic BugReporterDecorator
BugReporterDecorator.construct
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) Constructor parameters in edu.umd.cs.findbugs.bugReporter with type arguments of type BugReporterDecoratorModifierConstructorDescriptionprotected
BugReporterDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) MaxRankDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) SuppressionDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)