Interface Matcher

    • Method Detail

      • match

        boolean match​(BugInstance bugInstance)
        Determine whether or not the given BugInstance has the feature this Matcher tests for.
        Parameters:
        bugInstance - the BugInstance
        Returns:
        true if the BugInstance matches, false if not
      • writeXML

        void writeXML​(XMLOutput xmlOutput,
                      boolean disabled)
               throws java.io.IOException
        Throws:
        java.io.IOException