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