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.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
9 | ![]() |
javadoc | SummaryJavadoc
|
1 | ![]() |
sizes | LineLength
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.testcontainers.containers.GenericContainer'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map.Entry' import. Should be before 'org.testcontainers.containers.GenericContainer'. | 12 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.function.BiFunction' import. Should be before 'org.testcontainers.containers.GenericContainer'. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.function.BiFunction' import. Should be before 'org.testcontainers.containers.GenericContainer'. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.junit.runners.model.Statement'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.runners.model.Statement'. | 9 |
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 |