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

Files

File
 I
 W
 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 59
fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProviderManager.java 0 0 25

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
11
 Error
RightCurly
  • option: "alone"
3
 Error
coding DeclarationOrder 12
 Error
design FinalClass 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
4
 Error
javadoc JavadocMethod 2
 Error
JavadocType 1
 Error
whitespace ParenPad
  • option: "space"
49
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
7
 Error

Details

fr/paris/lutece/plugins/notifygru/modules/forms/NotifyGruFormsPlugin.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/notifygru/modules/forms/services/provider/Constants.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
design FinalClass Class Constants should be declared as final. 3
 Error
javadoc JavadocType Missing a Javadoc comment. 3
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 3
 Error
javadoc JavadocMethod Missing a Javadoc comment. 33

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProvider.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 Static variable definition in wrong order. 100
 Error
coding DeclarationOrder Static variable definition in wrong order. 101
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
coding DeclarationOrder Static variable definition in wrong order. 103
 Error
coding DeclarationOrder Static variable definition in wrong order. 104
 Error
coding DeclarationOrder Static variable definition in wrong order. 105
 Error
coding DeclarationOrder Static variable definition in wrong order. 108
 Error
coding DeclarationOrder Static variable definition in wrong order. 109
 Error
coding DeclarationOrder Static variable definition in wrong order. 110
 Error
coding DeclarationOrder Static variable definition in wrong order. 111
 Error
coding DeclarationOrder Static variable definition in wrong order. 112
 Error
coding DeclarationOrder Static variable definition in wrong order. 113
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 133
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 152
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 263
 Error
blocks LeftCurly '{' at column 15 should be on a new line. 263
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 328
 Error
javadoc JavadocMethod Expected @param tag for 'formQuestionResponse'. 328
 Error
whitespace ParenPad ')' is not preceded with whitespace. 328
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 328
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 347
 Error
whitespace ParenPad ')' is not preceded with whitespace. 347
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 350
 Error
whitespace ParenPad ')' is not preceded with whitespace. 350
 Error
whitespace ParenPad '(' is not followed by whitespace. 352
 Error
whitespace ParenPad '(' is not followed by whitespace. 352
 Error
whitespace ParenPad ')' is not preceded with whitespace. 352
 Error
whitespace ParenPad ')' is not preceded with whitespace. 352
 Error
whitespace ParenPad '(' is not followed by whitespace. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 357
 Error
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 361
 Error
whitespace ParenPad '(' is not followed by whitespace. 363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 363
 Error
whitespace ParenPad '(' is not followed by whitespace. 365
 Error
whitespace ParenPad ')' is not preceded with whitespace. 365
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 365
 Error
whitespace ParenPad '(' is not followed by whitespace. 366
 Error
whitespace ParenPad ')' is not preceded with whitespace. 366
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 387
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 412

fr/paris/lutece/plugins/notifygru/modules/forms/services/provider/FormsProviderManager.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
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks RightCurly '}' at column 6 should be alone on a line. 130
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 130
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 196
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
blocks LeftCurly '{' at column 112 should be on a new line. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203