Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
75 0 20 0

Files

File
 I
 W
 E
com/varmateo/yawg/core/DirBakeOptionsDao.java 0 2 0
com/varmateo/yawg/core/DirEntryScanner.java 0 2 0
com/varmateo/yawg/logging/Logs.java 0 4 0
com/varmateo/yawg/util/FileUtils.java 0 10 0
com/varmateo/yawg/util/Results.java 0 2 0

Rules

Category Rule Violations Severity
whitespace ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_NEW, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA"
  • id: "ParenPadNoSpace"
  • option: "nospace"
20
 Warning
ParenPad
  • tokens: "LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, RESOURCE_SPECIFICATION"
  • id: "ParenPadWithSpace"
  • option: "space"
20
 Warning

Details

com/varmateo/yawg/core/DirBakeOptionsDao.java

Severity Category Rule Message Line
 Warning
whitespace ParenPad '(' is followed by whitespace. 105
 Warning
whitespace ParenPad ')' is preceded with whitespace. 105

com/varmateo/yawg/core/DirEntryScanner.java

Severity Category Rule Message Line
 Warning
whitespace ParenPad '(' is followed by whitespace. 44
 Warning
whitespace ParenPad ')' is preceded with whitespace. 44

com/varmateo/yawg/logging/Logs.java

Severity Category Rule Message Line
 Warning
whitespace ParenPad '(' is not followed by whitespace. 115
 Warning
whitespace ParenPad ')' is not preceded with whitespace. 115
 Warning
whitespace ParenPad '(' is not followed by whitespace. 120
 Warning
whitespace ParenPad ')' is not preceded with whitespace. 120

com/varmateo/yawg/util/FileUtils.java

Severity Category Rule Message Line
 Warning
whitespace ParenPad '(' is followed by whitespace. 155
 Warning
whitespace ParenPad ')' is preceded with whitespace. 155
 Warning
whitespace ParenPad '(' is followed by whitespace. 168
 Warning
whitespace ParenPad ')' is preceded with whitespace. 168
 Warning
whitespace ParenPad '(' is followed by whitespace. 183
 Warning
whitespace ParenPad ')' is preceded with whitespace. 183
 Warning
whitespace ParenPad '(' is followed by whitespace. 199
 Warning
whitespace ParenPad ')' is preceded with whitespace. 199
 Warning
whitespace ParenPad '(' is followed by whitespace. 214
 Warning
whitespace ParenPad ')' is preceded with whitespace. 214

com/varmateo/yawg/util/Results.java

Severity Category Rule Message Line
 Warning
whitespace ParenPad '(' is not followed by whitespace. 44
 Warning
whitespace ParenPad ')' is not preceded with whitespace. 44