edu.umd.cs.findbugs
Class MethodWarningSuppressor

java.lang.Object
  extended by edu.umd.cs.findbugs.WarningSuppressor
      extended by edu.umd.cs.findbugs.ClassWarningSuppressor
          extended by edu.umd.cs.findbugs.MethodWarningSuppressor
All Implemented Interfaces:
Matcher

public class MethodWarningSuppressor
extends ClassWarningSuppressor


Field Summary
(package private)  MethodAnnotation method
           
 
Fields inherited from class edu.umd.cs.findbugs.ClassWarningSuppressor
clazz
 
Fields inherited from class edu.umd.cs.findbugs.WarningSuppressor
bugPattern, DEBUG
 
Constructor Summary
MethodWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, MethodAnnotation method)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

MethodAnnotation method
Constructor Detail

MethodWarningSuppressor

public MethodWarningSuppressor(java.lang.String bugPattern,
                               ClassAnnotation clazz,
                               MethodAnnotation method)
Method Detail

match

public boolean match(BugInstance bugInstance)
Specified by:
match in interface Matcher
Overrides:
match in class ClassWarningSuppressor