Checkstyle Results

The following document contains the results of Checkstyle 10.5.0 with checkstyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
6 0 9 0

Files

File
 I
 W
 E
org/mybatis/spring/boot/test/autoconfigure/AutoConfigureMybatis.java 0 1 0
org/mybatis/spring/boot/test/autoconfigure/MybatisTest.java 0 7 0
org/mybatis/spring/boot/test/autoconfigure/MybatisTypeExcludeFilter.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
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