Matcher
, java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<Matcher>
, java.util.Collection<Matcher>
, java.util.Set<Matcher>
@Deprecated public class CompoundMatcher extends java.util.HashSet<Matcher> implements Matcher
Constructor | Description |
---|---|
CompoundMatcher() |
Deprecated.
|
Modifier and Type | Method | 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.
|
addAll, containsAll, retainAll, toArray, toArray, toString
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
public boolean match(BugInstance bugInstance)
Matcher
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.