Class ClassWarningSuppressor

java.lang.Object
edu.umd.cs.findbugs.WarningSuppressor
edu.umd.cs.findbugs.ClassWarningSuppressor
All Implemented Interfaces:
Matcher
Direct Known Subclasses:
FieldWarningSuppressor, MethodWarningSuppressor, ParameterWarningSuppressor

public class ClassWarningSuppressor extends WarningSuppressor
  • Constructor Details

  • Method Details

    • getClassAnnotation

      public ClassAnnotation getClassAnnotation()
    • 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 WarningSuppressor
      Parameters:
      bugInstance - the BugInstance
      Returns:
      true if the BugInstance matches, false if not