Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 9 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
3 | Warning |
javadoc | JavadocParagraph | 6 | Warning |
Details
org/mybatis/spring/boot/test/autoconfigure/AutoConfigureMybatis.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.springframework.boot.autoconfigure.ImportAutoConfiguration' | 25 |
org/mybatis/spring/boot/test/autoconfigure/MybatisTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.extension.ExtendWith' | 25 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 45 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 45 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 48 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 48 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 52 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 52 |
org/mybatis/spring/boot/test/autoconfigure/MybatisTypeExcludeFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.springframework.boot.context.TypeExcludeFilter' | 21 |