Class ParameterWarningSuppressor

    • 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