- applyToFieldName - Property of rule de.unkrig: Alignment
Check alignment of first name in field declarations.
- applyToFieldInitializer - Property of rule de.unkrig: Alignment
Check alignment of first "=
" in field declarations.
- applyToParameterName - Property of rule de.unkrig: Alignment
Check alignment of method (and constructor) parameter names.
- applyToLocalVariableName - Property of rule de.unkrig: Alignment
Check alignment of first name in local variable declarations.
- applyToLocalVariableInitializer - Property of rule de.unkrig: Alignment
Check alignment of first "=
" in local variable declarations.
- applyToAssignments - Property of rule de.unkrig: Alignment
Check alignment of "=
" in assignments.
- applyToCaseGroupStatements - Property of rule de.unkrig: Alignment
Check alignment of first statement in case groups.
- applyToMethodName - Property of rule de.unkrig: Alignment
Check alignment of method (and constructor) names in declarations.
- applyToMethodBody - Property of rule de.unkrig: Alignment
Check alignment of "{
" and "}
" in method (and constructor) declarations.
- allowEmptyConstructors - Property of rule de.unkrig: Whitespace around
Allow empty constructor bodies.
- allowEmptyMethods - Property of rule de.unkrig: Whitespace around
Allow empty method bodies.
- allowEmptyCatches - Property of rule de.unkrig: Whitespace around
Allow empty catch blocks.
- allowEmptyTypes - Property of rule de.unkrig: Whitespace around
Allow empty class and interface bodies.
- allowOneLineDecl - Property of rule de.unkrig: Wrap annotation
Whether to allow a complete annotation declaration in one single line.
- allowMultiplePerLine - Property of rule de.unkrig: Wrap annotation
Whether multiple annotations in one line are allowed.
- allowMultipleElementValueArrayInitializersPerLine - Property of rule de.unkrig: Wrap annotation
Whether multiple element value array initializers in one line are allowed.
- allowMultipleValuesPerLine - Property of rule de.unkrig: Wrap array initializer
Whether multiple array initializer values in one line are allowed.
- allowOneLineDecl - Property of rule de.unkrig: Wrap class
Whether to allow a complete class declaration in one single line.
- allowOneLineDecl - Property of rule de.unkrig: Wrap constructor
Whether to allow a complete constructor declaration in one single line.
- allowMultipleArgsPerLine - Property of rule de.unkrig: Wrap constructor
Whether multiple constructor call arguments in one line are allowed.
- allowMultipleParametersPerLine - Property of rule de.unkrig: Wrap constructor
Whether multiple constructor parameter declarations in one line are allowed.
- allowOneLineDecl - Property of rule de.unkrig: Wrap enum
Whether to allow a complete enum declaration in one single line.
- allowMultipleConstantsPerLine - Property of rule de.unkrig: Wrap enum
Whether multiple enum constant declarations in one line are allowed.
- allowOneLineDecl - Property of rule de.unkrig: Wrap interface
Whether to allow a complete interface declaration in one single line.
- allowOneLineDecl - Property of rule de.unkrig: Wrap method
Whether to allow a complete method declaration in one single line.
- allowMultipleArgsPerLine - Property of rule de.unkrig: Wrap method
Whether multiple method call arguments in one line are allowed.
- allowMultipleParametersPerLine - Property of rule de.unkrig: Wrap method
Whether multiple method parameter declarations in one line are allowed.
- allowOneLineSwitchBlockStmtGroup - Property of rule de.unkrig: Wrap switch block statement group
Whether to allow a complete SWITCH
block statement group in one single line.
- de.unkrig: Alignment - Rule
Verifies that Java elements are vertically aligned in immediately consecutive lines (and only there!)
- de.unkrig: C++-style comment alignment - Rule
Verifies that C++-style comments ("// ...
") are correctly aligned.
- de.unkrig: Inner assignment - Rule
Assignments in expressions must be parenthesized, like "a = (b = c)" or "while ((a = b))".
- de.unkrig: Name spelling - Rule
Verifies that the names of Java elements match, respectively no not match given patterns.
- de.unkrig: Parenthesis padding - Rule
Enhanced version of "ParenPad": NOSPACE now allows C++ comments after the openining parenthesis.
- de.unkrig: Whitespace - Rule
Verifies that tokens are, respectively are not preceded with (and/or followed by) whitespace.
- de.unkrig: Whitespace around - Rule
Verifies that a token is surrounded by whitespace.
- de.unkrig: Wrap annotation - Rule
Verifies that annotations and annotation type declarations are uniformly wrapped and indented.
- de.unkrig: Wrap anonymous class - Rule
Verifies that anonymous class declarations are uniformly wrapped and indented.
- de.unkrig: Wrap array initializer - Rule
Verifies that array initializers are uniformly wrapped and indented.
- de.unkrig: Wrap binary operator - Rule
Verifies that binary operations are uniformly wrapped before and/or after the operator.
- de.unkrig: Wrap class - Rule
Verifies that class declarations are uniformly wrapped and indented.
- de.unkrig: Wrap constructor - Rule
Verifies that constructor declarations, parameters and arguments are uniformly wrapped and indented.
- de.unkrig: Wrap DO statement - Rule
Verifies that DO statements are uniformly wrapped and indented.
- de.unkrig: Wrap enum - Rule
Verifies that enum declarations and constants are uniformly wrapped and indented.
- de.unkrig: Wrap field - Rule
Verifies that field declarations are uniformly wrapped and indented.
- de.unkrig: Wrap interface - Rule
Verifies that interface declarations are uniformly wrapped and indented.
- de.unkrig: Wrap local variable - Rule
Verifies that local variable declarations are uniformly wrapped and indented.
- de.unkrig: Wrap method - Rule
Verifies that method declarations, parameters and call arguments are uniformly wrapped and indented.
- de.unkrig: Wrap package - Rule
Verifies that package declarations are uniformly wrapped and indented.
- de.unkrig: Wrap switch block statement group - Rule
Verifies that switch block statement groups are uniformly wrapped and indented.
- de.unkrig: Wrap TRY statement - Rule
Verifies that TRY statements are uniformly wrapped and indented.
- de.unkrig: Zero-parameter superconstructor invocation - Rule
Verifies that no constructor calls the zero-parameter superconstructor.
- de.unkrig: Suppression line - Rule
Events (i.e. CheckStyle warnings) are switched off by a "magic line" or back on by another magic line.
- de.unkrig: Suppression regex - Rule
Specific events (i.e. CheckStyle warnings) are suppressed in lines that match a given regex, and optionally in
a given number of lines following.
- whitespaceBefore - Property of rule de.unkrig: Whitespace
The Java elements which must be preceded with whitespace (or a line break).
- whitespaceAfter - Property of rule de.unkrig: Whitespace
The Java elements which must be followed by whitespace (or a line break).
- wrapDeclBeforeAt - Property of rule de.unkrig: Wrap annotation
Whether to wrap annotation declarations before "@".
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap annotation
Whether to wrap annotation type declarations before the opening curly brace.
- wrapElementValueArrayInitializerBeforeLCurly - Property of rule de.unkrig: Wrap annotation
Whether to wrap element value array initializers before the opening curly brace.
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap anonymous class
Whether to wrap anonymous class declarations before the opening curly brace.
- wrapBeforeLCurly - Property of rule de.unkrig: Wrap array initializer
Whether to wrap array initializers before the opening curly brace.
- wrapBeforeOperator - Property of rule de.unkrig: Wrap binary operator
Whether to wrap expressions before a binary operator.
- wrapAfterOperator - Property of rule de.unkrig: Wrap binary operator
Whether to wrap expressions after a binary operator.
- wrapDeclBeforeClass - Property of rule de.unkrig: Wrap class
Whether to wrap class declarations before the CLASS
keyword.
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap class
Whether to wrap class declarations before the opening curly brace.
- wrapDeclBeforeName - Property of rule de.unkrig: Wrap constructor
Whether to wrap constructor declarations between the modifiers and the class name.
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap constructor
Whether to wrap constructor declarations before the opening curly brace.
- wrapBeforeLCurly - Property of rule de.unkrig: Wrap DO statement
Whether to wrap DO
statements before the opening curly brace.
- wrapDeclBeforeEnum - Property of rule de.unkrig: Wrap enum
Whether to wrap enum declarations before the ENUM
keyword.
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap enum
Whether to wrap enum declarations before the opening curly brace.
- wrapDeclBeforeName - Property of rule de.unkrig: Wrap field
Whether to wrap field declarations before the field name.
- wrapDeclBeforeInterface - Property of rule de.unkrig: Wrap interface
Whether to wrap interface declarations before the INTERFACE
keyword.
- wrapDeclBeforeLCurly - Property of rule de.unkrig: Wrap interface
Whether to wrap interface declarations before the opening curly brace.
- wrapDeclBeforeName - Property of rule de.unkrig: Wrap local variable
Whether to wrap local variable declarations between the type and the variable name.
- wrapDeclBeforeName - Property of rule de.unkrig: Wrap method
Whether to wrap method declarations between the return type and the method name.
- wrapMethodDeclBeforeLCurly - Property of rule de.unkrig: Wrap method
Whether to wrap method declarations before the opening curly brace.
- wrapDeclBeforePackage - Property of rule de.unkrig: Wrap package
Whether to wrap package declarations before the PACKAGE
keyword (in "package-info.java
").
- wrapBeforeResourceSpecification - Property of rule de.unkrig: Wrap TRY statement
Whether to wrap TRY
-with-resources statements before the opening parenthesis of the resource
specification.
- wrapBeforeCatch - Property of rule de.unkrig: Wrap TRY statement
Whether to wrap TRY
statements before the CATCH
keyword.
- wrapBeforeBody - Property of rule de.unkrig: Wrap TRY statement
Whether to wrap TRY
statements before the body.
- wrapBeforeFinally - Property of rule de.unkrig: Wrap TRY statement
Whether to wrap TRY
statements before the FINALLY
keyword.
- Wrap line - Quickfix
Wraps this line at the correct position.