@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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, 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>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.