Checkstyle Results

The following document contains the results of Checkstyle 6.19 with https://raw.githubusercontent.com/home1-oss/oss-build/master/src/main/checkstyle/google_checks_6.19.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
20 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
1  Warning

Details

cn/home1/oss/lib/webmvc/internal/DefaultDomainResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'cn.home1.oss.lib.webmvc.api.DomainResolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10