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
9 0 0 90

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
10  Erreur
coding DeclarationOrder 1  Erreur
NestedIfDepth
  • max: "3"
2  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-crm-form-doc-QA/workspace/target/checkstyle-header.txt"
7  Erreur
javadoc JavadocMethod 6  Erreur
JavadocType 1  Erreur
whitespace ParenPad
  • option: "space"
42  Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
21  Erreur

Détails

fr/paris/lutece/plugins/crm/modules/form/business/CRMLocalParameters.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur blocks LeftCurly '{' at column 33 should be on a new line. 8
 Erreur blocks LeftCurly '{' at column 28 should be on a new line. 19
 Erreur whitespace ParenPad '(' is not followed by whitespace. 26
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 26
 Erreur blocks LeftCurly '{' at column 43 should be on a new line. 26
 Erreur blocks LeftCurly '{' at column 35 should be on a new line. 33
 Erreur whitespace ParenPad '(' is not followed by whitespace. 40
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 40
 Erreur blocks LeftCurly '{' at column 56 should be on a new line. 40
 Erreur blocks LeftCurly '{' at column 35 should be on a new line. 47
 Erreur whitespace ParenPad '(' is not followed by whitespace. 54
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 54
 Erreur blocks LeftCurly '{' at column 56 should be on a new line. 54

fr/paris/lutece/plugins/crm/modules/form/service/CRMFormPlugin.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crm/modules/form/service/CRMParametersService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur blocks LeftCurly '{' at column 68 should be on a new line. 21
 Erreur coding DeclarationOrder Static variable definition in wrong order. 25
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 25
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 25
 Erreur whitespace ParenPad '(' is not followed by whitespace. 33
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 36
 Erreur whitespace ParenPad '(' is not followed by whitespace. 38
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 38
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 40
 Erreur whitespace ParenPad '(' is not followed by whitespace. 43
 Erreur whitespace ParenPad '(' is not followed by whitespace. 43
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 43
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 43
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 43
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 45
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 45
 Erreur whitespace ParenPad '(' is not followed by whitespace. 45
 Erreur whitespace ParenPad '(' is not followed by whitespace. 45
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Erreur whitespace ParenPad '(' is not followed by whitespace. 58
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 62
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 62
 Erreur whitespace ParenPad '(' is not followed by whitespace. 63
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 63
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 65
 Erreur whitespace ParenPad '(' is not followed by whitespace. 68
 Erreur whitespace ParenPad '(' is not followed by whitespace. 68
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 68
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 68
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 68
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 70
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 70
 Erreur whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 70
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 70
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 72
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 98
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 98
 Erreur whitespace ParenPad '(' is not followed by whitespace. 98
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 98
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 99
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 99
 Erreur whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 101
 Erreur whitespace ParenPad '(' is not followed by whitespace. 103
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 105

fr/paris/lutece/plugins/crm/modules/form/service/ICRMParametersService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur blocks LeftCurly '{' at column 40 should be on a new line. 12
 Erreur whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur whitespace ParenPad '(' is not followed by whitespace. 27
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 27

fr/paris/lutece/plugins/crm/modules/form/service/draft/CRMDraftBackupService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 331
 Erreur coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 515
 Erreur coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 527
 Erreur javadoc JavadocMethod Expected @param tag for 'form'. 726
 Erreur javadoc JavadocMethod Unused @param tag for '_crmParametersService'. 818
 Erreur javadoc JavadocMethod Expected @param tag for 'crmParametersService'. 820

fr/paris/lutece/plugins/crm/modules/form/util/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 67

fr/paris/lutece/plugins/crm/modules/form/util/JSONUtils.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 37
 Erreur blocks LeftCurly '{' at column 30 should be on a new line. 37
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur javadoc JavadocMethod Unused @param tag for 'strJSONFields'. 232
 Erreur javadoc JavadocMethod Unused @param tag for 'field'. 233
 Erreur javadoc JavadocMethod Expected @param tag for 'json'. 236