Package edu.umd.cs.findbugs.filter
Class SourceMatcher
- java.lang.Object
-
- edu.umd.cs.findbugs.filter.SourceMatcher
-
-
Constructor Summary
Constructors Constructor Description SourceMatcher(java.lang.String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this Matcher tests for.java.lang.String
toString()
void
writeXML(XMLOutput xmlOutput, boolean disabled)
-
-
-
Field Detail
-
LOG
private static final org.slf4j.Logger LOG
-
fileName
private final NameMatch fileName
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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.
-
-