The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MultipleVariableDeclarations | 1 | |
| OverloadMethodsDeclarationOrder | 1 | ||
| VariableDeclarationUsageDistance | 2 | ||
| imports | CustomImportOrder
|
85 | |
| indentation | Indentation
|
1 | |
| javadoc | JavadocMethod
|
60 | |
| JavadocParagraph | 1 | ||
| NonEmptyAtclauseDescription | 12 | ||
SummaryJavadoc
|
27 | ||
| misc | UpperEll | 5 | |
| naming | AbbreviationAsWordInName
|
39 | |
CatchParameterName
|
18 | ||
| sizes | LineLength
|
103 | |
| whitespace | EmptyLineSeparator
|
4 | |
| GenericWhitespace | 1 | ||
OperatorWrap
|
6 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.factory.annotation.Value' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.boot.actuate.health.Health' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.context.ApplicationContext' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.enums.Env' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.api.AdminServiceAPI' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.entity.po.ServerConfig' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.repository.ServerConfigRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'healthAPI' must contain no more than '1' capital letters. | 104 | |
| misc | UpperEll | Should use uppercase 'L'. | 109 | |
| misc | UpperEll | Should use uppercase 'L'. | 121 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.client.RestTemplate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 6 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.auth.RestTemplateFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.enums.Env' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.service.ServiceLocator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'API' must contain no more than '1' capital letters. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.AppDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.NamespaceDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ReleaseDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AdminServiceAPI' must contain no more than '1' capital letters. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HealthAPI' must contain no more than '1' capital letters. | 30 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppAPI' must contain no more than '1' capital letters. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTOs' must contain no more than '1' capital letters. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 47 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceAPI' must contain no more than '1' capital letters. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceDTOs' must contain no more than '1' capital letters. | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 83 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemAPI' must contain no more than '1' capital letters. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTOs' must contain no more than '1' capital letters. | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 107 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 114 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ClusterAPI' must contain no more than '1' capital letters. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'clusterDTOs' must contain no more than '1' capital letters. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 122 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseAPI' must contain no more than '1' capital letters. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTO' must contain no more than '1' capital letters. | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 13 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 7 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 8 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'casFilter' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 83 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'casValidationFilter' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 134 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'loggingServerIP' must contain no more than '1' capital letters. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.App' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.http.MultiResponseEntity' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.http.RichResponseEntity' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.PortalSettings' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.EnvClusterInfo' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.listener.AppCreationEvent' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.service.AppService' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 22 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ReleaseDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceSyncModel' import. Should be before 'com.ctrip.framework.apollo.portal.entity.vo.ItemDiffs'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceTextModel' import. Should be before 'com.ctrip.framework.apollo.portal.entity.vo.ItemDiffs'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceReleaseModel' import. Should be before 'com.ctrip.framework.apollo.portal.entity.vo.ItemDiffs'. | 13 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 106 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 57 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 122 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.portal.util.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 9 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 2 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceVO' must contain no more than '1' capital letters. | 7 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemVO' must contain no more than '1' capital letters. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'appAPI' must contain no more than '1' capital letters. | 28 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceAPI' must contain no more than '1' capital letters. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTO' must contain no more than '1' capital letters. | 34 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 9 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 13 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 17 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 18 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Collections' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 5 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.App' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.ExceptionUtils' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.AppDTO' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.api.AdminServiceAPI' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.auth.UserInfoHolder' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.EnvClusterInfo' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.listener.AppCreationEvent' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.repository.AppRepository' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appAPI' must contain no more than '1' capital letters. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTO' must contain no more than '1' capital letters. | 74 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 4 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'clusterAPI' must contain no more than '1' capital letters. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemDTO' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.NamespaceDTO' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ReleaseDTO' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.NotFoundException' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.ServiceException' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.api.AdminServiceAPI' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.auth.UserInfoHolder' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.ItemDiffs' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.NamespaceIdentifer' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceTextModel' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceReleaseModel' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.service.txtresolver.ConfigTextResolver' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceAPI' must contain no more than '1' capital letters. | 41 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemAPI' must contain no more than '1' capital letters. | 43 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseAPI' must contain no more than '1' capital letters. | 45 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 64 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 104 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 125 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceDTO' must contain no more than '1' capital letters. | 150 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 172 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 193 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemAPI' must contain no more than '1' capital letters. | 47 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseAPI' must contain no more than '1' capital letters. | 49 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceAPI' must contain no more than '1' capital letters. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 110 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 128 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 143 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 144 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 169 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 190 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 214 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parseItemVO' must contain no more than '1' capital letters. | 214 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.boot.autoconfigure.web.HttpMessageConverters' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.client.HttpComponentsClientHttpRequestFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.client.SimpleClientHttpRequestFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.stereotype.Service' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.client.RestTemplate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.MetaDomainConsts' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.dto.ServiceDTO' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.enums.Env' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.exception.ServiceException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'serviceDTOs' must contain no more than '1' capital letters. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'com.ctrip.framework.apollo.core.exception.BadRequestException'. | 6 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 106 | |
| misc | UpperEll | Should use uppercase 'L'. | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 114 | |
| misc | UpperEll | Should use uppercase 'L'. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 134 | |
| misc | UpperEll | Should use uppercase 'L'. | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 136 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'deleteNormalKVItem' must contain no more than '1' capital letters. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 17 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '13'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 43 |