Checkstyle Results

The following document contains the results of Checkstyle 8.10 with https://github.com/ci-and-cd/maven-build/raw/v0.3.7/src/main/checkstyle/google_checks_8.10.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 4 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
3  Warning
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1  Warning

Details

top/infra/web/servlet/handler/OrderedHandlerInterceptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.NoArgsConstructor'. 7
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 20

top/infra/web/servlet/handler/OrderedHandlerInterceptorWebMvcConfigureAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. 7