All Classes and Interfaces
Classes
Class
Description
Method or constructor arguments.
Checks node/closing brackets to be the last symbols on the line.
Make sure each line indentation is either:
the same as previous one or less
bigger than previous by exactly 4
All other cases must cause a failure.
Validator with Checkstyle.
Performs multiline regexp match only if a regexp condition passes.
Checks that constant, declared as private field of class is used more than
once.
Checks node/closing curly brackets to be the last symbols on the line.
Checks if possible to use Diamond operator in generic instances creation.
Check for empty lines inside methods and constructors.
Checks that try-with-resources does not end with a semicolon.
Check if import lines are all together without any empty lines or comments.
Check for empty line at the beginning and at the end of Javadoc.
Checks that there is no empty line between a javadoc and it's subject.
Checks method parameters order to comply with what is defined in method
javadoc.
Check if the class/interface javadoc contains properly formatted author
and version tags.
Represent a line range.
Represents a set of LineRange objects.
Checks method bodies for comments.
Checks the order of methods declaration.
Multi line comment checker.
Check indents in multi line JavaDoc tags.
Checks that there is no Javadoc for inherited methods.
Checks that non static method must contain at least one reference to
this
.Abstract parameters.
Checks that classes are declared as final.
Checks that constructor, declared as private class is used more than once.
Checks that final class doesn't contain protected methods unless they are
overriding protected methods from superclass.
Checks if inner classes are properly accessed using their qualified name
with the outer class.
C++ style inline comment is not allowed.
Checks for not using concatenation of string literals in any form.
Class, interface, constructor or method generic type parameters.