The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
4 | |
| NeedBraces | 9 | ||
| coding | MissingSwitchDefault | 2 | |
| MultipleVariableDeclarations | 1 | ||
| OverloadMethodsDeclarationOrder | 4 | ||
| VariableDeclarationUsageDistance | 7 | ||
| imports | CustomImportOrder
|
301 | |
| indentation | CommentsIndentation | 4 | |
Indentation
|
28 | ||
| javadoc | JavadocMethod
|
193 | |
| JavadocParagraph | 6 | ||
| NonEmptyAtclauseDescription | 22 | ||
SummaryJavadoc
|
61 | ||
| misc | UpperEll | 5 | |
| modifier | ModifierOrder | 2 | |
| naming | AbbreviationAsWordInName
|
74 | |
CatchParameterName
|
34 | ||
LocalVariableName
|
4 | ||
MemberName
|
59 | ||
ParameterName
|
14 | ||
| sizes | LineLength
|
211 | |
| whitespace | EmptyLineSeparator
|
8 | |
| GenericWhitespace | 3 | ||
OperatorWrap
|
19 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 63 | |
| naming | ParameterName | Parameter name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.service.AppService' import. Should be before 'org.springframework.stereotype.Component'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 8 |
| 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.data.domain.Pageable' 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 'org.springframework.web.bind.annotation.PathVariable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.bind.annotation.RequestBody' 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 'org.springframework.web.bind.annotation.RequestMapping' 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 'org.springframework.web.bind.annotation.RequestMethod' 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.springframework.web.bind.annotation.RequestParam' 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.web.bind.annotation.RestController' 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 'com.ctrip.framework.apollo.common.entity.App' 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 'com.ctrip.framework.apollo.biz.service.AdminService' 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 'com.ctrip.framework.apollo.biz.service.AppService' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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.common.utils.InputValidator' 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 'com.ctrip.framework.apollo.core.dto.AppDTO' 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.exception.BadRequestException' 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.exception.NotFoundException' 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.utils.StringUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.AppNamespace' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.service.AppNamespaceService' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.AppNamespaceDTO' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.ConfigFileFormat' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 |
| 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.bind.annotation.PathVariable' 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 'org.springframework.web.bind.annotation.RequestBody' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.bind.annotation.RequestMapping' 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 'org.springframework.web.bind.annotation.RequestMethod' 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 'org.springframework.web.bind.annotation.RequestParam' 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.springframework.web.bind.annotation.RestController' 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 'com.ctrip.framework.apollo.biz.entity.Cluster' 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 'com.ctrip.framework.apollo.biz.service.ClusterService' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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 'com.ctrip.framework.apollo.common.utils.InputValidator' 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 'com.ctrip.framework.apollo.core.dto.ClusterDTO' 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.exception.BadRequestException' 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 'com.ctrip.framework.apollo.core.exception.NotFoundException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 |
| 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. | 6 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.bind.annotation.PathVariable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.bind.annotation.RequestBody' 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 'org.springframework.web.bind.annotation.RequestMapping' 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 'org.springframework.web.bind.annotation.RequestMethod' 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.springframework.web.bind.annotation.RequestParam' 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.web.bind.annotation.RestController' 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 'com.ctrip.framework.apollo.adminservice.aop.PreAcquireNamespaceLock' 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 'com.ctrip.framework.apollo.biz.entity.Commit' 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 'com.ctrip.framework.apollo.biz.entity.Item' 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 'com.ctrip.framework.apollo.biz.entity.Namespace' 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.biz.service.CommitService' 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 'com.ctrip.framework.apollo.biz.service.ItemService' 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.biz.service.NamespaceService' 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.biz.utils.ConfigChangeContentBuilder' 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.common.utils.BeanUtils' 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 'com.ctrip.framework.apollo.core.dto.ItemDTO' 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.exception.BadRequestException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.exception.NotFoundException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 74 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 79 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'builder' 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). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTOs' must contain no more than '1' capital letters. | 135 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.adminservice.aop.PreAcquireNamespaceLock' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.service.ItemSetService' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 23 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 25 |
| 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.bind.annotation.PathVariable' 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 'org.springframework.web.bind.annotation.RequestBody' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.bind.annotation.RequestMapping' 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 'org.springframework.web.bind.annotation.RequestMethod' 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 'org.springframework.web.bind.annotation.RequestParam' 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.springframework.web.bind.annotation.RestController' 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 'com.ctrip.framework.apollo.biz.entity.Namespace' 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 'com.ctrip.framework.apollo.biz.service.NamespaceService' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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 'com.ctrip.framework.apollo.common.utils.InputValidator' 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 'com.ctrip.framework.apollo.core.dto.NamespaceDTO' 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.exception.BadRequestException' 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 'com.ctrip.framework.apollo.core.exception.NotFoundException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.adminservice.AdminServiceApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.configservice.ConfigServiceApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.PortalApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.hibernate.annotations.SQLDelete' 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 'org.hibernate.annotations.Where' 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 'OP' must contain no more than '1' capital letters. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.hibernate.annotations.SQLDelete' 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 'org.hibernate.annotations.Where' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.hibernate.annotations.SQLDelete' 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.hibernate.annotations.Where' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.hibernate.annotations.SQLDelete' 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 'org.hibernate.annotations.Where' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.hibernate.annotations.SQLDelete' 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 'org.hibernate.annotations.Where' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.AppNamespace' import. Should be before 'org.springframework.data.repository.PagingAndSortingRepository'. | 5 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 10 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.data.jpa.repository.Query' 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.data.repository.PagingAndSortingRepository' 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 'org.springframework.data.repository.query.Param' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.entity.App' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.data.jpa.repository.Query' 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.data.repository.PagingAndSortingRepository' 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 'org.springframework.data.repository.query.Param' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.biz.entity.Audit' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.data.repository.PagingAndSortingRepository' 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 'com.ctrip.framework.apollo.biz.entity.Item' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.data.repository.PagingAndSortingRepository' 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 'com.ctrip.framework.apollo.biz.entity.Namespace' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Privilege' import. Should be before 'org.springframework.data.repository.PagingAndSortingRepository'. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.data.domain.Pageable' 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.data.repository.PagingAndSortingRepository' 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 'org.springframework.data.repository.query.Param' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.biz.entity.Release' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 16 | |
| sizes | LineLength | Line is longer than 100 characters (found 142). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.App' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.ConfigConsts' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 5 | |
| imports | CustomImportOrder | Import statement for 'java.util.Objects' 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.biz.entity.Cluster' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Namespace' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.entity.AppNamespace' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Audit' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.ConfigConsts' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.ConfigFileFormat' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.ServiceException' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 105 |
| 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. | 6 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.data.domain.Page' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.data.domain.Pageable' 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 'org.springframework.stereotype.Service' 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 'org.springframework.transaction.annotation.Transactional' 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 'com.ctrip.framework.apollo.common.entity.App' 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 'com.ctrip.framework.apollo.biz.entity.Audit' 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 'com.ctrip.framework.apollo.biz.repository.AppRepository' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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 '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. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| 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.stereotype.Service' 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 'org.springframework.transaction.annotation.Transactional' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.biz.entity.Audit' 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.biz.repository.AuditRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
| 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. | 7 | |
| 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. | 8 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.transaction.annotation.Transactional' 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.biz.entity.Audit' 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 'com.ctrip.framework.apollo.biz.entity.Cluster' 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 'com.ctrip.framework.apollo.biz.repository.ClusterRepository' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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 'com.ctrip.framework.apollo.core.ConfigConsts' 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 '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. | 16 | |
| imports | CustomImportOrder | Import statement for 'com.google.common.base.Strings' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 63 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '50'. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 123 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Audit' import. Should be before 'org.springframework.util.CollectionUtils'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Commit' import. Should be before 'org.springframework.util.CollectionUtils'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Item' import. Should be before 'org.springframework.util.CollectionUtils'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.utils.ConfigChangeContentBuilder' import. Should be before 'org.springframework.util.CollectionUtils'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.util.CollectionUtils'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.util.CollectionUtils'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemDTO' import. Should be before 'org.springframework.util.CollectionUtils'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.util.CollectionUtils'. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 |
| 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. | 7 | |
| 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. | 8 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.transaction.annotation.Transactional' 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.biz.entity.Audit' 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 'com.ctrip.framework.apollo.biz.entity.Namespace' 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 'com.ctrip.framework.apollo.biz.repository.NamespaceRepository' 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 'com.ctrip.framework.apollo.common.entity.AppNamespace' 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 'com.ctrip.framework.apollo.common.utils.BeanUtils' 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 '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. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.dianping.cat.configuration.ClientConfigManager' 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.dianping.cat.configuration.client.entity.Domain' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.dianping.cat.configuration.client.entity.Server' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.codehaus.plexus.logging.LogEnabled' 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.codehaus.plexus.logging.Logger' 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 'org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException' 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 'org.unidal.lookup.ContainerHolder' 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 'org.unidal.lookup.annotation.Inject' 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 'com.dianping.cat.message.Message' 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 'com.dianping.cat.message.Transaction' 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 'com.dianping.cat.message.internal.MessageIdFactory' 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 'com.dianping.cat.message.spi.MessageManager' 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 'com.dianping.cat.message.spi.MessageTree' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 | |
| naming | MemberName | Member name 'm_factory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.dianping.cat.message.internal.DefaultMessageProducer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 7 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '19'. | 29 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '24'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.Apollo' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.foundation.Foundation' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.boot.context.embedded.FilterRegistrationBean' 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.boot.context.embedded.ServletListenerRegistrationBean' 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 'org.springframework.context.annotation.Bean' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.context.annotation.Configuration' 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.dianping.cat.servlet.CatFilter' 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 'com.dianping.cat.servlet.CatListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.boot.context.embedded.FilterRegistrationBean' 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.context.annotation.Bean' 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 'org.springframework.context.annotation.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.web.filter.CharacterEncodingFilter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 4, expected is 0, indentation should be the same level as line 19. | 18 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 20. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.AbstractBaseException' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.NotFoundException' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.dianping.cat.Cat' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 18 | |
| imports | CustomImportOrder | Import statement for 'com.google.gson.Gson' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'com.google.gson.reflect.TypeToken' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.HttpStatus.BAD_REQUEST' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.HttpStatus.INTERNAL_SERVER_ERROR' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.HttpStatus.NOT_FOUND' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.HttpStatus.UNAUTHORIZED' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.MediaType.APPLICATION_JSON' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 90 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 105. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.context.annotation.Configuration' 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.data.domain.PageRequest' 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 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.http.MediaType' 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 'org.springframework.web.method.support.HandlerMethodArgumentResolver' 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 'org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer' 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.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'ch.qos.logback.classic.LoggerContext' import. Should be before 'org.springframework.util.ReflectionUtils'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'ch.qos.logback.core.Appender' import. Should be before 'org.springframework.util.ReflectionUtils'. | 16 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'loggerContext' declaration and its first usage is 5, 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). | 52 | |
| naming | LocalVariableName | Local variable name 'cLoggingAppender' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.core.type.AnnotatedTypeMetadata'. | 7 |
| 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. | 7 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.context.annotation.Bean' 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 'org.springframework.context.annotation.Conditional' 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 'org.springframework.stereotype.Component' 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 'com.dianping.cat.Cat' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.stereotype.Component'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.EnvUtils' import. Should be before 'org.springframework.stereotype.Component'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.foundation.Foundation' import. Should be before 'org.springframework.stereotype.Component'. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'aPublic' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.google.common.base.MoreObjects' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'com.google.common.base.MoreObjects.ToStringHelper' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 16 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 5 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.BeanWrapper' 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.beans.BeanWrapperImpl' 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.util.CollectionUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 14 has parse error. Missed HTML close tag 'UserDTO'. Sometimes it means that close tag missed for one of previous tags. | 23 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<pre>\n * List<UserDTO> userList = userService.queryUsers();\n * Map<Integer,' while parsing HTML_TAG | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 23 has parse error. Details: no viable alternative at input '<pre>\n * List<ShopDTO> shopList = shopService.queryShops();\n * Map<Integer,' while parsing HTML_TAG | 108 | |
| 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) | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| naming | LocalVariableName | Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 13 has parse error. Missed HTML close tag 'Integer'. Sometimes it means that close tag missed for one of previous tags. | 140 | |
| 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) | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 195 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| sizes | LineLength | Line is longer than 100 characters (found 143). | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.web.client.HttpStatusCodeException' 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.google.common.base.MoreObjects' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | CustomImportOrder | Import statement for 'com.google.gson.Gson' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'com.google.gson.reflect.TypeToken' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 13 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '17'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.entity.Release' import. Should be before 'com.ctrip.framework.apollo.common.entity.AppNamespace'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.service.AppNamespaceService' import. Should be before 'com.ctrip.framework.apollo.common.entity.AppNamespace'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.biz.service.ConfigService' import. Should be before 'com.ctrip.framework.apollo.common.entity.AppNamespace'. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NOT_FOUND_RESPONSE' must contain no more than '1' capital letters. | 62 | |
| naming | MemberName | Member name 'NOT_FOUND_RESPONSE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 7 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.core.utils.ResourceUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppNamespaceDTO' must contain no more than '1' capital letters. | 4 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 4 | |
| naming | ParameterName | Parameter name 'aPublic' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BaseDTO' must contain no more than '1' capital letters. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ClusterDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'CommitDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 6 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 9 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemDTO' must contain no more than '1' capital letters. | 5 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceLockDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseDTO' must contain no more than '1' capital letters. | 3 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ServiceDTO' must contain no more than '1' capital letters. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 22 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 3 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 11 | |
| naming | ParameterName | Parameter name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 | |
| naming | ParameterName | Parameter name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 | |
| naming | ParameterName | Parameter name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'DNSUtil' must contain no more than '1' capital letters. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
| 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. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 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. | 12 | |
| 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. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 128). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 78 | |
| javadoc | JavadocParagraph | Redundant <p> tag. | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 96 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 105 | |
| javadoc | JavadocParagraph | Redundant <p> tag. | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 193 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 220 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 269 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.ConfigFile' import. Should be before 'org.unidal.lookup.annotation.Named'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.ConfigService' import. Should be before 'org.unidal.lookup.annotation.Named'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.ConfigFileFormat' import. Should be before 'org.unidal.lookup.annotation.Named'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.foundation.Foundation' import. Should be before 'org.unidal.lookup.annotation.Named'. | 13 | |
| javadoc | SummaryJavadoc | Javadoc comment at column 32 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 32 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 38 | |
| naming | MemberName | Member name 'm_logger' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 40 | |
| naming | MemberName | Member name 'm_def' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 42 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 44 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 6. | 45 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 6. | 46 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 6. | 47 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 6. | 49 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 8. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 52 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 8. | 54 | |
| indentation | Indentation | 'try' child have incorrect indentation level 15, expected level should be 10. | 55 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 8. | 56 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 15, expected level should be 10. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 57 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 8. | 58 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 6. | 59 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 8. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 60 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 8. | 61 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 6. | 62 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_configRepository' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 | |
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 | |
| naming | MemberName | Member name 'm_configProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_httpUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| naming | MemberName | Member name 'm_configServices' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| naming | MemberName | Member name 'm_responseType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | MemberName | Member name 'm_executorService' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| naming | MemberName | Member name 'm_resourceProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| naming | MemberName | Member name 'm_configProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| naming | MemberName | Member name 'm_configRepository' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_factoryManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| naming | MemberName | Member name 'm_configs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 | |
| naming | MemberName | Member name 'm_configFiles' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| naming | MemberName | Member name 'm_baseDir' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| naming | MemberName | Member name 'm_fileProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| naming | MemberName | Member name 'm_upstream' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 4, expected is 3, indentation should be the same level as line 121. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 254 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_contentCache' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| naming | MemberName | Member name 'm_serviceLocator' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| naming | MemberName | Member name 'm_httpUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 | |
| naming | MemberName | Member name 'm_configCache' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 | |
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| naming | MemberName | Member name 'm_longPollingService' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| naming | MemberName | Member name 'm_longPollingStopped' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| naming | MemberName | Member name 'm_longPollFailSchedulePolicyInSecond' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | MemberName | Member name 'm_longPollServiceDto' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | MemberName | Member name 'm_longPollResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| naming | MemberName | Member name 'm_longPollRateLimiter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| naming | MemberName | Member name 'm_loadConfigRateLimiter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| blocks | EmptyCatchBlock | Empty catch block. | 170 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'path' 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). | 243 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'pathParams' 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). | 244 | |
| blocks | EmptyCatchBlock | Empty catch block. | 300 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 300 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 | |
| naming | MemberName | Member name 'm_configRepository' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 | |
| naming | MemberName | Member name 'm_configProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 11 | |
| naming | MemberName | Member name 'm_changes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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.core.enums.Env' 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.portal.service.ServiceLocator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'API' must contain no more than '1' capital letters. | 11 |
| 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'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.NamespaceDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ReleaseDTO' import. Should be before 'com.ctrip.framework.apollo.core.enums.Env'. | 13 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AdminServiceAPI' must contain no more than '1' capital letters. | 29 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'HealthAPI' must contain no more than '1' capital letters. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppAPI' must contain no more than '1' capital letters. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTOs' must contain no more than '1' capital letters. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 49 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceAPI' must contain no more than '1' capital letters. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceDTOs' must contain no more than '1' capital letters. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemAPI' must contain no more than '1' capital letters. | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTOs' must contain no more than '1' capital letters. | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 107 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 117 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 124 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ClusterAPI' must contain no more than '1' capital letters. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'clusterDTOs' must contain no more than '1' capital letters. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 144 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseAPI' must contain no more than '1' capital letters. | 156 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 158 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTOs' must contain no more than '1' capital letters. | 159 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTO' must contain no more than '1' capital letters. | 168 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 186 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CommitAPI' must contain no more than '1' capital letters. | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'commitDTOs' must contain no more than '1' capital letters. | 198 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 199 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceLockAPI' must contain no more than '1' capital letters. | 208 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 14 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyCatchBlock | Empty catch block. | 16 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'query' declaration and its first usage is 5, 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). | 121 | |
| naming | MemberName | Member name 'access_token' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 | |
| naming | MemberName | Member name 'request_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 | |
| naming | ParameterName | Parameter name 'access_token' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| naming | ParameterName | Parameter name 'request_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
| 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 |
|---|---|---|---|---|
| blocks | EmptyCatchBlock | Empty catch block. | 16 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 |
| 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. | 19 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 56 | |
| 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) | 56 |
| 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. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 72 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'casFilter' declaration and its first usage is 5, 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). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'casValidationFilter' declaration and its first usage is 7, 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). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 115 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 131 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 143 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'loggingServerIP' must contain no more than '1' capital letters. | 30 |
| 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 | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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'. | 8 | |
| 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'. | 9 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 110 |
| 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.common.utils.RequestPrecondition.checkArgument' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 74 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkArgument' 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. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 117 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 147 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.RequestPrecondition.checkModel' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 21 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.framework.apollo.common.utils.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.common.utils.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. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 44 |
| 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. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
| 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. | 10 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 13 |
| 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. | 8 | |
| naming | ParameterName | Parameter name 'aPublic' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemVO' must contain no more than '1' capital letters. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseVO' must contain no more than '1' capital letters. | 7 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'KVEntity' must contain no more than '1' capital letters. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'appAPI' must contain no more than '1' capital letters. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceAPI' must contain no more than '1' capital letters. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTO' must contain no more than '1' capital letters. | 35 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 47 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 54 |
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 74 |
| 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'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.common.utils.ExceptionUtils' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.AppDTO' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.api.AdminServiceAPI' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.auth.UserInfoHolder' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.EnvClusterInfo' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.repository.AppRepository' import. Should be before 'org.springframework.web.client.HttpStatusCodeException'. | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appAPI' must contain no more than '1' capital letters. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appDTO' must contain no more than '1' capital letters. | 70 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| 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. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'commitAPI' must contain no more than '1' capital letters. | 17 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 |
| 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'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.ConfigFileFormat' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.enums.Env' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.ItemDTO' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.dto.NamespaceDTO' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.exception.ServiceException' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.api.AdminServiceAPI' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.auth.UserInfoHolder' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.ItemDiffs' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.vo.NamespaceIdentifer' import. Should be before 'org.springframework.web.client.HttpClientErrorException'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.entity.form.NamespaceTextModel' 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. | 56 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| 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 | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceDTO' must contain no more than '1' capital letters. | 155 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 161 | |
| 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) | 177 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 184 | |
| 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 | |
| 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) | 198 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceLockAPI' must contain no more than '1' capital letters. | 14 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemAPI' must contain no more than '1' capital letters. | 40 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseAPI' must contain no more than '1' capital letters. | 42 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceAPI' must contain no more than '1' capital letters. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 76 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 91 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 92 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 119 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 121 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceDTO' must contain no more than '1' capital letters. | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 145 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 164 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 189 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parseItemVO' must contain no more than '1' capital letters. | 189 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseAPI' must contain no more than '1' capital letters. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 34 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTOs' must contain no more than '1' capital letters. | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 41 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTO' must contain no more than '1' capital letters. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 139 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| 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 |
|---|---|---|---|---|
| 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) | 27 |
| 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. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_registry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 | |
| naming | MemberName | Member name 'm_factories' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_instances' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 | |
| naming | MemberName | Member name 'm_logger' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'loadConfigQPS' must contain no more than '1' capital letters. | 30 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'longPollQPS' must contain no more than '1' capital letters. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'initQPS' must contain no more than '1' capital letters. | 155 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'customizedLoadConfigQPS' must contain no more than '1' capital letters. | 156 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'customizedLongPollQPS' must contain no more than '1' capital letters. | 165 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getLoadConfigQPS' must contain no more than '1' capital letters. | 175 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getLongPollQPS' must contain no more than '1' capital letters. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_url' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 7 | |
| naming | MemberName | Member name 'm_connectTimeout' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 8 | |
| naming | MemberName | Member name 'm_readTimeout' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_statusCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 7 | |
| naming | MemberName | Member name 'm_body' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |