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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.voidDeprecated.Methods inherited from class HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
CompoundMatcher
public CompoundMatcher()Deprecated.
-
-
Method Details
-
match
Deprecated.Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
writeXML
Deprecated.- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-