Matcherpublic class FieldWarningSuppressor extends ClassWarningSuppressor
| Constructor | Description |
|---|---|
FieldWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
FieldAnnotation field) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
match(BugInstance bugInstance) |
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
java.lang.String |
toString() |
getClassAnnotationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwriteXMLpublic FieldWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
FieldAnnotation field)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean match(BugInstance bugInstance)
Matchermatch in interface Matchermatch in class ClassWarningSuppressorbugInstance - the BugInstanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.