Class BugMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.BugMatcher
- All Implemented Interfaces:
Matcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringSetMatchprivate final StringSetMatchprivate static final org.slf4j.Loggerprivate final StringSetMatch -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(XMLOutput xmlOutput, String name, StringSetMatch matches) booleaninthashCode()booleanmatch(BugInstance bugInstance) Determine whether or not the given BugInstance has the feature this Matcher tests for.toString()void
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
codes
-
patterns
-
categories
-
-
Constructor Details
-
BugMatcher
-
-
Method Details
-
match
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
hashCode
-
equals
-
writeXML
- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-
addAttribute
public void addAttribute(XMLOutput xmlOutput, String name, StringSetMatch matches) throws IOException - Throws:
IOException
-
toString
-