Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
5 0 0 66

Files

File
 I
 W
 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

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
7
 Error
RightCurly
  • option: "alone"
1
 Error
coding DeclarationOrder 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
5
 Error
javadoc JavadocMethod 27
 Error
whitespace ParenPad
  • option: "space"
25
 Error

Details

fr/paris/lutece/plugins/appointment/modules/solr/service/FormUtil.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Variable access definition in wrong order. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
blocks LeftCurly '{' at column 14 should be on a new line. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182

fr/paris/lutece/plugins/appointment/modules/solr/service/SlotUtil.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @return tag. 99
 Error
javadoc JavadocMethod Expected @param tag for 'slot'. 99
 Error
javadoc JavadocMethod Expected @param tag for 'allSlots'. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 155
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 157
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 166
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 166
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
javadoc JavadocMethod Missing a Javadoc comment. 221
 Error
javadoc JavadocMethod Missing a Javadoc comment. 232

fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentIndexer.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 162
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 176
 Error
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 195
 Error
javadoc JavadocMethod Expected @param tag for 'slot'. 199
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 199
 Error
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 207
 Error
javadoc JavadocMethod Expected @param tag for 'slot'. 211
 Error
javadoc JavadocMethod Expected @param tag for 'sbLogs'. 211
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 211
 Error
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 219
 Error
javadoc JavadocMethod Expected @param tag for 'slot'. 225
 Error
javadoc JavadocMethod Expected @param tag for 'listSlotToIndex'. 225
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 225
 Error
javadoc JavadocMethod Expected @throws tag for 'SolrServerException'. 290
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 290
 Error
javadoc JavadocMethod Expected @throws tag for 'SolrServerException'. 317
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 317
 Error
javadoc JavadocMethod Missing a Javadoc comment. 331

fr/paris/lutece/plugins/appointment/modules/solr/service/SolrAppointmentListener.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 90
 Error
javadoc JavadocMethod Unused @param tag for 'nIdSlot'. 121
 Error
javadoc JavadocMethod Expected @param tag for 'slot'. 124
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 129
 Error
javadoc JavadocMethod Missing a Javadoc comment. 177
 Error
javadoc JavadocMethod Missing a Javadoc comment. 183

fr/paris/lutece/plugins/appointment/modules/solr/service/Utilities.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2