edu.umd.cs.findbugs
Class BugCodeMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.BugCodeMatcher
All Implemented Interfaces:
Matcher

public class BugCodeMatcher
extends java.lang.Object
implements Matcher


Field Summary
private  java.util.List<java.lang.String> bugCodeList
           
 
Constructor Summary
BugCodeMatcher(java.lang.String bugCodeNames)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bugCodeList

private java.util.List<java.lang.String> bugCodeList
Constructor Detail

BugCodeMatcher

public BugCodeMatcher(java.lang.String bugCodeNames)
Method Detail

match

public boolean match(BugInstance bugInstance)
Specified by:
match in interface Matcher