Constant naming convention
Reports constant with names which don't match the specified convention.
Constants are fields of immutable type declared with static
and final
modifiers.
Reports constants whose names are either too short, too long, or do not follow the specified regular expression pattern.
Configure the inspection:
Use the Pattern field to specify
java.util.regex.Pattern
which a constant name is expected to match.Use the Min length field to specify the minimum length of a constant name.
Use the Max length field to specify the maximum length of a constant name.
Inspection options
Option | Type | Default |
---|---|---|
Pattern | String | [A-Z\d]* |
Min length | Number | 4 |
Max length | Number | 32 |
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Groovy, 233.SNAPSHOT |
Last modified: 13 July 2023