Interface Matcher
- All Known Implementing Classes:
AndMatcher, AnnotationMatcher, BugMatcher, ClassMatcher, ClassWarningSuppressor, CompoundMatcher, CompoundMatcher, ConfidenceMatcher, DeadBugFilter, FieldMatcher, FieldWarningSuppressor, Filter, FilterMatcher, FirstVersionMatcher, LastVersionMatcher, LocalMatcher, MethodMatcher, MethodWarningSuppressor, NotMatcher, OrMatcher, PackageWarningSuppressor, ParameterWarningSuppressor, PriorityMatcher, RankMatcher, SourceMatcher, StackedFilterMatcher, SuppressionMatcher, SuppressionMatcher, TypeMatcher, WarningSuppressor
public interface Matcher
Match BugInstances for some feature.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(BugInstance bugInstance) Determine whether or not the given BugInstance has the feature this Matcher tests for.void
-
Method Details
-
match
Determine whether or not the given BugInstance has the feature this Matcher tests for.- Parameters:
bugInstance- the BugInstance- Returns:
- true if the BugInstance matches, false if not
-
writeXML
- Throws:
IOException
-