Uses of Class
edu.umd.cs.findbugs.gui2.FilterMatcher
Packages that use FilterMatcher
-
Uses of FilterMatcher in edu.umd.cs.findbugs.gui2
Subclasses of FilterMatcher in edu.umd.cs.findbugs.gui2Classes in edu.umd.cs.findbugs.gui2 that implement interfaces with type arguments of type FilterMatcherFields in edu.umd.cs.findbugs.gui2 declared as FilterMatcherModifier and TypeFieldDescriptionprivate final FilterMatcher[]StackedFilterMatcher.filtersDeprecated.Fields in edu.umd.cs.findbugs.gui2 with type parameters of type FilterMatcherModifier and TypeFieldDescriptionprivate final ArrayList<FilterMatcher> ProjectSettings.filtersDeprecated.The list of all defined filtersMethods in edu.umd.cs.findbugs.gui2 that return FilterMatcherMethods in edu.umd.cs.findbugs.gui2 that return types with arguments of type FilterMatcherModifier and TypeMethodDescription(package private) ArrayList<FilterMatcher> ProjectSettings.getAllFilters()Deprecated.Methods in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcherModifier and TypeMethodDescriptionvoidProjectSettings.addFilter(FilterMatcher filter) Deprecated.voidProjectSettings.addFilters(FilterMatcher[] newFilters) Deprecated.intFilterMatcher.compareTo(FilterMatcher that) Deprecated.booleanProjectSettings.removeFilter(FilterMatcher filter) Deprecated.Constructors in edu.umd.cs.findbugs.gui2 with parameters of type FilterMatcher