Checkstyle Results
The following document contains the results of Checkstyle 12.1.2 with checkstyle-4space.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 19 | 0 | 23 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
2 | |
| imports | CustomImportOrder
|
13 | |
| javadoc | JavadocParagraph
|
2 | |
| misc | TodoComment
|
3 | |
| modifier | ModifierOrder | 2 | |
| sizes | LineLength
|
1 |
Details
com/codebox/bean/JavaBeanTester.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'net.bytebuddy.ByteBuddy' | 19 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 96 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 121 |
com/codebox/bean/JavaBeanTesterBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 |
com/codebox/bean/JavaBeanTesterWorker.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.beans.IntrospectionException' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'lombok.Data' | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'nl.jqno.equalsverifier.EqualsVerifier' | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 53 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 228 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 251 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 325 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 435 |
com/codebox/bean/ValueBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'lombok.Data' | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 47 |
com/codebox/builders/ExtensionBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.slf4j.Logger' | 27 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 33 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 33 |
com/codebox/enums/LoadType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 32 |
com/codebox/instance/ClassInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 25 |
com/codebox/instance/ConstructorInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.junit.jupiter.api.Assertions' | 20 |


