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
Fields in edu.umd.cs.findbugs with type parameters of type ComponentPluginModifier and TypeFieldDescriptionprivate final DualKeyHashMap<Class<?>, String, ComponentPlugin<?>> Plugin.componentPluginsMethods 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) Methods in edu.umd.cs.findbugs with parameters of type ComponentPluginModifier and TypeMethodDescription(package private) <T> voidPlugin.addComponentPlugin(Class<T> componentKind, ComponentPlugin<T> plugin) -
Uses of ComponentPlugin in edu.umd.cs.findbugs.bugReporter
Fields in edu.umd.cs.findbugs.bugReporter declared as ComponentPluginModifier and TypeFieldDescription(package private) final ComponentPlugin<BugReporterDecorator> BugReporterDecorator.pluginMethods in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPluginModifier and TypeMethodDescriptionstatic BugReporterDecoratorBugReporterDecorator.construct(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) Constructors in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPluginModifierConstructorDescriptionprotectedBugReporterDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) MaxRankDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) SuppressionDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)