FindBugs™ 1.3.9

edu.umd.cs.findbugs.gui2
Class FilterFactory

java.lang.Object
  extended by edu.umd.cs.findbugs.gui2.FilterFactory

public class FilterFactory
extends java.lang.Object

Author:
pugh

Constructor Summary
FilterFactory()
           
 
Method Summary
static Matcher makeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
           
static Matcher makeMatcher(java.util.Collection<Sortables> sortables, BugInstance bug)
           
static Matcher makeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterFactory

public FilterFactory()
Method Detail

makeOrMatcher

public static Matcher makeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)

makeAndMatcher

public static Matcher makeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)

makeMatcher

public static Matcher makeMatcher(java.util.Collection<Sortables> sortables,
                                  BugInstance bug)

FindBugs™ 1.3.9

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