Checkstyle Results
The following document contains the results of Checkstyle 10.5.0 with checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
0 |
9 |
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
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.springframework.boot.autoconfigure.ImportAutoConfiguration' |
25 |
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 |
Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.springframework.boot.context.TypeExcludeFilter' |
21 |