Uses of Class
edu.umd.cs.findbugs.SuppressionMatcher
Packages that use SuppressionMatcher
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.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of SuppressionMatcher in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SuppressionMatcherModifier and TypeFieldDescriptionprivate final SuppressionMatcher
SuppressionMatcherBugReporter.suppressionMatcher
Constructors in edu.umd.cs.findbugs with parameters of type SuppressionMatcherModifierConstructorDescriptionSuppressionMatcherBugReporter
(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher) -
Uses of SuppressionMatcher in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as SuppressionMatcherModifier and TypeFieldDescriptionprivate final SuppressionMatcher
AnalysisContext.suppressionMatcher
Methods in edu.umd.cs.findbugs.ba that return SuppressionMatcher -
Uses of SuppressionMatcher in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as SuppressionMatcherModifier and TypeFieldDescriptionprivate final SuppressionMatcher
NoteSuppressedWarnings.suppressionMatcher