@Deprecated public class SuppressionMatcher extends java.util.ArrayList<BugInstance> implements Matcher
Constructor and Description |
---|
SuppressionMatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(BugInstance bugInstance)
Deprecated.
|
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, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public boolean match(BugInstance bugInstance)
Matcher
public boolean add(BugInstance bugInstance)
add
in interface java.util.Collection<BugInstance>
add
in interface java.util.List<BugInstance>
add
in class java.util.ArrayList<BugInstance>
SpotBugs is licensed under the LGPL.