| SpringAvoidStaticImportCheck |
Spring variant of AvoidStarImportCheck.
|
| SpringCatchCheck |
Checks that catch blocks follow Spring conventions.
|
| SpringHeaderCheck |
Checks that the source headers follow Spring conventions.
|
| SpringHideUtilityClassConstructor |
Extension to HideUtilityClassConstructorCheck that 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.
|
| SpringLeadingWhitespaceCheck |
Checks that leading whitespace matches the expected indentation style.
|
| 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.
|