Uses of Enum
edu.umd.cs.findbugs.annotations.SuppressMatchType
Packages that use SuppressMatchType
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.Annotations for FindBugs (mostly deprecated except for
SuppressFBWarnings).-
Uses of SuppressMatchType in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SuppressMatchTypeConstructors in edu.umd.cs.findbugs with parameters of type SuppressMatchTypeModifierConstructorDescriptionClassWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, boolean userGeneratedClass) FieldWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, FieldAnnotation field, boolean userGeneratedClass, boolean userGeneratedField) MethodWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, boolean userGeneratedClass, boolean userGeneratedMethod) PackageWarningSuppressor(String bugPattern, SuppressMatchType matchType, String packageName, boolean userGeneratedPackage) ParameterWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, int register, boolean userGeneratedClass) protectedWarningSuppressor(String bugPattern, SuppressMatchType matchType) -
Uses of SuppressMatchType in edu.umd.cs.findbugs.annotations
Subclasses with type arguments of type SuppressMatchType in edu.umd.cs.findbugs.annotationsMethods in edu.umd.cs.findbugs.annotations that return SuppressMatchTypeModifier and TypeMethodDescriptionstatic SuppressMatchTypeReturns the enum constant of this type with the specified name.static SuppressMatchType[]SuppressMatchType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SuppressMatchType in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type SuppressMatchTypeModifier and TypeMethodDescriptionprivate voidNoteSuppressedWarnings.suppressParameterWarning(int parameter, String pattern, SuppressMatchType matchType) private voidNoteSuppressedWarnings.suppressWarning(String pattern, SuppressMatchType matchType)