edu.umd.cs.findbugs.filter
public interface Matcher
Method Summary | |
---|---|
boolean | match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the
feature this Matcher tests for.
|
void | writeXML(XMLOutput xmlOutput, boolean disabled) |
Parameters: bugInstance the BugInstance
Returns: true if the BugInstance matches, false if not