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.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
7 | Warning |
indentation | CommentsIndentation | 1 | Warning |
javadoc | NonEmptyAtclauseDescription | 3 | Warning |
sizes | LineLength
|
4 | Warning |
whitespace | WhitespaceAround
|
4 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.boot.autoconfigure.AppProperties' import. Should be before 'org.springframework.web.client.RestTemplate'. | 32 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.Cryptos' import. Should be before 'org.springframework.web.client.RestTemplate'. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'org.springframework.web.client.RestTemplate'. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.KeyExpression' import. Should be before 'org.springframework.web.client.RestTemplate'. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.BasicAuthUtils' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 6 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 7 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 20 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 89 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 107 |
Warning | indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 128. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 8 |