All Classes and Interfaces

Class
Description
Base class for checks that act as a filter for a single child.
CheckFilter that can be used to skip "ident" tokens.
TreeWalkerFilter that can used to relax the 'this.' requirement when referring to an outer class from an inner class.
Spring variant of AvoidStarImportCheck.
Checks that catch blocks follow Spring conventions.
FileSetCheck that applies Spring checkstype rules.
Checks that @Deprecated annotations follow Spring conventions.
Checks that the source headers follow Spring conventions.
Extension to HideUtilityClassConstructorCheck that doesn't fail certain common Spring patterns.
Checks that the order of imports follow Spring conventions.
Checks that the javadoc comments follow Spring conventions.
Checks that JUnit 5 conventions are followed and that JUnit 4 is not accidentally used.
Checks that lambda definitions follow Spring conventions.
Checks that leading whitespace matches the expected indentation style.
Checks that methods are defined in the correct order.
Checks that protected, package-private and private classes to not have public methods unless they are also annotated with @Override.
Checks that certain fields are never referenced using 'this.'.
ParenPadCheck variant that allows whitespace after ( if before //.
Checks that ternary operations follow Spring conventions.
Type of equals operators allowed in the test condition.
Checks that test filenames end Tests.java and not Test.java.