The following document contains the results of Checkstyle 8.10 with https://github.com/ci-and-cd/maven-build/raw/master/src/main/checkstyle/google_checks_8.10.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
1 | |
| imports | CustomImportOrder
|
13 | |
| javadoc | JavadocMethod
|
3 | |
| JavadocParagraph | 2 | ||
| JavadocTagContinuationIndentation | 2 | ||
SummaryJavadoc
|
2 | ||
| modifier | ModifierOrder | 1 | |
| sizes | LineLength
|
1 | |
| whitespace | ParenPad | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'org.springframework.core.annotation.AliasFor'. | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'org.springframework.core.annotation.AliasFor'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'org.springframework.core.annotation.AliasFor'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'org.springframework.core.annotation.AliasFor'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'org.springframework.core.annotation.AliasFor'. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Locale' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.context.i18n.LocaleContextHolder'. | 9 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Locale' import. Should be before 'lombok.Getter'. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| blocks | EmptyCatchBlock | Empty catch block. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'lombok.NoArgsConstructor'. | 7 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'. | 7 |