Package edu.umd.cs.findbugs.filter
Interface Matcher
- All Known Implementing Classes:
AndMatcher,BugMatcher,ClassMatcher,ClassWarningSuppressor,CompoundMatcher,CompoundMatcher,ConfidenceMatcher,DeadBugFilter,DesignationMatcher,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.
- Author:
- David Hovemeyer
-
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
-