The following document contains the results of Checkstyle 8.40 with /home/travis/build/jorgefranconunes/yawg/modules/testutils/../src/main/config/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
5 | 0 | 1 | 0 |
File | I | W | E |
---|---|---|---|
com/varmateo/testutils/DirPathAssert.java | 0 | 1 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.nio.file.Path'. | 11 |