Checkstyle Results
The following document contains the results of Checkstyle 10.26.1 with checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
13 | 0 | 8 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
api/mapper/UserMapperImpl.java | 0 | 8 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
2 | ![]() |
whitespace | ParenPad
|
6 | ![]() |
Details
api/mapper/UserMapperImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'javax.annotation.processing.Generated' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 5 |
![]() |
imports | CustomImportOrder | Import statement for 'org.springframework.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 6 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 18 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 18 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 24 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 24 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 25 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 25 |