Package edu.umd.cs.findbugs
Class WarningSuppressor
- java.lang.Object
-
- edu.umd.cs.findbugs.WarningSuppressor
-
- All Implemented Interfaces:
Matcher
- Direct Known Subclasses:
ClassWarningSuppressor,PackageWarningSuppressor
public abstract class WarningSuppressor extends java.lang.Object implements Matcher
-
-
Constructor Summary
Constructors Constructor Description WarningSuppressor(java.lang.String bugPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(BugInstance bugInstance)Determine whether or not the given BugInstance has the feature this Matcher tests for.voidwriteXML(XMLOutput xmlOutput, boolean disabled)
-
-
-
Method Detail
-
match
public boolean match(BugInstance bugInstance)
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.
-
-