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 59

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

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
8
 Error
RightCurly
  • option: "alone"
2
 Error
coding DeclarationOrder 10
 Error
design FinalClass 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Error
javadoc JavadocMethod 2
 Error
JavadocType 1
 Error
whitespace ParenPad
  • option: "space"
24
 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 Missing a header - not enough lines in file. 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. 23

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. 96
 Error
coding DeclarationOrder Static variable definition in wrong order. 97
 Error
coding DeclarationOrder Static variable definition in wrong order. 98
 Error
coding DeclarationOrder Static variable definition in wrong order. 99
 Error
coding DeclarationOrder Static variable definition in wrong order. 100
 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. 106
 Error
coding DeclarationOrder Static variable definition in wrong order. 107
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 126
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 127
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 146
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 240
 Error
blocks RightCurly '}' at column 6 should be alone on a line. 249
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 249
 Error
whitespace ParenPad '(' is not followed by whitespace. 299
 Error
javadoc JavadocMethod Expected @param tag for 'formQuestionResponse'. 299
 Error
whitespace ParenPad ')' is not preceded with whitespace. 299
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 299
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 332
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 357

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