Class SuppressionMatcher
- All Implemented Interfaces:
Matcher, Serializable, Cloneable, Iterable<BugInstance>, Collection<BugInstance>, List<BugInstance>, RandomAccess, SequencedCollection<BugInstance>
Deprecated.
A list of all bugs to filter out, only we call it suppressing them
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(BugInstance bugInstance) Deprecated.booleanmatch(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.voidDeprecated.Methods inherited from class ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
SuppressionMatcher
public SuppressionMatcher()Deprecated.
-
-
Method Details
-
match
Deprecated.Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
add
Deprecated.- Specified by:
addin interfaceCollection<BugInstance>- Specified by:
addin interfaceList<BugInstance>- Overrides:
addin classArrayList<BugInstance>
-
writeXML
Deprecated.- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-