FindBugs™ 1.3.9

edu.umd.cs.findbugs.gui2
Class DeadBugFilter

java.lang.Object
  extended by edu.umd.cs.findbugs.gui2.FilterMatcher
      extended by edu.umd.cs.findbugs.gui2.DeadBugFilter
All Implemented Interfaces:
Matcher, java.io.Serializable, java.lang.Comparable<FilterMatcher>

public class DeadBugFilter
extends FilterMatcher

Author:
Dan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.umd.cs.findbugs.gui2.FilterMatcher
active
 
Constructor Summary
DeadBugFilter(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
           
 
Method Summary
 boolean match(BugInstance bugInstance)
          Determine whether or not the given BugInstance has the feature this Matcher tests for.
 java.lang.String toString()
           
 
Methods inherited from class edu.umd.cs.findbugs.gui2.FilterMatcher
compareTo, equals, hashCode, isActive, setActive, writeXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeadBugFilter

public DeadBugFilter(Sortables filterBy,
                     java.lang.String value,
                     edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
Parameters:
filterBy -
value -
mode -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class FilterMatcher

match

public boolean match(BugInstance bugInstance)
Description copied from interface: Matcher
Determine whether or not the given BugInstance has the feature this Matcher tests for.

Specified by:
match in interface Matcher
Overrides:
match in class FilterMatcher
Parameters:
bugInstance - the BugInstance
Returns:
true if the BugInstance matches, false if not

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.