Matcher
@Deprecated public class SuppressionMatcher extends java.util.ArrayList<BugInstance> implements Matcher
Constructor | Description |
---|---|
SuppressionMatcher() |
Deprecated.
|
Modifier and Type | Method | 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 class java.util.ArrayList<BugInstance>
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.