All Classes
-
All Classes Class Summary Enum Summary Class Description CheckFilter Base class forchecksthat act as a filter for a single child.IdentCheckFilter CheckFilterthat can be used to skip "ident" tokens.RequiresOuterThisFilter TreeWalkerFilterthat can used to relax the'this.'requirement when referring to an outer class from an inner class.SpringAvoidStaticImportCheck Spring variant ofAvoidStarImportCheck.SpringCatchCheck Checks that catch blocks follow Spring conventions.SpringChecks FileSetCheckthat applies Spring checkstype rules.SpringHeaderCheck Checks that the source headers follow Spring conventions.SpringHideUtilityClassConstructor Extension toHideUtilityClassConstructorCheckthat doesn't fail certain common Spring patterns.SpringImportOrderCheck Checks that the order of imports follow Spring conventions.SpringJavadocCheck Checks that the javadoc comments follow Spring conventions.SpringJUnit5Check Checks that JUnit 5 conventions are followed and that JUnit 4 is not accidentally used.SpringLambdaCheck Checks that lambda definitions follow Spring conventions.SpringMethodOrderCheck Checks that methods are defined in the correct order.SpringMethodVisibilityCheck Checks that protected, package-private and private classes to not have public methods unless they are also annotated with@Override.SpringNoThisCheck Checks that certain fields are never referenced using'this.'.SpringTernaryCheck Checks that ternary operations follow Spring conventions.SpringTernaryCheck.EqualsTest Type of equals operators allowed in the test condition.