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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/fccertifier/business/FcIdentity.java 0 0 1
fr/paris/lutece/plugins/fccertifier/dataclient/UserDataClient.java 0 0 1
fr/paris/lutece/plugins/fccertifier/service/CertifierService.java 0 0 79
fr/paris/lutece/plugins/fccertifier/service/ICertifierListener.java 0 0 2
fr/paris/lutece/plugins/fccertifier/service/ValidationInfos.java 0 0 1
fr/paris/lutece/plugins/fccertifier/util/DateUtils.java 0 0 1
fr/paris/lutece/plugins/fccertifier/util/InseeUtils.java 0 0 3
fr/paris/lutece/plugins/fccertifier/web/FranceConnectCertifierApp.java 0 0 7

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
4
 Error
RightCurly
  • option: "alone"
5
 Error
coding DeclarationOrder 5
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
8
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 9
 Error
whitespace ParenPad
  • option: "space"
59
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
4
 Error

Details

fr/paris/lutece/plugins/fccertifier/business/FcIdentity.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

fr/paris/lutece/plugins/fccertifier/dataclient/UserDataClient.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

fr/paris/lutece/plugins/fccertifier/service/CertifierService.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
imports UnusedImports Unused import - java.util.Collections. 40
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 202
 Error
whitespace ParenPad '(' is not followed by whitespace. 203
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 230
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 235
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 235
 Error
whitespace ParenPad '(' is not followed by whitespace. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 274
 Error
javadoc JavadocMethod Missing a Javadoc comment. 393
 Error
whitespace ParenPad ')' is not preceded with whitespace. 393
 Error
whitespace ParenPad '(' is not followed by whitespace. 397
 Error
whitespace ParenPad ')' is not preceded with whitespace. 397
 Error
javadoc JavadocMethod Missing a Javadoc comment. 402
 Error
whitespace ParenPad ')' is not preceded with whitespace. 402
 Error
whitespace ParenPad '(' is not followed by whitespace. 405
 Error
whitespace ParenPad '(' is not followed by whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 409
 Error
whitespace ParenPad '(' is not followed by whitespace. 413
 Error
whitespace ParenPad ')' is not preceded with whitespace. 413
 Error
javadoc JavadocMethod Expected @param tag for 'fcIdentity'. 426
 Error
javadoc JavadocMethod Expected @param tag for 'listRules'. 426
 Error
javadoc JavadocMethod Expected @param tag for 'duplicateSearchRequest'. 458
 Error
javadoc JavadocMethod Expected @param tag for 'fcIdentity'. 458
 Error
javadoc JavadocMethod Expected @return tag. 506
 Error
javadoc JavadocMethod Expected @param tag for 'fcIdentity'. 506
 Error
javadoc JavadocMethod Expected @param tag for 'strConnectionId'. 506
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 532
 Error
whitespace ParenPad ')' is not preceded with whitespace. 532
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 532
 Error
blocks LeftCurly '{' at column 8 should be on a new line. 534
 Error
whitespace ParenPad '(' is not followed by whitespace. 535
 Error
whitespace ParenPad ')' is not preceded with whitespace. 535
 Error
blocks RightCurly '}' at column 4 should be alone on a line. 536
 Error
whitespace ParenPad '(' is not followed by whitespace. 536
 Error
whitespace ParenPad ')' is not preceded with whitespace. 536
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 536
 Error
whitespace ParenPad '(' is not followed by whitespace. 538
 Error
whitespace ParenPad ')' is not preceded with whitespace. 538

fr/paris/lutece/plugins/fccertifier/service/ICertifierListener.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 40

fr/paris/lutece/plugins/fccertifier/service/ValidationInfos.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

fr/paris/lutece/plugins/fccertifier/util/DateUtils.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

fr/paris/lutece/plugins/fccertifier/util/InseeUtils.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 RightCurly '}' at column 9 should be alone on a line. 84
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 112

fr/paris/lutece/plugins/fccertifier/web/FranceConnectCertifierApp.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. 71
 Error
coding DeclarationOrder Variable access definition in wrong order. 72
 Error
coding DeclarationOrder Variable access definition in wrong order. 73
 Error
coding DeclarationOrder Variable access definition in wrong order. 74
 Error
coding DeclarationOrder Variable access definition in wrong order. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 143