The following document contains the results of Checkstyle 8.10 with https://github.com/ci-and-cd/maven-build/raw/develop/src/main/checkstyle/google_checks_8.10.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
12 | |
| indentation | CommentsIndentation | 1 | |
| javadoc | JavadocMethod
|
5 | |
| JavadocParagraph | 1 | ||
SummaryJavadoc
|
1 | ||
| sizes | LineLength
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.beans.factory.annotation.Autowired'. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.context.annotation.Configuration'. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.context.annotation.Import'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.annotation.PostConstruct' import. Should be before 'org.springframework.context.annotation.Import'. | 10 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.context.annotation.Configuration'. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 77. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.LinkedHashMap' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.OptionalInt' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.IntStream' import. Should be before 'org.springframework.web.bind.annotation.ResponseBody'. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |