Uses of Class
edu.umd.cs.findbugs.SuppressionMatcher
-
Packages that use SuppressionMatcher 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.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.detect -
-
Uses of SuppressionMatcher in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SuppressionMatcher Modifier and Type Field Description private SuppressionMatcherSuppressionMatcherBugReporter. suppressionMatcherConstructors in edu.umd.cs.findbugs with parameters of type SuppressionMatcher Constructor Description SuppressionMatcherBugReporter(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher) -
Uses of SuppressionMatcher in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as SuppressionMatcher Modifier and Type Field Description private SuppressionMatcherAnalysisContext. suppressionMatcherMethods in edu.umd.cs.findbugs.ba that return SuppressionMatcher Modifier and Type Method Description SuppressionMatcherAnalysisContext. getSuppressionMatcher() -
Uses of SuppressionMatcher in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as SuppressionMatcher Modifier and Type Field Description private SuppressionMatcherNoteSuppressedWarnings. suppressionMatcher
-