Uses of Class
edu.umd.cs.findbugs.gui2.FilterMatcher
-
Packages that use FilterMatcher Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of FilterMatcher in edu.umd.cs.findbugs.gui2
Subclasses of FilterMatcher in edu.umd.cs.findbugs.gui2 Modifier and Type Class Description class
DeadBugFilter
class
StackedFilterMatcher
Deprecated.Fields in edu.umd.cs.findbugs.gui2 declared as FilterMatcher Modifier and Type Field Description private FilterMatcher[]
StackedFilterMatcher. filters
Deprecated.Fields in edu.umd.cs.findbugs.gui2 with type parameters of type FilterMatcher Modifier and Type Field Description private java.util.ArrayList<FilterMatcher>
ProjectSettings. filters
Deprecated.The list of all defined filtersMethods in edu.umd.cs.findbugs.gui2 that return FilterMatcher Modifier and Type Method Description FilterMatcher[]
StackedFilterMatcher. getFilters()
Deprecated.Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type FilterMatcher Modifier and Type Method Description (package private) java.util.ArrayList<FilterMatcher>
ProjectSettings. getAllFilters()
Deprecated.Methods in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcher Modifier and Type Method Description void
ProjectSettings. addFilter(FilterMatcher filter)
Deprecated.void
ProjectSettings. addFilters(FilterMatcher[] newFilters)
Deprecated.int
FilterMatcher. compareTo(FilterMatcher that)
Deprecated.boolean
ProjectSettings. removeFilter(FilterMatcher filter)
Deprecated.Constructors in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcher Constructor Description StackedFilterMatcher(FilterMatcher... filters)
Deprecated.
-