This check supersedes all of CheckStyle's whitespace-related checks:
, as well as
| Name | Description |
|---|---|
| noWhitespaceAfter | The Java elements which must not be followed by whitespace (or are followed by a line break). |
| noWhitespaceBefore | The Java elements which must not be preceded with whitespace (or are preceded with a line break). |
| whitespaceAfter | The Java elements which must be followed by whitespace (or a line break). |
| whitespaceBefore | The Java elements which must be preceded with whitespace (or a line break). |
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.