Class NotMatcher

java.lang.Object
edu.umd.cs.findbugs.filter.CompoundMatcher
edu.umd.cs.findbugs.filter.NotMatcher
All Implemented Interfaces:
Matcher

public class NotMatcher extends CompoundMatcher
  • Constructor Details

    • NotMatcher

      public NotMatcher()
  • Method Details

    • 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.
      Parameters:
      bugInstance - the BugInstance
      Returns:
      true if the BugInstance matches, false if not
    • writeXML

      public void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class CompoundMatcher
    • maxChildren

      public int maxChildren()
      Overrides:
      maxChildren in class CompoundMatcher
    • originalMatcher

      public Matcher originalMatcher()