Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. rss feed

Résumé

Fichiers  Infos  Avertissements  Erreurs
16 0 0 30

Règles

Catégorie Règle Violations Sévérité
coding ArrayTrailingComma 1  Erreur
DeclarationOrder 11  Erreur
imports IllegalImport 2  Erreur
misc Translation 1  Erreur
modifier RedundantModifier 1  Erreur
whitespace ParenPad
  • option: "space"
14  Erreur

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 169

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

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'create_site.commentUrl' missing.

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

Sévérité Catégorie Règle Message Ligne
 Erreur coding DeclarationOrder Variable access definition in wrong order. 92
 Erreur coding DeclarationOrder Variable access definition in wrong order. 101
 Erreur coding DeclarationOrder Variable access definition in wrong order. 111
 Erreur coding DeclarationOrder Variable access definition in wrong order. 121
 Erreur coding DeclarationOrder Variable access definition in wrong order. 130
 Erreur coding DeclarationOrder Variable access definition in wrong order. 139
 Erreur coding DeclarationOrder Variable access definition in wrong order. 148
 Erreur coding DeclarationOrder Variable access definition in wrong order. 156
 Erreur coding DeclarationOrder Variable access definition in wrong order. 164
 Erreur coding DeclarationOrder Variable access definition in wrong order. 172
 Erreur coding DeclarationOrder Variable access definition in wrong order. 180
 Erreur modifier RedundantModifier Redundant 'public' modifier. 535

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

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad '(' is not followed by whitespace. 201
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 201
 Erreur whitespace ParenPad '(' is not followed by whitespace. 238
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 238
 Erreur whitespace ParenPad '(' is not followed by whitespace. 249
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 249

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

Sévérité Catégorie Règle Message Ligne
 Erreur imports IllegalImport Import from illegal package - sun.misc.BASE64Decoder. 40
 Erreur imports IllegalImport Import from illegal package - sun.misc.BASE64Encoder. 41

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

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 126
 Erreur whitespace ParenPad '(' is not followed by whitespace. 216
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 216
 Erreur coding ArrayTrailingComma Array should contain trailing comma. 283
 Erreur whitespace ParenPad '(' is not followed by whitespace. 290
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 290