| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'com.ctrip.framework.apollo.adminservice.AdminServiceApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. |
13 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'com.ctrip.framework.apollo.configservice.ConfigServiceApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. |
14 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'com.ctrip.framework.apollo.portal.PortalApplication' import. Should be before 'org.springframework.context.ConfigurableApplicationContext'. |
15 |
Warning |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
23 |
Warning |
javadoc |
SummaryJavadoc |
First sentence of Javadoc is incomplete (period is missing) or not present. |
24 |