See: Description
Name | Description |
---|---|
de.unkrig: Alignment |
Verifies that Java elements are vertically aligned in immediately consecutive lines (and only there!)
|
de.unkrig: C++-style comment alignment |
Verifies that C++-style comments ("
// ... ") are correctly aligned. |
de.unkrig: Inner assignment |
Assignments in expressions must be parenthesized, like "a = (b = c)" or "while ((a = b))".
|
de.unkrig: Name spelling |
Verifies that the names of Java elements match, respectively no not match given patterns.
|
de.unkrig: Parenthesis padding |
Enhanced version of "ParenPad": NOSPACE now allows C++ comments after the openining parenthesis.
|
de.unkrig: Whitespace |
Verifies that tokens are, respectively are not preceded with (and/or followed by) whitespace.
|
de.unkrig: Whitespace around |
Verifies that a token is surrounded by whitespace.
|
de.unkrig: Wrap DO statement |
Verifies that DO statements are uniformly wrapped and indented.
|
de.unkrig: Wrap TRY statement |
Verifies that TRY statements are uniformly wrapped and indented.
|
de.unkrig: Wrap annotation |
Verifies that annotations and annotation type declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap anonymous class |
Verifies that anonymous class declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap array initializer |
Verifies that array initializers are uniformly wrapped and indented.
|
de.unkrig: Wrap binary operator |
Verifies that binary operations are uniformly wrapped before and/or after the operator.
|
de.unkrig: Wrap class |
Verifies that class declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap constructor |
Verifies that constructor declarations, parameters and arguments are uniformly wrapped and indented.
|
de.unkrig: Wrap enum |
Verifies that enum declarations and constants are uniformly wrapped and indented.
|
de.unkrig: Wrap field |
Verifies that field declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap interface |
Verifies that interface declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap local variable |
Verifies that local variable declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap method |
Verifies that method declarations, parameters and call arguments are uniformly wrapped and indented.
|
de.unkrig: Wrap package |
Verifies that package declarations are uniformly wrapped and indented.
|
de.unkrig: Wrap switch block statement group |
Verifies that switch block statement groups are uniformly wrapped and indented.
|
de.unkrig: Zero-parameter superconstructor invocation |
Verifies that no constructor calls the zero-parameter superconstructor.
|
Name | Description |
---|---|
de.unkrig: Suppression line |
Events (i.e. CheckStyle warnings) are switched off by a "magic line" or back on by another magic line.
|
de.unkrig: Suppression regex |
Specific events (i.e. CheckStyle warnings) are suppressed in lines that match a given regex, and optionally in
a given number of lines following.
|
Name | Description |
---|---|
Correct indentation |
Corrects the indentation of this line.
|
Join lines |
Appends this line to the previous.
|
Parenthesize assignment |
Parenthesizes the assignment to indicate that it is intentional.
|
Remove |
Removes the redundant invocation of the zero-parameter superconstructor.
|
Wrap line |
Wraps this line at the correct position.
|
This is the documentation of the checks, filters and quickfixes; to learn how you integrate cs-contrib into your CheckStyle configuration, see the project web site.