The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
4 | Warning |
javadoc | NonEmptyAtclauseDescription | 5 | Warning |
SingleLineJavadoc
|
1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 5 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 18 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 |
Warning | javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'net.swindle.springdemo.service.RecruitmentService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'net.swindle.springdemo.service.BusinessService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'net.swindle.springdemo.service.BusinessService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'net.swindle.springdemo.service.RecruitmentService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |