Class CompoundMatcher

All Implemented Interfaces:
Matcher, Serializable, Cloneable, Iterable<Matcher>, Collection<Matcher>, Set<Matcher>

@Deprecated public class CompoundMatcher extends HashSet<Matcher> implements Matcher
Deprecated.
Holds a bunch of matchers, and only matches a bug if all the submatchers match it. Matchetymatch.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
  • Constructor Details

    • CompoundMatcher

      public CompoundMatcher()
      Deprecated.
  • Method Details

    • match

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

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