The following document contains the results of Checkstyle 8.10 with https://github.com/ci-and-cd/maven-build/raw/v0.3.8/src/main/checkstyle/google_checks_8.10.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
cn/home1/cloud/config/server/monitor/AbstraceNotificationExtractor.java | 0 | 5 | 0 |
cn/home1/cloud/config/server/monitor/GitlabRepositoryPathNotificationExtractor.java | 0 | 6 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
8 | ![]() |
javadoc | SummaryJavadoc
|
1 | ![]() |
sizes | LineLength
|
1 | ![]() |
whitespace | ParenPad | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.regex.Matcher' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. | 12 |
![]() |
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.util.MultiValueMap'. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.springframework.util.MultiValueMap'. | 9 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.util.MultiValueMap'. | 10 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.util.MultiValueMap'. | 11 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 33 |