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. 
 
Summary
| Files |  Info |  Warnings |  Errors | 
| 64 | 0 | 23 | 0 | 
 
Rules
| Category | Rule | Violations | Severity | 
| imports | CustomImportOrder 
sortImportsInGroupAlphabetically: "true"specialImportsRegExp: "com.google"customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE" | 13 |  Warning | 
| naming | ParameterName 
format: "^[a-z][a-z0-9][a-zA-Z0-9]*$" | 1 |  Warning | 
| sizes | LineLength 
max: "120"ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://" | 9 |  Warning | 
 
Details
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.crypto.KeyExpression' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 | 
 
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.KeyExpression' import. Should be before 'org.springframework.core.env.Environment'. | 12 | 
 
| Severity | Category | Rule | Message | Line | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 32 | 
 
cn/home1/oss/lib/common/JaxbUtils.java
| Severity | Category | Rule | Message | Line | 
|  Warning | naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | 
 
cn/home1/oss/lib/common/SpringSecurityJackson2Module.java
| Severity | Category | Rule | Message | Line | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 48 | 
 
cn/home1/oss/lib/common/crypto/AesCbcKey.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 | 
 
cn/home1/oss/lib/common/crypto/AesDecryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 | 
 
cn/home1/oss/lib/common/crypto/AesEncryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 | 
 
cn/home1/oss/lib/common/crypto/JwtDecryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.Defaults' import. Should be before 'org.joda.time.DateTime'. | 13 | 
 
cn/home1/oss/lib/common/crypto/JwtEncryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.Defaults' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | 
 
cn/home1/oss/lib/common/crypto/JwtKeyGenerator.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.CodecUtils' import. Should be before 'lombok.Getter'. | 10 | 
 
cn/home1/oss/lib/common/crypto/RsaDecryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 | 
 
cn/home1/oss/lib/common/crypto/RsaEncryptor.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 | 
 
cn/home1/oss/lib/common/crypto/RsaKey.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 | 
 
cn/home1/oss/lib/common/crypto/RsaKeyGenerator.java
| Severity | Category | Rule | Message | Line | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.CodecUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 | 
|  Warning | imports | CustomImportOrder | Import statement for 'cn.home1.oss.lib.common.StringUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 50 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 51 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 80 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 81 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 126 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 152 | 
|  Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 153 |