edu.umd.cs.findbugs
Class FieldWarningSuppressor

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

public class FieldWarningSuppressor
extends ClassWarningSuppressor


Field Summary
(package private)  FieldAnnotation field
           
 
Fields inherited from class edu.umd.cs.findbugs.ClassWarningSuppressor
clazz
 
Fields inherited from class edu.umd.cs.findbugs.WarningSuppressor
bugPattern, DEBUG
 
Constructor Summary
FieldWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, FieldAnnotation field)
           
 
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

field

FieldAnnotation field
Constructor Detail

FieldWarningSuppressor

public FieldWarningSuppressor(java.lang.String bugPattern,
                              ClassAnnotation clazz,
                              FieldAnnotation field)
Method Detail

match

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