The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 1 | |
| imports | CustomImportOrder
|
83 | |
| javadoc | JavadocMethod
|
40 | |
| NonEmptyAtclauseDescription | 2 | ||
SummaryJavadoc
|
7 | ||
| naming | AbbreviationAsWordInName
|
1 | |
| sizes | LineLength
|
17 | |
| whitespace | EmptyLineSeparator
|
1 | |
| GenericWhitespace | 1 | ||
WhitespaceAround
|
21 |
| 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 |
| 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. | 9 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 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.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.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.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. | 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.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. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 110 |
| 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. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| 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. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 62 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '49'. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 122 |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| 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 |