Checkstyle Results

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. rss feed

Summary

Files  Info  Warnings  Errors
2 0 11 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
8  Warning
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace ParenPad 1  Warning

Details

cn/home1/cloud/config/server/monitor/AbstraceNotificationExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. 9
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. 10
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.regex.Matcher' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. 11
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'org.springframework.cloud.config.monitor.PropertyPathNotificationExtractor'. 12
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 14

cn/home1/cloud/config/server/monitor/GitlabRepositoryPathNotificationExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.springframework.util.MultiValueMap'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.springframework.util.MultiValueMap'. 9
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.util.MultiValueMap'. 10
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.util.MultiValueMap'. 11
 Warning whitespace ParenPad '(' is followed by whitespace. 24
 Warning sizes LineLength Line is longer than 120 characters (found 152). 33