Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 0 0 47

Files

File
 I
 W
 E
fr/paris/lutece/portal/service/template/AbstractFreeMarkerTemplateService.java 0 0 41
fr/paris/lutece/portal/service/template/IFreeMarkerTemplateService.java 0 0 2
fr/paris/lutece/util/html/exception/LuteceFreemarkerException.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
6
 Error
coding ArrayTrailingComma 1
 Error
javadoc JavadocMethod 6
 Error
whitespace ParenPad
  • option: "space"
34
 Error

Details

fr/paris/lutece/portal/service/template/AbstractFreeMarkerTemplateService.java

Severity Category Rule Message Line
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 178
 Error
blocks LeftCurly '{' at column 7 should be on a new line. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 198
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
blocks LeftCurly '{' at column 154 should be on a new line. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 203
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203
 Error
blocks LeftCurly '{' at column 21 should be on a new line. 203
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
blocks LeftCurly '{' at column 127 should be on a new line. 208
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
coding ArrayTrailingComma Array should contain trailing comma. 273
 Error
javadoc JavadocMethod Unused @param tag for 'last'. 467
 Error
javadoc JavadocMethod Expected @param tag for 'message'. 474

fr/paris/lutece/portal/service/template/IFreeMarkerTemplateService.java

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

fr/paris/lutece/util/html/exception/LuteceFreemarkerException.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'message'. 48
 Error
javadoc JavadocMethod Expected @param tag for 'cause'. 57
 Error
javadoc JavadocMethod Expected @param tag for 'message'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'cause'. 67