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. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 159
 Error
blocks LeftCurly '{' at column 7 should be on a new line. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
blocks LeftCurly '{' at column 154 should be on a new line. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
blocks LeftCurly '{' at column 21 should be on a new line. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
blocks LeftCurly '{' at column 127 should be on a new line. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
coding ArrayTrailingComma Array should contain trailing comma. 254
 Error
javadoc JavadocMethod Unused @param tag for 'last'. 399
 Error
javadoc JavadocMethod Expected @param tag for 'message'. 406

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

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

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