@Deprecated public class CompoundMatcher extends java.util.HashSet<Matcher> implements Matcher
Constructor and Description |
---|
CompoundMatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
match(BugInstance bugInstance)
Deprecated.
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean match(BugInstance bugInstance)
Matcher
SpotBugs is licensed under the LGPL.