@Deprecated public class SuppressionMatcher extends ArrayList<BugInstance> implements Matcher
modCount| 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic boolean match(BugInstance bugInstance)
Matcherpublic boolean add(BugInstance bugInstance)
add in interface Collection<BugInstance>add in interface List<BugInstance>add in class ArrayList<BugInstance>public void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.