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
11 0 1 581

Files

File
 I
 W
 E
fr/paris/lutece/plugins/elasticdatasearch/business/AbstractFilterDao.java 0 1 183
fr/paris/lutece/plugins/elasticdatasearch/business/Fieldsearch.java 0 0 1
fr/paris/lutece/plugins/elasticdatasearch/business/FieldsearchDAO.java 0 0 23
fr/paris/lutece/plugins/elasticdatasearch/business/FieldsearchHome.java 0 0 1
fr/paris/lutece/plugins/elasticdatasearch/business/FormResponseElastic.java 0 0 54
fr/paris/lutece/plugins/elasticdatasearch/business/IFieldsearchDAO.java 0 0 4
fr/paris/lutece/plugins/elasticdatasearch/business/Person.java 0 0 35
fr/paris/lutece/plugins/elasticdatasearch/web/AbstractJspBean.java 0 0 51
fr/paris/lutece/plugins/elasticdatasearch/web/FieldsearchJspBean.java 0 0 229

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
79
 Error
NeedBraces 11
 Error
RightCurly
  • option: "alone"
5
 Error
coding DeclarationOrder 41
 Error
HiddenField 7
 Error
ReturnCount
  • max: "5"
1
 Warning
design VisibilityModifier 6
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
9
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 38
 Error
JavadocType 4
 Error
modifier ModifierOrder 15
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
7
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
6
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
6
 Error
whitespace ParenPad
  • option: "space"
335
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
12
 Error

Details

fr/paris/lutece/plugins/elasticdatasearch/business/AbstractFilterDao.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.ArrayList. 38
 Error
javadoc JavadocType Missing a Javadoc comment. 48
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 48
 Error
design VisibilityModifier Variable '_mapSql' must be private and have accessor methods. 51
 Error
coding DeclarationOrder Static variable definition in wrong order. 54
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 54
 Error
coding DeclarationOrder Static variable definition in wrong order. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 58
 Error
coding DeclarationOrder Static variable definition in wrong order. 58
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Error
coding DeclarationOrder Static variable definition in wrong order. 59
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 59
 Error
coding DeclarationOrder Static variable definition in wrong order. 60
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
coding DeclarationOrder Static variable definition in wrong order. 61
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Error
coding DeclarationOrder Static variable definition in wrong order. 62
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 63
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 63
 Error
coding DeclarationOrder Static variable definition in wrong order. 64
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Error
coding DeclarationOrder Static variable definition in wrong order. 67
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Error
coding DeclarationOrder Static variable definition in wrong order. 68
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error
coding DeclarationOrder Static variable definition in wrong order. 69
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Error
coding DeclarationOrder Static variable definition in wrong order. 73
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
coding DeclarationOrder Static variable definition in wrong order. 74
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 85
 Error
javadoc JavadocMethod Expected @param tag for 'SQL_QUERY_SELECTALL_ID'. 85
 Error
naming ParameterName Name 'SQL_QUERY_SELECTALL_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
blocks LeftCurly '{' at column 156 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 105
 Error
naming LocalVariableName Name 'WhereClauses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
blocks LeftCurly '{' at column 73 should be on a new line. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
blocks LeftCurly '{' at column 115 should be on a new line. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
blocks LeftCurly '{' at column 80 should be on a new line. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 89 should be on a new line. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
javadoc JavadocMethod Expected @param tag for 'mapFilterCriteria'. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 166
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 167
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
javadoc JavadocMethod Expected @param tag for 'strAttributeName'. 206
 Error
javadoc JavadocMethod Expected @param tag for 'strPrefixToCut'. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
blocks LeftCurly '{' at column 89 should be on a new line. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 214
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks RightCurly '}' at column 7 should be alone on a line. 219
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 Error
whitespace ParenPad ')' is not preceded with whitespace. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 233
 Error
javadoc JavadocMethod Expected @param tag for 'businessClass'. 233
 Error
whitespace ParenPad ')' is not preceded with whitespace. 233
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 233
 Error
whitespace ParenPad '(' is not followed by whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 242

fr/paris/lutece/plugins/elasticdatasearch/business/Fieldsearch.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/elasticdatasearch/business/FieldsearchDAO.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 26 should be on a new line. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
blocks LeftCurly '{' at column 101 should be on a new line. 186
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 226
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 233
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 244
 Error
javadoc JavadocMethod Missing a Javadoc comment. 260
 Error
whitespace ParenPad '(' is not followed by whitespace. 260
 Error
whitespace ParenPad ')' is not preceded with whitespace. 260
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 260

fr/paris/lutece/plugins/elasticdatasearch/business/FieldsearchHome.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/elasticdatasearch/business/FormResponseElastic.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 9
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 9
 Error
naming MemberName Name 'mapAttributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Error
naming MemberName Name 'strFormName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 12
 Error
naming MemberName Name 'strStatus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 13
 Error
naming MemberName Name 'dateForm' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 14
 Error
javadoc JavadocMethod Missing a Javadoc comment. 17
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 17
 Error
javadoc JavadocMethod Missing a Javadoc comment. 20
 Error
whitespace ParenPad '(' is not followed by whitespace. 20
 Error
coding HiddenField 'mapAttributes' hides a field. 20
 Error
whitespace ParenPad ')' is not preceded with whitespace. 20
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 20
 Error
javadoc JavadocMethod Missing a Javadoc comment. 23
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 26
 Error
coding HiddenField 'strFormName' hides a field. 26
 Error
whitespace ParenPad ')' is not preceded with whitespace. 26
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 26
 Error
javadoc JavadocMethod Missing a Javadoc comment. 29
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 29
 Error
javadoc JavadocMethod Missing a Javadoc comment. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
coding HiddenField 'strStatus' hides a field. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 32
 Error
javadoc JavadocMethod Missing a Javadoc comment. 35
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 35
 Error
javadoc JavadocMethod Missing a Javadoc comment. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
coding HiddenField 'dateForm' hides a field. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 38
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56

fr/paris/lutece/plugins/elasticdatasearch/business/IFieldsearchDAO.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 Unused @param tag for 'plugin'. 106
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 110
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110

fr/paris/lutece/plugins/elasticdatasearch/business/Person.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 3
 Error
blocks LeftCurly '{' at column 21 should be on a new line. 3
 Error
naming MemberName Name 'strName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 5
 Error
design VisibilityModifier Variable 'strName' must be private and have accessor methods. 5
 Error
naming MemberName Name 'strFirstName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Error
design VisibilityModifier Variable 'strFirstName' must be private and have accessor methods. 6
 Error
naming MemberName Name 'strRegistrationNumber' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Error
design VisibilityModifier Variable 'strRegistrationNumber' must be private and have accessor methods. 7
 Error
javadoc JavadocMethod Missing a Javadoc comment. 9
 Error
whitespace ParenPad '(' is not followed by whitespace. 9
 Error
whitespace ParenPad ')' is not preceded with whitespace. 9
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 9
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 16
 Error
javadoc JavadocMethod Missing a Javadoc comment. 20
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 20
 Error
javadoc JavadocMethod Missing a Javadoc comment. 24
 Error
whitespace ParenPad '(' is not followed by whitespace. 24
 Error
coding HiddenField 'strName' hides a field. 24
 Error
whitespace ParenPad ')' is not preceded with whitespace. 24
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 24
 Error
javadoc JavadocMethod Missing a Javadoc comment. 28
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 28
 Error
javadoc JavadocMethod Missing a Javadoc comment. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
coding HiddenField 'strFirstName' hides a field. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 32
 Error
javadoc JavadocMethod Missing a Javadoc comment. 36
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
coding HiddenField 'strRegistrationNumber' hides a field. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 40

fr/paris/lutece/plugins/elasticdatasearch/web/AbstractJspBean.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 - fr.paris.lutece.portal.service.util.AppPropertiesService. 37
 Error
javadoc JavadocType Missing a Javadoc comment. 52
 Error
coding DeclarationOrder Variable access definition in wrong order. 61
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Error
coding DeclarationOrder Static variable definition in wrong order. 79
 Error
coding DeclarationOrder Static variable definition in wrong order. 81
 Error
coding DeclarationOrder Static variable definition in wrong order. 82
 Error
coding DeclarationOrder Static variable definition in wrong order. 83
 Error
coding DeclarationOrder Static variable definition in wrong order. 84
 Error
coding DeclarationOrder Static variable definition in wrong order. 85
 Error
coding DeclarationOrder Static variable definition in wrong order. 86
 Error
coding DeclarationOrder Static variable definition in wrong order. 87
 Error
coding DeclarationOrder Static variable definition in wrong order. 88
 Error
coding DeclarationOrder Static variable definition in wrong order. 89
 Error
coding DeclarationOrder Static variable definition in wrong order. 90
 Error
coding DeclarationOrder Static variable definition in wrong order. 91
 Error
coding DeclarationOrder Static variable definition in wrong order. 92
 Error
coding DeclarationOrder Static variable definition in wrong order. 93
 Error
coding DeclarationOrder Static variable definition in wrong order. 94
 Error
coding DeclarationOrder Static variable definition in wrong order. 95
 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. 101
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 112
 Error
javadoc JavadocMethod Missing a Javadoc comment. 170
 Error
javadoc JavadocMethod Missing a Javadoc comment. 187
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 206
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 207
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 212
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 214
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 219
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 220
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks LeftCurly '{' at column 108 should be on a new line. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
javadoc JavadocMethod Expected @return tag. 262
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 262
 Error
whitespace ParenPad '(' is not followed by whitespace. 264
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 264
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 264
 Error
whitespace ParenPad ')' is not preceded with whitespace. 264

fr/paris/lutece/plugins/elasticdatasearch/web/FieldsearchJspBean.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. 63
 Error
coding DeclarationOrder Static variable definition in wrong order. 157
 Error
design VisibilityModifier Variable '_unitUserService' must be private and have accessor methods. 158
 Error
coding DeclarationOrder Variable access definition in wrong order. 159
 Error
design VisibilityModifier Variable '_unitService' must be private and have accessor methods. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 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. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
blocks NeedBraces 'if' construct must use '{}'s. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
blocks NeedBraces 'else' construct must use '{}'s. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
blocks NeedBraces 'if' construct must use '{}'s. 213
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
blocks NeedBraces 'else' construct must use '{}'s. 215
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad '(' is not followed by whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 290
 Error
blocks NeedBraces 'if' construct must use '{}'s. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 313
 Error
blocks LeftCurly '{' at column 15 should be on a new line. 321
 Error
whitespace ParenPad '(' is not followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 328
 Error
whitespace ParenPad '(' is not followed by whitespace. 328
 Error
whitespace ParenPad ')' is not preceded with whitespace. 328
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 328
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 330
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 341
 Error
whitespace ParenPad '(' is not followed by whitespace. 345
 Error
whitespace ParenPad ')' is not preceded with whitespace. 345
 Error
whitespace ParenPad '(' is not followed by whitespace. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 351
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 352
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 360
 Error
whitespace ParenPad ')' is not preceded with whitespace. 360
 Error
whitespace ParenPad '(' is not followed by whitespace. 361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 361
 Error
whitespace ParenPad '(' is not followed by whitespace. 362
 Error
whitespace ParenPad ')' is not preceded with whitespace. 362
 Error
whitespace ParenPad '(' is not followed by whitespace. 364
 Error
whitespace ParenPad ')' is not preceded with whitespace. 364
 Error
whitespace ParenPad '(' is not followed by whitespace. 367
 Error
whitespace ParenPad '(' is not followed by whitespace. 367
 Error
whitespace ParenPad ')' is not preceded with whitespace. 367
 Error
whitespace ParenPad ')' is not preceded with whitespace. 367
 Error
whitespace ParenPad '(' is not followed by whitespace. 373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 373
 Error
whitespace ParenPad '(' is not followed by whitespace. 383
 Error
whitespace ParenPad ')' is not preceded with whitespace. 383
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 389
 Error
whitespace ParenPad '(' is not followed by whitespace. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
blocks LeftCurly '{' at column 23 should be on a new line. 420
 Error
whitespace ParenPad '(' is not followed by whitespace. 424
 Error
whitespace ParenPad '(' is not followed by whitespace. 424
 Error
whitespace ParenPad ')' is not preceded with whitespace. 424
 Error
blocks NeedBraces 'if' construct must use '{}'s. 432
 Error
blocks NeedBraces 'if' construct must use '{}'s. 438
 Error
whitespace ParenPad '(' is not followed by whitespace. 438
 Error
whitespace ParenPad ')' is not preceded with whitespace. 438
 Error
whitespace ParenPad '(' is not followed by whitespace. 439
 Error
whitespace ParenPad ')' is not preceded with whitespace. 439
 Error
blocks NeedBraces 'if' construct must use '{}'s. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 440
 Error
whitespace ParenPad ')' is not preceded with whitespace. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 440
 Error
whitespace ParenPad ')' is not preceded with whitespace. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 440
 Error
whitespace ParenPad ')' is not preceded with whitespace. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
whitespace ParenPad '(' is not followed by whitespace. 444
 Error
whitespace ParenPad ')' is not preceded with whitespace. 444
 Error
whitespace ParenPad '(' is not followed by whitespace. 445
 Error
whitespace ParenPad ')' is not preceded with whitespace. 445
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 450
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 451
 Error
whitespace ParenPad '(' is not followed by whitespace. 451
 Error
whitespace ParenPad ')' is not preceded with whitespace. 451
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 453
 Error
whitespace ParenPad '(' is not followed by whitespace. 453
 Error
whitespace ParenPad ')' is not preceded with whitespace. 453
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 453
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 455
 Error
blocks NeedBraces 'if' construct must use '{}'s. 461
 Error
whitespace ParenPad '(' is not followed by whitespace. 465
 Error
whitespace ParenPad ')' is not preceded with whitespace. 465
 Error
whitespace ParenPad '(' is not followed by whitespace. 467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 470
 Error
whitespace ParenPad ')' is not preceded with whitespace. 474
 Error
javadoc JavadocMethod Missing a Javadoc comment. 480
 Error
whitespace ParenPad '(' is not followed by whitespace. 480
 Error
whitespace ParenPad ')' is not preceded with whitespace. 480
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 480
 Error
whitespace ParenPad '(' is not followed by whitespace. 482
 Error
whitespace ParenPad ')' is not preceded with whitespace. 482
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 482
 Error
whitespace ParenPad '(' is not followed by whitespace. 484
 Error
whitespace ParenPad '(' is not followed by whitespace. 484
 Error
whitespace ParenPad ')' is not preceded with whitespace. 484
 Error
whitespace ParenPad ')' is not preceded with whitespace. 484
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 484
 Error
whitespace ParenPad '(' is not followed by whitespace. 485
 Error
whitespace ParenPad ')' is not preceded with whitespace. 485
 Error
whitespace ParenPad '(' is not followed by whitespace. 486
 Error
whitespace ParenPad ')' is not preceded with whitespace. 486
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 486
 Error
javadoc JavadocMethod Missing a Javadoc comment. 494
 Error
whitespace ParenPad '(' is not followed by whitespace. 494
 Error
whitespace ParenPad ')' is not preceded with whitespace. 494
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 494
 Error
whitespace ParenPad '(' is not followed by whitespace. 496
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 498
 Error
whitespace ParenPad ')' is not preceded with whitespace. 498
 Error
whitespace ParenPad '(' is not followed by whitespace. 499
 Error
whitespace ParenPad ')' is not preceded with whitespace. 499
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 499
 Error
blocks NeedBraces 'if' construct must use '{}'s. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 501
 Error
whitespace ParenPad '(' is not followed by whitespace. 501
 Error
whitespace ParenPad ')' is not preceded with whitespace. 501
 Error
whitespace ParenPad '(' is not followed by whitespace. 501
 Error
whitespace ParenPad ')' is not preceded with whitespace. 501
 Error
whitespace ParenPad ')' is not preceded with whitespace. 501
 Error
whitespace ParenPad '(' is not followed by whitespace. 502
 Error
whitespace ParenPad ')' is not preceded with whitespace. 502
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 502
 Error
whitespace ParenPad '(' is not followed by whitespace. 504
 Error
blocks NeedBraces 'else' construct must use '{}'s. 506
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
javadoc JavadocMethod Missing a Javadoc comment. 512
 Error
whitespace ParenPad '(' is not followed by whitespace. 512
 Error
whitespace ParenPad ')' is not preceded with whitespace. 512
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 512
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 513
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 516
 Error
whitespace ParenPad '(' is not followed by whitespace. 517
 Error
whitespace ParenPad ')' is not preceded with whitespace. 517
 Error
whitespace ParenPad '(' is not followed by whitespace. 518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 518
 Error
whitespace ParenPad '(' is not followed by whitespace. 519
 Error
whitespace ParenPad ')' is not preceded with whitespace. 519
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 521
 Error
whitespace ParenPad '(' is not followed by whitespace. 521
 Error
whitespace ParenPad ')' is not preceded with whitespace. 521
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 521
 Error
javadoc JavadocMethod Missing a Javadoc comment. 526
 Error
whitespace ParenPad '(' is not followed by whitespace. 529
 Error
whitespace ParenPad ')' is not preceded with whitespace. 529
 Error
blocks LeftCurly '{' at column 10 should be on a new line. 543
 Error
whitespace ParenPad '(' is not followed by whitespace. 544
 Error
whitespace ParenPad ')' is not preceded with whitespace. 544
 Error
whitespace ParenPad '(' is not followed by whitespace. 547
 Error
whitespace ParenPad ')' is not preceded with whitespace. 547
 Error
whitespace ParenPad '(' is not followed by whitespace. 553
 Error
whitespace ParenPad '(' is not followed by whitespace. 553
 Error
whitespace ParenPad ')' is not preceded with whitespace. 553
 Error
whitespace ParenPad '(' is not followed by whitespace. 553
 Error
whitespace ParenPad ')' is not preceded with whitespace. 553
 Error
whitespace ParenPad '(' is not followed by whitespace. 553
 Error
whitespace ParenPad ')' is not preceded with whitespace. 553
 Error
blocks LeftCurly '{' at column 106 should be on a new line. 553
 Error
whitespace ParenPad '(' is not followed by whitespace. 555
 Error
whitespace ParenPad ')' is not preceded with whitespace. 555
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 560
 Error
whitespace ParenPad '(' is not followed by whitespace. 560
 Error
whitespace ParenPad ')' is not preceded with whitespace. 560
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 560
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 562
 Error
whitespace ParenPad '(' is not followed by whitespace. 564
 Error
whitespace ParenPad ')' is not preceded with whitespace. 564
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 564
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 566
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 590
 Error
whitespace ParenPad ')' is not preceded with whitespace. 590
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 594
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 632
 Error
whitespace ParenPad '(' is not followed by whitespace. 707
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 726