Class FilterFactory


  • public class FilterFactory
    extends java.lang.Object
    Author:
    pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)