Uses of Class
edu.umd.cs.findbugs.annotations.SuppressMatchType
-
Packages that use SuppressMatchType Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.annotations Annotations for FindBugs (mostly deprecated except forSuppressFBWarnings).edu.umd.cs.findbugs.detect -
-
Uses of SuppressMatchType in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SuppressMatchType Modifier and Type Field Description protected SuppressMatchTypeWarningSuppressor. matchTypeConstructors in edu.umd.cs.findbugs with parameters of type SuppressMatchType Constructor Description ClassWarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, boolean userGeneratedClass)FieldWarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, FieldAnnotation field, boolean userGeneratedClass, boolean userGeneratedField)MethodWarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, boolean userGeneratedClass, boolean userGeneratedMethod)PackageWarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType, java.lang.String packageName, boolean userGeneratedPackage)ParameterWarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, int register, boolean userGeneratedClass)WarningSuppressor(java.lang.String bugPattern, SuppressMatchType matchType) -
Uses of SuppressMatchType in edu.umd.cs.findbugs.annotations
Methods in edu.umd.cs.findbugs.annotations that return SuppressMatchType Modifier and Type Method Description SuppressMatchTypematchType()By defaultSuppressFBWarningsannotations suppress bugs by prefix, for instance@SuppressFBWarnings(value = "EI_EXPO", justification = "It's OK")will suppress bugs of typeEI_EXPOSE_REPandEI_EXPOSE_REP2.static SuppressMatchTypeSuppressMatchType. valueOf(java.lang.String name)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 SuppressMatchType Modifier and Type Method Description private voidNoteSuppressedWarnings. suppressParameterWarning(int parameter, java.lang.String pattern, SuppressMatchType matchType)private voidNoteSuppressedWarnings. suppressWarning(java.lang.String pattern, SuppressMatchType matchType)
-