Class SuppressionMatcher

  • All Implemented Interfaces:
    Matcher

    public class SuppressionMatcher
    extends java.lang.Object
    implements Matcher
    • Constructor Detail

      • SuppressionMatcher

        public SuppressionMatcher()
    • Method Detail

      • count

        public int count()
      • match

        public boolean match​(BugInstance b)
        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
        Parameters:
        b - the BugInstance
        Returns:
        true if the BugInstance matches, false if not
      • writeXML

        public void writeXML​(XMLOutput xmlOutput,
                             boolean disabled)
                      throws java.io.IOException
        Specified by:
        writeXML in interface Matcher
        Throws:
        java.io.IOException