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
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(BugInstance bugInstance) Deprecated.boolean
match
(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.void
Deprecated.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, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.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:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for. -
add
Deprecated.- Specified by:
add
in interfaceCollection<BugInstance>
- Specified by:
add
in interfaceList<BugInstance>
- Overrides:
add
in classArrayList<BugInstance>
-
writeXML
Deprecated.- Specified by:
writeXML
in interfaceMatcher
- Throws:
IOException
-