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