The following document contains the results of Checkstyle 6.17 with google_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 18 | |
| imports | CustomImportOrder
|
232 | |
| indentation | Indentation
|
20 | |
| javadoc | JavadocMethod
|
71 | |
| JavadocParagraph | 6 | ||
| NonEmptyAtclauseDescription | 9 | ||
SingleLineJavadoc
|
4 | ||
SummaryJavadoc
|
20 | ||
| misc | UpperEll | 3 | |
| naming | AbbreviationAsWordInName
|
31 | |
CatchParameterName
|
15 | ||
LocalVariableName
|
1 | ||
MemberName
|
39 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
54 | |
| whitespace | EmptyLineSeparator
|
3 | |
| GenericWhitespace | 1 | ||
OperatorWrap
|
19 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 | |
| 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. | 80 | |
| naming | ParameterName | Parameter name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.service.AppService' import. Should be before 'org.springframework.stereotype.Component'. | 9 |
| 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.http.HttpStatus' 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.ResponseEntity' 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.PathVariable' 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.RequestBody' 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.RequestMapping' 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.RequestMethod' 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.web.bind.annotation.RequestParam' 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.web.bind.annotation.RestController' 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.apollo.biz.entity.App' 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.apollo.biz.service.AdminService' 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.apollo.biz.service.AppService' 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.apollo.common.utils.BeanUtils' 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.apollo.core.dto.AppDTO' 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.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.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. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 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.http.HttpStatus' 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.http.ResponseEntity' 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.PathVariable' 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.RequestBody' 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.RequestMapping' 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.RequestMethod' 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.apollo.biz.entity.Cluster' 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.apollo.biz.service.ClusterService' 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.apollo.biz.service.ViewService' 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.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.apollo.core.dto.ClusterDTO' 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.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. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| 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.http.HttpStatus' 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.http.ResponseEntity' 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.PathVariable' 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.RequestBody' 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.RequestMapping' 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.RequestMethod' 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.apollo.biz.entity.Item' 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.apollo.biz.service.ItemService' 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.apollo.biz.service.ViewService' 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.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.apollo.core.dto.ItemDTO' 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.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. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.service.ItemSetService' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 12 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 20 |
| 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.http.HttpStatus' 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.http.ResponseEntity' 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.PathVariable' 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.RequestBody' 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.RequestMapping' 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.RequestMethod' 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.apollo.biz.entity.Namespace' 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.apollo.biz.service.NamespaceService' 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.apollo.biz.service.ViewService' 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.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.apollo.core.dto.NamespaceDTO' 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.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). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| 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.RequestMapping' 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.RequestMethod' 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.RequestParam' 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.RestController' 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.apollo.biz.entity.Release' 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.apollo.biz.service.ConfigService' 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.apollo.biz.service.ReleaseService' 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.apollo.biz.service.ViewService' 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.apollo.common.utils.BeanUtils' 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.apollo.core.dto.ReleaseDTO' 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.apollo.core.exception.NotFoundException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| 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. | 7 | |
| 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. | 8 |
| 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. | 7 | |
| 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. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| 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. | 7 | |
| 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. | 8 |
| 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. | 7 | |
| 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. | 8 |
| 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. | 7 | |
| 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. | 8 |
| 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. | 7 | |
| 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. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.AppNamespace' import. Should be before 'org.springframework.data.repository.PagingAndSortingRepository'. | 5 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 7 |
| 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.apollo.biz.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.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.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.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.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.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 '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. | 6 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.apollo.biz.entity.Release' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.App' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.AppNamespace' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Cluster' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Namespace' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.AppNamespaceRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.AppRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.ClusterRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.NamespaceRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.ConfigConsts' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 |
| 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.Page' 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.Pageable' 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.apollo.biz.entity.App' 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.apollo.biz.repository.AppRepository' 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.apollo.common.utils.BeanUtils' 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. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Cluster' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.ClusterRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 135). | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Item' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.ItemRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Item' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.ItemRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemDTO' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.entity.Namespace' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.repository.NamespaceRepository' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.common.utils.BeanUtils' import. Should be before 'org.springframework.transaction.annotation.Transactional'. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| 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. | 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.apollo.biz.entity.Item' 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.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.apollo.biz.entity.Release' 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.apollo.biz.repository.ItemRepository' 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.apollo.biz.repository.NamespaceRepository' 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.apollo.biz.repository.ReleaseRepository' 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.apollo.core.exception.NotFoundException' 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.apollo.core.utils.StringUtils' 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.google.gson.Gson' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| 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.stereotype.Service' 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.apollo.biz.entity.Cluster' 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.apollo.biz.entity.Namespace' 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.apollo.biz.entity.Item' 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.apollo.biz.entity.Release' 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.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.apollo.biz.repository.NamespaceRepository' 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.apollo.biz.repository.ItemRepository' 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.apollo.biz.repository.ReleaseRepository' 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. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.exception.AbstractBaseException' import. Should be before 'org.springframework.web.bind.annotation.ExceptionHandler'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.bind.annotation.ExceptionHandler'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.exception.NotFoundException' import. Should be before 'org.springframework.web.bind.annotation.ExceptionHandler'. | 13 | |
| 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. | 23 | |
| 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. | 24 | |
| 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. | 25 | |
| 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. | 26 |
| 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 | 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 | SingleLineJavadoc | 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 | SingleLineJavadoc | Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<pre>\r\n * List<UserDTO> userList = userService.queryUsers();\r\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 | SingleLineJavadoc | Javadoc comment at column 23 has parse error. Details: no viable alternative at input '<pre>\r\n * List<ShopDTO> shopList = shopService.queryShops();\r\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 | SingleLineJavadoc | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.biz.service.AppService' import. Should be before 'org.springframework.stereotype.Component'. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'com.ctrip.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.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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppConfigVO' must contain no more than '1' capital letters. | 9 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 172 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppDTO' must contain no more than '1' capital letters. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ClusterDTO' must contain no more than '1' capital letters. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 6 |
| 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 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceDTO' must contain no more than '1' capital letters. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseDTO' must contain no more than '1' capital letters. | 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 |
|---|---|---|---|---|
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 |
| 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 |
| 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 | 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_listeners' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_httpUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 | |
| naming | MemberName | Member name 'm_resourceProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| naming | MemberName | Member name 'm_configProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| naming | MemberName | Member name 'm_configRepository' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_factoryManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| naming | MemberName | Member name 'm_configs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| naming | MemberName | Member name 'm_baseDir' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| naming | MemberName | Member name 'm_fileProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | MemberName | Member name 'm_fallback' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_container' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| naming | MemberName | Member name 'm_serviceLocator' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | MemberName | Member name 'm_httpUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| naming | MemberName | Member name 'm_configUtil' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | MemberName | Member name 'm_configCache' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| naming | MemberName | Member name 'm_executorService' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| naming | MemberName | Member name 'm_configRepository' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| naming | MemberName | Member name 'm_configProperties' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_namespace' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.springframework.beans.factory.annotation.Value' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| 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. | 9 | |
| imports | CustomImportOrder | Import statement for 'com.ctrip.apollo.core.enums.Env' 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 |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'API' must contain no more than '1' capital letters. | 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]*$'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.AppDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemChangeSets' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.NamespaceDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ReleaseDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 10 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AdminServiceAPI' must contain no more than '1' capital letters. | 30 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AppAPI' must contain no more than '1' capital letters. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 44 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceAPI' must contain no more than '1' capital letters. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 69 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemAPI' must contain no more than '1' capital letters. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 94 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ClusterAPI' must contain no more than '1' capital letters. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 110 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ReleaseAPI' must contain no more than '1' capital letters. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseDTO' must contain no more than '1' capital letters. | 123 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 142 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 148 | |
| 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) | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.AppDTO' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.exception.BadRequestException' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.ClusterNavTree' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.service.AppService' import. Should be before 'org.springframework.web.bind.annotation.RestController'. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ReleaseDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 5 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.NamespaceVO' import. Should be before 'com.ctrip.apollo.portal.entity.form.NamespaceTextModel'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.form.NamespaceReleaseModel' import. Should be before 'com.ctrip.apollo.portal.entity.form.NamespaceTextModel'. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 152). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 4 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 13 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 14 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 4, expected level should be 2. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 21 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 4. | 22 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 4. | 23 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 6, expected level should be 4. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 25 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 6. | 26 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 6, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 29 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 30 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 31 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 33 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 34 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 38 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 43 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 4, expected level should be 2. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 2 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NamespaceVO' must contain no more than '1' capital letters. | 7 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'ItemVO' must contain no more than '1' capital letters. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 7 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 19 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 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. | 6 | |
| 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. | 7 | |
| 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. | 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 'com.ctrip.apollo.core.enums.Env' 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.apollo.core.dto.AppDTO' 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.apollo.core.exception.ServiceException' 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.apollo.portal.PortalSettings' 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.apollo.portal.api.AdminServiceAPI' 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.apollo.portal.entity.ClusterNavTree' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'appAPI' must contain no more than '1' capital letters. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ClusterDTO' import. Should be before 'com.ctrip.apollo.core.enums.Env'. | 4 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'clusterAPI' must contain no more than '1' capital letters. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.enums.Env' import. Should be before 'org.springframework.stereotype.Service'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemChangeSets' import. Should be before 'org.springframework.stereotype.Service'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ItemDTO' import. Should be before 'org.springframework.stereotype.Service'. | 10 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.NamespaceDTO' import. Should be before 'org.springframework.stereotype.Service'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.dto.ReleaseDTO' import. Should be before 'org.springframework.stereotype.Service'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.exception.ServiceException' import. Should be before 'org.springframework.stereotype.Service'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.core.utils.StringUtils' import. Should be before 'org.springframework.stereotype.Service'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.api.AdminServiceAPI' import. Should be before 'org.springframework.stereotype.Service'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.form.NamespaceTextModel' import. Should be before 'org.springframework.stereotype.Service'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.NamespaceVO' import. Should be before 'org.springframework.stereotype.Service'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.entity.form.NamespaceReleaseModel' import. Should be before 'org.springframework.stereotype.Service'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.portal.service.txtresolver.ConfigTextResolver' import. Should be before 'org.springframework.stereotype.Service'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.springframework.stereotype.Service'. | 20 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'groupAPI' must contain no more than '1' capital letters. | 36 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemAPI' must contain no more than '1' capital letters. | 38 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'releaseAPI' must contain no more than '1' capital letters. | 40 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 65 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 80 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'namespaceVO' must contain no more than '1' capital letters. | 81 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 96 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 105 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 107 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemDTO' must contain no more than '1' capital letters. | 120 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'parseItemVO' must contain no more than '1' capital letters. | 120 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'itemVO' must contain no more than '1' capital letters. | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 137 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| 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. | 7 | |
| 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. | 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.web.client.RestTemplate' 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.apollo.core.enums.Env' 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.apollo.core.MetaDomainConsts' 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.apollo.core.dto.ServiceDTO' 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.apollo.core.exception.ServiceException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.ctrip.apollo.common.utils.BeanUtils' import. Should be before 'com.ctrip.apollo.core.utils.StringUtils'. | 7 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 89 | |
| 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) | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 111 | |
| misc | UpperEll | Should use uppercase 'L'. | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 119 | |
| misc | UpperEll | Should use uppercase 'L'. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 125 | |
| 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) | 139 | |
| misc | UpperEll | Should use uppercase 'L'. | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 141 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 141 | |
| 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) | 141 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'deleteNormalKVItem' must contain no more than '1' capital letters. | 165 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'm_baseDir' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 |
| 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 | 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]*$'. | 23 |