Constant Field Values
Contents
com.github.*
-
com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"annotation.incorrect.target"
-
com.github.sevntu.checkstyle.checks.annotation.ForbidAnnotationElementValueCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"annotation.forbid.element.value"
-
com.github.sevntu.checkstyle.checks.annotation.RequiredParameterForAnnotationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"annotation.missing.required.parameter"
-
com.github.sevntu.checkstyle.checks.coding.AvoidConstantAsFirstOperandInConditionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.constant.as.first.operand.in.condition"
-
com.github.sevntu.checkstyle.checks.coding.AvoidDefaultSerializableInInnerClassesCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.default.serializable.in.inner.classes"
-
com.github.sevntu.checkstyle.checks.coding.AvoidHidingCauseExceptionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.hiding.cause.exception"
-
com.github.sevntu.checkstyle.checks.coding.AvoidModifiersForTypesCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.modifiers.for.types"
-
com.github.sevntu.checkstyle.checks.coding.AvoidNotShortCircuitOperatorsForBooleanCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.not.short.circuit.operators.for.boolean"
-
com.github.sevntu.checkstyle.checks.coding.ConfusingConditionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"confusing.condition.check"
-
com.github.sevntu.checkstyle.checks.coding.CustomDeclarationOrderCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_CLASS
"custom.declaration.order.class"
public static final String
MSG_KEY_CONSTRUCTOR
"custom.declaration.order.constructor"
public static final String
MSG_KEY_ENUM
"custom.declaration.order.enum"
public static final String
MSG_KEY_FIELD
"custom.declaration.order.field"
public static final String
MSG_KEY_INTERFACE
"custom.declaration.order.interface"
public static final String
MSG_KEY_INVALID_SETTER
"custom.declaration.order.invalid.setter"
public static final String
MSG_KEY_METHOD
"custom.declaration.order.method"
-
com.github.sevntu.checkstyle.checks.coding.DiamondOperatorForVariableDefinitionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"diamond.operator.for.variable.definition"
-
com.github.sevntu.checkstyle.checks.coding.EitherLogOrThrowCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"either.log.or.throw"
-
com.github.sevntu.checkstyle.checks.coding.EmptyPublicCtorInClassCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"empty.public.ctor"
-
com.github.sevntu.checkstyle.checks.coding.FinalizeImplementationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_MISSED_SUPER_FINALIZE_CALL
"finalize.implementation.missed.super.finalize"
public static final String
MSG_KEY_MISSED_TRY_FINALLY
"finalize.implementation.missed.try.finally"
public static final String
MSG_KEY_PUBLIC_FINALIZE
"finalize.implementation.public"
public static final String
MSG_KEY_USELESS_FINALIZE
"finalize.implementation.useless"
-
com.github.sevntu.checkstyle.checks.coding.ForbidCCommentsInMethodsCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.c.comments.in.the.method.body"
-
com.github.sevntu.checkstyle.checks.coding.ForbidCertainImportsCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.certain.imports"
-
com.github.sevntu.checkstyle.checks.coding.ForbidCertainMethodCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.certain.method"
-
com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.instantiation"
-
com.github.sevntu.checkstyle.checks.coding.ForbidReturnInFinallyBlockCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.return.in.finally.block"
-
com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.throw.anonymous.exception"
-
com.github.sevntu.checkstyle.checks.coding.IllegalCatchExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"illegal.catch"
-
com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck Modifier and Type Constant Field Value public static final String
MSG_CONSTRUCTOR_WITH_RETURN_ANNOTATION
"jsr305.constructor.with.return.annotation"
public static final String
MSG_CONTRADICTING_CLASS_LEVEL_ANNOTATIONS
"jsr305.contradicting.class.level.annotations"
public static final String
MSG_CONTRADICTING_RETURN_VALUE_ANNOTATIONS
"jsr305.contradicting.return.value.annotations"
public static final String
MSG_ILLEGAL_CLASS_LEVEL_ANNOTATION
"jsr305.illegal.class.level.annotation"
public static final String
MSG_NEED_TO_INHERIT_PARAM_ANNOTATIONS
"jsr305.need.to.inherit.param.annotations"
public static final String
MSG_OVERRIDDEN_METHOD_WITH_CHECK_RETURN_VALUE
"jsr305.overridden.method.with.check.return.value.annotation"
public static final String
MSG_OVERRIDDEN_METHODS_ALLOW_ONLY_NONNULL
"jsr305.overridden.methods.allow.only.nonnull"
public static final String
MSG_OVERRIDDEN_WITH_INCREASED_CONSTRAINT
"jsr305.overridden.definitions.with.increased.param.constraint"
public static final String
MSG_PARAM_DEFINITION_WITH_NONNULL_BY_DEFAULT
"jsr305.param.definition.with.nonnull.by.default.annotation"
public static final String
MSG_PARAM_DEFINITION_WITH_NULLABLE_BY_DEFAULT
"jsr305.param.definition.with.nullable.by.default.annotation"
public static final String
MSG_PARAM_DEFINITION_WITH_OVERRIDE
"jsr305.param.definition.with.override.annotation"
public static final String
MSG_PARAM_DEFINITION_WITH_RETURN_DEFAULT
"jsr305.param.definition.with.return.values.default.annotation"
public static final String
MSG_PARAM_DEFINITIONS_WITH_CHECK
"jsr305.param.definitions.with.check.annotation"
public static final String
MSG_PARAM_NONNULL_AND_NULLABLE
"jsr305.param.nonnull.and.nullable.annotation"
public static final String
MSG_PARAMETER_WITHOUT_NULLNESS_ANNOTATION
"jsr305.parameter.without.nullness.annotation"
public static final String
MSG_PRIMITIVES_WITH_NULLNESS_ANNOTATION
"jsr305.primitives.with.nullness.annotation"
public static final String
MSG_REDUNDANT_NONNULL_BY_DEFAULT_ANNOTATION
"jsr305.redundant.nonnull.by.default.annotation"
public static final String
MSG_REDUNDANT_NONNULL_PARAM_ANNOTATION
"jsr305.redundant.nonnull.param.annotation"
public static final String
MSG_REDUNDANT_NONNULL_RETURN_ANNOTATION
"jsr305.redundant.nonnull.return.annotation"
public static final String
MSG_REDUNDANT_NULLABLE_BY_DEFAULT_ANNOTATION
"jsr305.redundant.nullable.by.default.annotation"
public static final String
MSG_REDUNDANT_NULLABLE_PARAM_ANNOTATION
"jsr305.redundant.nullable.param.annotation"
public static final String
MSG_RETURN_VALUE_WITH_NONNULL_BY_DEFAULT
"jsr305.return.value.with.nonnull.by.default.annotation"
public static final String
MSG_RETURN_VALUE_WITH_NULLABLE
"jsr305.return.value.with.nullable.annotation"
public static final String
MSG_RETURN_WITHOUT_NULLNESS_ANNOTATION
"jsr305.return.without.nullness.annotation"
public static final String
MSG_VOID_WITH_CHECK_RETURN_VALUE_ANNOTATION
"jsr305.void.with.check.return.value.annotation"
-
com.github.sevntu.checkstyle.checks.coding.LogicConditionNeedOptimizationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"logic.condition.need.optimization"
-
com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_ENTRYSET
"map.iteration.entrySet"
public static final String
MSG_KEY_KEYSET
"map.iteration.keySet"
public static final String
MSG_KEY_VALUES
"map.iteration.values"
-
com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"move.variable.inside"
-
com.github.sevntu.checkstyle.checks.coding.MultipleStringLiteralsExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"multiple.string.literal"
-
com.github.sevntu.checkstyle.checks.coding.MultipleVariableDeclarationsExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_VAR_DECLARATIONS
"multiple.variable.declarations"
public static final String
MSG_VAR_DECLARATIONS_COMMA
"multiple.variable.declarations.comma"
-
com.github.sevntu.checkstyle.checks.coding.NameConventionForJunit4TestClassesCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"name.convention.for.test.classes"
-
com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"no.null.for.collections"
-
com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"numeric.literal.need.underscore"
-
com.github.sevntu.checkstyle.checks.coding.OverridableMethodInConstructorCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"overridable.method"
public static final String
MSG_KEY_LEADS
"overridable.method.leads"
-
com.github.sevntu.checkstyle.checks.coding.PreferMethodReferenceCheck Modifier and Type Constant Field Value public static final String
MSG_METHOD_REF
"method.reference"
-
com.github.sevntu.checkstyle.checks.coding.RedundantReturnCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"redundant.return.check"
-
com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"require.fail"
-
com.github.sevntu.checkstyle.checks.coding.ReturnBooleanFromTernaryCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"return.boolean.ternary"
-
com.github.sevntu.checkstyle.checks.coding.ReturnCountExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_CTOR
"return.count.extended.ctor"
public static final String
MSG_KEY_LAMBDA
"return.count.extended.lambda"
public static final String
MSG_KEY_METHOD
"return.count.extended.method"
-
com.github.sevntu.checkstyle.checks.coding.ReturnNullInsteadOfBooleanCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"return.null.Boolean"
-
com.github.sevntu.checkstyle.checks.coding.SimpleAccessorNameNotationCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_GETTER
"incorrect.getter.name"
public static final String
MSG_KEY_SETTER
"incorrect.setter.name"
-
com.github.sevntu.checkstyle.checks.coding.SingleBreakOrContinueCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"single.break.or.continue.in.loops"
-
com.github.sevntu.checkstyle.checks.coding.TernaryPerExpressionCountCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"ternary.per.expression.count"
-
com.github.sevntu.checkstyle.checks.coding.UnnecessaryParenthesesExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_ASSIGN
"unnecessary.paren.assign"
public static final String
MSG_KEY_EXPR
"unnecessary.paren.expr"
public static final String
MSG_KEY_IDENT
"unnecessary.paren.ident"
public static final String
MSG_KEY_LITERAL
"unnecessary.paren.literal"
public static final String
MSG_KEY_RETURN
"unnecessary.paren.return"
public static final String
MSG_KEY_STRING
"unnecessary.paren.string"
-
com.github.sevntu.checkstyle.checks.coding.UselessSingleCatchCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"useless.single.catch.check"
-
com.github.sevntu.checkstyle.checks.coding.UselessSuperCtorCallCheck Modifier and Type Constant Field Value public static final String
MSG_IN_NOT_DERIVED_CLASS
"useless.super.ctor.call.in.not.derived.class"
public static final String
MSG_WITHOUT_ARGS
"useless.super.ctor.call.without.args"
-
com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"whitespace.before.array.initializer"
-
com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.condition.inversion"
-
com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"cause.parameter.in.exception"
-
com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck Modifier and Type Constant Field Value public static final String
MSG_KEY_CONFIG_NOT_ASSIGNED
"tester.config.not.assigned"
public static final String
MSG_KEY_CONFIG_NOT_ASSIGNED_PROPERLY
"tester.config.not.assigned.properly"
public static final String
MSG_KEY_CONFIG_NOT_ASSIGNED_WITH
"tester.config.not.assigned.with"
public static final String
MSG_KEY_CONFIG_NOT_FOUND
"tester.config.not.found"
public static final String
MSG_KEY_UNKNOWN_PROPERTY
"tester.unknown.property"
-
com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"child.block.length"
-
com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"constructor.without.params"
-
com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"forbid.wildcard.as.return.type"
-
com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"hide.utility.class"
-
com.github.sevntu.checkstyle.checks.design.InnerClassCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"arrangement.members.before.inner"
-
com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.nested.switch"
-
com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"avoid.main.method.in.abstract.class"
-
com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"public.reference.to.private.type"
-
com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"static.method.candidate"
-
com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck Modifier and Type Constant Field Value public static final String
DEFAULT_PATTERN
"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
-
com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck Modifier and Type Constant Field Value public static final String
CAMEL_PATTERN
"^[A-Z][a-zA-Z0-9]*$"
public static final String
MSG_NOT_VALID_MULTI
"enum.name.formats.violated"
public static final String
MSG_NOT_VALID_SINGLE
"enum.name.format.violated"
public static final String
UPPERCASE_PATTERN
"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
-
com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck Modifier and Type Constant Field Value public static final String
MSG_KEY
"maxLineLen"