|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.filter.BugPatternMatcher
public class BugPatternMatcher
Matcher class to check whether or not BugInstances have one of a particular set of bug pattern types.
Constructor Summary | |
---|---|
BugPatternMatcher(java.lang.String bugPatternTypes)
Constructor. |
Method Summary | |
---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this Matcher tests for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BugPatternMatcher(java.lang.String bugPatternTypes)
bugPatternTypes
- comma-separated list of bug pattern to check forMethod Detail |
---|
public boolean match(BugInstance bugInstance)
Matcher
match
in interface Matcher
bugInstance
- the BugInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |