Package edu.umd.cs.findbugs.gui2
Class FilterFactory
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.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 booleancanFilter(Sortables s)static MatcherinvertMatcher(Matcher originalMatcher)static MatchermakeAndMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)static MatchermakeMatcher(java.util.Collection<Sortables> sortables, BugInstance bug)static MatchermakeOrMatcher(java.util.Collection<edu.umd.cs.findbugs.gui2.BugAspects.SortableValue> sortables)
-
-
-
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)
-
canFilter
public static boolean canFilter(Sortables s)
-
-