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) FieldWarningSuppressor
(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, FieldAnnotation field) MethodWarningSuppressor
(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, boolean syntheticMethod) PackageWarningSuppressor
(String bugPattern, SuppressMatchType matchType, String packageName) ParameterWarningSuppressor
(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, int register) protected
WarningSuppressor
(String bugPattern, SuppressMatchType matchType) -
Uses of SuppressMatchType in edu.umd.cs.findbugs.annotations
Methods in edu.umd.cs.findbugs.annotations that return SuppressMatchTypeModifier and TypeMethodDescriptionstatic SuppressMatchType
Returns 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 void
NoteSuppressedWarnings.suppressWarning
(int parameter, String pattern, SuppressMatchType matchType) private void
NoteSuppressedWarnings.suppressWarning
(String pattern, SuppressMatchType matchType)