|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ whitespace overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.puppycrawl.tools.checkstyle.checks.whitespace
Contains the checks that are bundled with the main distribution.
See:
Description
| Class Summary | |
| AbstractParenPadCheck | Abstract class for checking the padding of parentheses. |
| EmptyForIteratorPadCheck | Checks the padding of an empty for iterator; that is whether a space is required at an empty for iterator, or such spaces are forbidden. |
| EmptyForIteratorPadCheckTest | |
| NoWhitespaceAfterCheck | Checks that there is no whitespace after a token. |
| NoWhitespaceAfterCheckTest | |
| NoWhitespaceBeforeCheck | Checks that there is no whitespace before a token. |
| NoWhitespaceBeforeCheckTest | |
| OperatorWrapCheck | Checks line wrapping for operators. |
| OperatorWrapCheckTest | |
| OperatorWrapOption | Represents the options for wrapping on an operator. |
| PadOption | Represents the options for whitespace around parentheses. |
| ParenPadCheck | Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator. |
| ParenPadCheckTest | |
| TabCharacterCheck | Reports tab characters ('\t') in the source code. |
| TabCharacterCheckTest | |
| TypecastParenPadCheck | Checks the padding of parentheses for typecasts. |
| TypecastParenPadCheckTest | |
| WhitespaceAfterCheck | Checks that a token is followed by whitespace, with the exception that it does not check for whitespace after the semicolon of an empty for iterator. |
| WhitespaceAfterCheckTest | |
| WhitespaceAroundCheck | Checks that a token is surrounded by whitespace. |
| WhitespaceAroundTest | |
Package com.puppycrawl.tools.checkstyle.checks.whitespace Description
Contains the checks that are bundled with the main distribution.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ whitespace overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||