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
SpotBugs is licensed under the LGPL.