Package io.spring.javaformat.checkstyle.check
package io.spring.javaformat.checkstyle.check
-
ClassDescriptionSpring variant of
AvoidStarImportCheck.Checks that catch blocks follow Spring conventions.Checks that@Deprecatedannotations follow Spring conventions.Checks that the source headers follow Spring conventions.Extension toHideUtilityClassConstructorCheckthat 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.'.ParenPadCheckvariant 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.