Fork me on GitHub

Résultats Checkstyle

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

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
4 0 0 86

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/notifygru/modules/forms/NotifyGruFormsPlugin.java 0 0 1
fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/Constants.java 0 0 5
fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.java 0 0 55
fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProviderManager.java 0 0 25

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
11
 Erreur
RightCurly
  • option: "alone"
3
 Erreur
coding DeclarationOrder 12
 Erreur
design FinalClass 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Erreur
javadoc JavadocMethod 2
 Erreur
JavadocType 1
 Erreur
whitespace ParenPad
  • option: "space"
45
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
7
 Erreur

Détails

fr/paris/lutece/plugins/notifygru/modules/forms/NotifyGruFormsPlugin.java

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

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
design FinalClass Class Constants should be declared as final. 3
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 3
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 32

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 100
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 101
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 102
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 103
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 104
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 105
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 108
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 109
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 110
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 111
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 112
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 113
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 135
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 150
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 152
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 160
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 246
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 255
 Erreur
blocks LeftCurly '{' at column 15 should be on a new line. 255
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 313
 Erreur
javadoc JavadocMethod Expected @param tag for 'formQuestionResponse'. 313
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 313
 Erreur
blocks LeftCurly '{' at column 72 should be on a new line. 313
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 332
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 332
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 332
 Erreur
blocks LeftCurly '{' at column 63 should be on a new line. 332
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 335
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 335
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 337
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 337
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 337
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 337
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 339
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 339
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 340
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 342
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 344
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 346
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 346
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 346
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 348
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 348
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 350
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 350
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 350
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
blocks LeftCurly '{' at column 68 should be on a new line. 372
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 397

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProviderManager.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 122
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 125
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 125
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 125
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 130
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 130
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 194
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 194
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 194
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 196
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 201
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 201
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 201
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 201
 Erreur
blocks LeftCurly '{' at column 112 should be on a new line. 201
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 203