| Class | Description |
|---|---|
| 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.
|
| SpringLambdaCheck |
Checks that lambda definitions follow Spring conventions.
|
| SpringMethodOrderCheck |
Checks that methods are defined in the correct order.
|
| SpringNoThisCheck |
Checks that certain fields are never referenced using
'this.'. |
| SpringTernaryCheck |
Checks that ternary operations follow Spring conventions.
|
| Enum | Description |
|---|---|
| SpringTernaryCheck.EqualsTest |
Type of equals operators allowed in the test condition.
|
Copyright © 2019. All rights reserved.