Class FilterFactory


  • public class FilterFactory
    extends java.lang.Object
    Author:
    pugh
    • 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)
      • invertMatcher

        public static Matcher invertMatcher​(Matcher originalMatcher)
      • canFilter

        public static boolean canFilter​(Sortables s)