Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 0 14 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
4  Warning
javadoc NonEmptyAtclauseDescription 5  Warning
SingleLineJavadoc
  • ignoreInlineTags: "false"
1  Warning

Details

net/swindle/springdemo/domain/Department.java

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

net/swindle/springdemo/domain/HumanResourceDept.java

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

net/swindle/springdemo/service/RecruitmentService.java

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

net/swindle/springdemo/serviceimpl/AgencyRecruitmentServiceImpl.java

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

net/swindle/springdemo/serviceimpl/CloudServiceImpl.java

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

net/swindle/springdemo/serviceimpl/EcommerceServiceImpl.java

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

net/swindle/springdemo/serviceimpl/ReferralRecruitmentServiceImpl.java

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