Package edu.umd.cs.findbugs.gui2
Class CompoundMatcher
- All Implemented Interfaces:
Matcher
,Serializable
,Cloneable
,Iterable<Matcher>
,Collection<Matcher>
,Set<Matcher>
Deprecated.
Holds a bunch of matchers, and only matches a bug if all the submatchers
match it. Matchetymatch.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
CompoundMatcher
public CompoundMatcher()Deprecated.
-
-
Method Details
-
match
Deprecated.Description copied from interface:Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for. -
writeXML
Deprecated.- Specified by:
writeXML
in interfaceMatcher
- Throws:
IOException
-