This check makes name checking more powerful, compared with CheckStyle's standard "Naming Conventions" checks:
enums (which are missing
from the standard checks)
This check supersedes all of the CheckStyle standard "Naming Conventions" checks:
| Name | Description |
|---|---|
| elements | Elements to apply this check to. |
| format | The pattern to match the name against. |
| missingModifiers | Apply only to declarations which do not have these modifiers. |
| option | Whether to require or forbid that names match. |
| requiredModifiers | Apply only to declarations which have these modifiers. |
Default values are underlined.
For a description of the individual values, click them.
Default values are underlined.
For a description of the individual values, click them.
Default values are underlined.
For a description of the individual values, click them.
Default values are underlined.
For a description of the individual values, click them.