Package edu.umd.cs.findbugs.gui2
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
Fields inherited from class java.util.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 java.util.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 java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
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
-