| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"annotation.incorrect.target" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"annotation.forbid.element.value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"annotation.missing.required.parameter" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.constant.as.first.operand.in.condition" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.default.serializable.in.inner.classes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.hiding.cause.exception" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.modifiers.for.types" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.not.short.circuit.operators.for.boolean" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"confusing.condition.check" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"diamond.operator.for.variable.definition" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"either.log.or.throw" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"empty.public.ctor" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.c.comments.in.the.method.body" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.certain.imports" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.certain.method" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.instantiation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.return.in.finally.block" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.throw.anonymous.exception" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"illegal.catch" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"logic.condition.need.optimization" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"move.variable.inside" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"multiple.string.literal" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"name.convention.for.test.classes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"no.null.for.collections" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"numeric.literal.need.underscore" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"overridable.method" |
public static final String |
MSG_KEY_LEADS |
"overridable.method.leads" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_METHOD_REF |
"method.reference" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"redundant.return.check" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"require.fail" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"return.boolean.ternary" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"return.null.Boolean" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"single.break.or.continue.in.loops" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"ternary.per.expression.count" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"useless.single.catch.check" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"whitespace.before.array.initializer" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.condition.inversion" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"cause.parameter.in.exception" |
| 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" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"child.block.length" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"constructor.without.params" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"forbid.wildcard.as.return.type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"hide.utility.class" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"arrangement.members.before.inner" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.nested.switch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"avoid.main.method.in.abstract.class" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"public.reference.to.private.type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"static.method.candidate" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PATTERN |
"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$" |
| 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]+)*$" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MSG_KEY |
"maxLineLen" |
Copyright © 2021. All rights reserved.