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
5 0 0 66

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/appointment/modules/solr/service/FormUtil.java 0 0 11
fr/paris/lutece/plugins/appointment/modules/solr/service/SlotUtil.java 0 0 28
fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentIndexer.java 0 0 19
fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentListener.java 0 0 7
fr/paris/lutece/plugins/appointment/modules/solr/service/Utilities.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
7
 Erreur
RightCurly
  • option: "alone"
1
 Erreur
coding DeclarationOrder 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
5
 Erreur
javadoc JavadocMethod 27
 Erreur
whitespace ParenPad
  • option: "space"
25
 Erreur

Détails

fr/paris/lutece/plugins/appointment/modules/solr/service/FormUtil.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 Variable access definition in wrong order. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
blocks LeftCurly '{' at column 60 should be on a new line. 178
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 179
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 179
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 179
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 179
 Erreur
blocks LeftCurly '{' at column 14 should be on a new line. 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 182
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 182

fr/paris/lutece/plugins/appointment/modules/solr/service/SlotUtil.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
javadoc JavadocMethod Expected @return tag. 99
 Erreur
javadoc JavadocMethod Expected @param tag for 'slot'. 99
 Erreur
javadoc JavadocMethod Expected @param tag for 'allSlots'. 132
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 157
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 157
 Erreur
blocks LeftCurly '{' at column 58 should be on a new line. 157
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 159
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 159
 Erreur
blocks LeftCurly '{' at column 78 should be on a new line. 159
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 164
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 164
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 166
 Erreur
blocks LeftCurly '{' at column 16 should be on a new line. 166
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 167
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 167
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 168
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 168
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 221
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 232

fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentIndexer.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
javadoc JavadocMethod Expected @throws tag for 'IOException'. 162
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 176
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 195
 Erreur
javadoc JavadocMethod Expected @param tag for 'slot'. 199
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 199
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 207
 Erreur
javadoc JavadocMethod Expected @param tag for 'slot'. 211
 Erreur
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 211
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 211
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 219
 Erreur
javadoc JavadocMethod Expected @param tag for 'slot'. 225
 Erreur
javadoc JavadocMethod Expected @param tag for 'listSlotToIndex'. 225
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 225
 Erreur
javadoc JavadocMethod Expected @throws tag for 'SolrServerException'. 290
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 290
 Erreur
javadoc JavadocMethod Expected @throws tag for 'SolrServerException'. 317
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 317
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 331

fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentListener.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
blocks LeftCurly '{' at column 65 should be on a new line. 90
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for 'slot'. 124
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 129
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 177
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 183

fr/paris/lutece/plugins/appointment/modules/solr/service/Utilities.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