Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
16 0 0 30

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 1  Error
DeclarationOrder 11  Error
imports IllegalImport 2  Error
misc Translation 1  Error
modifier RedundantModifier 1  Error
whitespace ParenPad
  • option: "space"
14  Error

Details

fr/paris/lutece/plugins/webappcontainer/business/SiteDAO.java

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

fr/paris/lutece/plugins/webappcontainer/resources/webappcontainer_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'create_site.commentUrl' missing.

fr/paris/lutece/plugins/webappcontainer/util/HtmlDocumentWebappcontainer.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 92
 Error coding DeclarationOrder Variable access definition in wrong order. 101
 Error coding DeclarationOrder Variable access definition in wrong order. 111
 Error coding DeclarationOrder Variable access definition in wrong order. 121
 Error coding DeclarationOrder Variable access definition in wrong order. 130
 Error coding DeclarationOrder Variable access definition in wrong order. 139
 Error coding DeclarationOrder Variable access definition in wrong order. 148
 Error coding DeclarationOrder Variable access definition in wrong order. 156
 Error coding DeclarationOrder Variable access definition in wrong order. 164
 Error coding DeclarationOrder Variable access definition in wrong order. 172
 Error coding DeclarationOrder Variable access definition in wrong order. 180
 Error modifier RedundantModifier Redundant 'public' modifier. 535

fr/paris/lutece/plugins/webappcontainer/util/HttpAccess.java

Severity Category Rule Message Line
 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. 238
 Error whitespace ParenPad ')' is not preceded with whitespace. 238
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249

fr/paris/lutece/plugins/webappcontainer/util/UrlUtils.java

Severity Category Rule Message Line
 Error imports IllegalImport Import from illegal package - sun.misc.BASE64Decoder. 40
 Error imports IllegalImport Import from illegal package - sun.misc.BASE64Encoder. 41

fr/paris/lutece/plugins/webappcontainer/web/WebappcontainerApp.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 126
 Error whitespace ParenPad ')' is not preceded with whitespace. 126
 Error whitespace ParenPad '(' is not followed by whitespace. 216
 Error whitespace ParenPad ')' is not preceded with whitespace. 216
 Error coding ArrayTrailingComma Array should contain trailing comma. 283
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290