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 TypeMethodDescriptionbooleanmatch(BugInstance bugInstance) Deprecated.Determine whether or not the given BugInstance has the feature this Matcher tests for.voidDeprecated.Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
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
-