public class FieldWarningSuppressor extends ClassWarningSuppressor
| Constructor and Description |
|---|
FieldWarningSuppressor(String bugPattern,
ClassAnnotation clazz,
FieldAnnotation field) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
String |
toString() |
getClassAnnotationwriteXMLpublic FieldWarningSuppressor(String bugPattern, ClassAnnotation clazz, FieldAnnotation field)
public boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class ClassWarningSuppressorbugInstance - the BugInstanceCopyright © 2003–2015. All rights reserved.