| Class | Description |
|---|---|
| BracketsStructureCheck |
Checks node/closing brackets to be the last symbols on the line.
|
| CascadeIndentationCheck |
Check if indentation on every level has fixed number of spaces.
|
| CheckstyleValidator |
Validator with Checkstyle.
|
| ConditionalRegexpMultilineCheck |
Performs multiline regexp match only if a regexp condition passes.
|
| ConstantUsageCheck |
Checks that constant, declared as private field of class is used more than
once.
|
| CurlyBracketsStructureCheck |
Checks node/closing curly brackets to be the last symbols on the line.
|
| EmptyLinesCheck |
Check for empty lines inside methods and constructors.
|
| ImportCohesionCheck |
Check if import lines are all together without any empty lines or comments.
|
| JavadocLocationCheck |
Checks that there is no empty line between a javadoc and it's subject.
|
| JavadocTagsCheck |
Check if the class/interface javadoc contains properly formatted author
and version tags.
|
| MethodBodyCommentsCheck |
Checks method bodies for comments.
|
| MethodsOrderCheck |
Checks the order of methods declaration.
|
| MultilineJavadocTagsCheck |
Check indents in multi line JavaDoc tags.
|
| NonStaticMethodCheck |
Checks that non static method must contain at least one reference to
this. |
| ProtectedMethodInFinalClassCheck |
Checks that final class doesn't contain protected methods.
|
| PuzzleDuplicateCheck |
Check for duplicate todo puzzles.
|
| PuzzleFormatCheck |
Check format of PDD puzzles.
|
| StringLiteralsConcatenationCheck |
Checks for not using concatenation of string literals in any form.
|
Copyright © 2011–2014 Qulice.com. All rights reserved.