Uses of Class
edu.umd.cs.findbugs.ComponentPlugin
Packages that use ComponentPlugin
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of ComponentPlugin in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ComponentPluginModifier and TypeMethodDescription<T> ComponentPlugin
<T> Plugin.getComponentPlugin
(Class<T> componentClass, String name) Methods in edu.umd.cs.findbugs that return types with arguments of type ComponentPluginModifier and TypeMethodDescription<T> Iterable
<ComponentPlugin<T>> Plugin.getComponentPlugins
(Class<T> componentClass) -
Uses of ComponentPlugin in edu.umd.cs.findbugs.bugReporter
Methods in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPluginModifier and TypeMethodDescriptionstatic BugReporterDecorator
BugReporterDecorator.construct
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) Constructors in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPluginModifierConstructorDescriptionBugReporterDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) MaxRankDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) SuppressionDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)