Checkstyle Results

The following document contains the results of Checkstyle 8.40 with /home/travis/build/jorgefranconunes/yawg/modules/testutils/../src/main/config/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
5 0 1 0

Files

File
 I
 W
 E
com/varmateo/testutils/DirPathAssert.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "^com\.varmateo\.yawg"
  • customImportOrderRules: "STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS###STATIC"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
1
 Warning

Details

com/varmateo/testutils/DirPathAssert.java

Severity Category Rule Message Line
 Warning
imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.nio.file.Path'. 11