Checkstyle Results
The following document contains the results of Checkstyle 13.2.0 with checkstyle-4space.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 20 | 0 | 22 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
2 | |
| imports | CustomImportOrder
|
14 | |
| javadoc | JavadocParagraph
|
2 | |
| misc | TodoComment
|
3 | |
| sizes | LineLength
|
1 |
Details
com/codebox/bean/JavaBeanTester.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Modifier' | 13 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.bytebuddy.ByteBuddy' | 15 |
com/codebox/bean/JavaBeanTesterBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 19 |
com/codebox/bean/JavaBeanTesterWorker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.beans.IntrospectionException' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'lombok.Data' | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'nl.jqno.equalsverifier.EqualsVerifier' | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 47 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 220 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 243 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 317 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 419 |
com/codebox/bean/ValueBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 16 | |
| imports | CustomImportOrder | Extra separation in import group before 'lombok.Data' | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 41 |
com/codebox/builders/ExtensionBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 21 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
com/codebox/enums/LoadType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 26 |
com/codebox/instance/ClassInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 16 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 21 |
com/codebox/instance/ConstructorInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 14 |


