FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class ParameterWarningSuppressor

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

public class ParameterWarningSuppressor
extends ClassWarningSuppressor


Constructor Summary
ParameterWarningSuppressor(java.lang.String bugPattern, ClassAnnotation clazz, MethodAnnotation method, int register)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
          Determine whether or not the given BugInstance has the feature this Matcher tests for.
 
Methods inherited from class edu.umd.cs.findbugs.ClassWarningSuppressor
getClassAnnotation
 
Methods inherited from class edu.umd.cs.findbugs.WarningSuppressor
writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterWarningSuppressor

public ParameterWarningSuppressor(java.lang.String bugPattern,
                                  ClassAnnotation clazz,
                                  MethodAnnotation method,
                                  int register)
Method Detail

match

public boolean match(BugInstance bugInstance)
Description copied from interface: Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.

Specified by:
match in interface Matcher
Overrides:
match in class ClassWarningSuppressor
Parameters:
bugInstance - the BugInstance
Returns:
true if the BugInstance matches, false if not

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.