edu.umd.cs.findbugs
Interface Matcher

All Known Implementing Classes:
AndMatcher, BugCodeMatcher, ClassMatcher, ClassRegexMatcher, ClassWarningSuppressor, CompoundMatcher, FieldWarningSuppressor, Filter, MethodMatcher, MethodWarningSuppressor, OrMatcher, PackageWarningSuppressor, SuppressionMatcher, WarningSuppressor

public interface Matcher


Method Summary
 boolean match(BugInstance bugInstance)
           
 

Method Detail

match

boolean match(BugInstance bugInstance)