Package edu.umd.cs.findbugs
Class MethodWarningSuppressor
- java.lang.Object
-
- edu.umd.cs.findbugs.WarningSuppressor
-
- edu.umd.cs.findbugs.ClassWarningSuppressor
-
- edu.umd.cs.findbugs.MethodWarningSuppressor
-
- All Implemented Interfaces:
Matcher
public class MethodWarningSuppressor extends ClassWarningSuppressor
-
-
Constructor Summary
Constructors Constructor Description MethodWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, MethodAnnotation method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this Matcher tests for.-
Methods inherited from class edu.umd.cs.findbugs.ClassWarningSuppressor
getClassAnnotation
-
Methods inherited from class edu.umd.cs.findbugs.WarningSuppressor
writeXML
-
-
-
-
Constructor Detail
-
MethodWarningSuppressor
public MethodWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, MethodAnnotation method)
-
-
Method Detail
-
match
public boolean match(BugInstance bugInstance)
Description copied from interface:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.- Specified by:
match
in interfaceMatcher
- Overrides:
match
in classClassWarningSuppressor
- Parameters:
bugInstance
- the BugInstance- Returns:
- true if the BugInstance matches, false if not
-
-