Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
9 0 1 581

Fichiers

Fichier
 I
 A
 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

Règles

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

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - java.util.ArrayList. 38
 Erreur
javadoc JavadocType Missing a Javadoc comment. 48
 Erreur
blocks LeftCurly '{' at column 41 should be on a new line. 48
 Erreur
design VisibilityModifier Variable '_mapSql' must be private and have accessor methods. 51
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 54
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 54
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 55
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 58
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 58
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 59
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 59
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 60
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 61
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 62
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 63
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 63
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 64
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 64
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 67
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 68
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 69
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 70
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 73
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 73
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 74
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 74
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 74
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 74
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'SQL_QUERY_SELECTALL_ID'. 85
 Erreur
naming ParameterName Name 'SQL_QUERY_SELECTALL_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 85
 Erreur
blocks LeftCurly '{' at column 156 should be on a new line. 85
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 90
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 90
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 91
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 91
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 92
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 105
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 105
 Erreur
blocks LeftCurly '{' at column 74 should be on a new line. 105
 Erreur
naming LocalVariableName Name 'WhereClauses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 111
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 111
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 113
 Erreur
blocks LeftCurly '{' at column 73 should be on a new line. 113
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur
blocks LeftCurly '{' at column 51 should be on a new line. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 119
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 119
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 119
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 119
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 119
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 119
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 119
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 119
 Erreur
blocks LeftCurly '{' at column 115 should be on a new line. 119
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 121
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 121
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 122
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 122
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 123
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 123
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 140
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 140
 Erreur
blocks LeftCurly '{' at column 80 should be on a new line. 140
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
blocks LeftCurly '{' at column 89 should be on a new line. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 149
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 149
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 150
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 150
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 164
 Erreur
javadoc JavadocMethod Expected @param tag for 'mapFilterCriteria'. 164
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 164
 Erreur
blocks LeftCurly '{' at column 76 should be on a new line. 164
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 166
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 166
 Erreur
blocks LeftCurly '{' at column 75 should be on a new line. 166
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 167
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 167
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 167
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 167
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 167
 Avertissement
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 181
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 181
 Erreur
blocks LeftCurly '{' at column 72 should be on a new line. 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 183
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 183
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 183
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 185
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 185
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 185
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 206
 Erreur
javadoc JavadocMethod Expected @param tag for 'strAttributeName'. 206
 Erreur
javadoc JavadocMethod Expected @param tag for 'strPrefixToCut'. 206
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 206
 Erreur
blocks LeftCurly '{' at column 89 should be on a new line. 206
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 209
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 209
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 209
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 209
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 214
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 214
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 214
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 216
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 216
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 216
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 216
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 217
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 217
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 218
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 218
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 218
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 218
 Erreur
blocks RightCurly '}' at column 7 should be alone on a line. 219
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 220
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 220
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 233
 Erreur
javadoc JavadocMethod Expected @param tag for 'businessClass'. 233
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 233
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 233
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 237
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 237
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 237
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 239
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 239
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 239
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 241
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 241
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 241
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 241
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 241
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 242
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 242
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 242
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 242

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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 71
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 73
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 177
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 177
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 184
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 184
 Erreur
blocks LeftCurly '{' at column 82 should be on a new line. 184
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 186
 Erreur
blocks LeftCurly '{' at column 95 should be on a new line. 226
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 233
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 244
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 260
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 260
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 260
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 260

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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 106
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 110
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110

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

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

fr/paris/lutece/plugins/elasticdatasearch/web/AbstractJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. 37
 Erreur
javadoc JavadocType Missing a Javadoc comment. 52
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 61
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 76
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 79
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 81
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 82
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 83
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 84
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 85
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 86
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 87
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 88
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 89
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 90
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 91
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 92
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 93
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 94
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 95
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 96
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 97
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 98
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 99
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 100
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 101
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 112
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 170
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 187
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 206
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 207
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 212
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 214
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 219
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 220
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 220
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 241
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 241
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 252
 Erreur
blocks LeftCurly '{' at column 108 should be on a new line. 252
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 255
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 255
 Erreur
javadoc JavadocMethod Expected @return tag. 262
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 262
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 264
 Erreur
whitespace WhitespaceAround '==' is not followed by whitespace. 264
 Erreur
whitespace WhitespaceAround '==' is not preceded with whitespace. 264
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 264

fr/paris/lutece/plugins/elasticdatasearch/web/FieldsearchJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - java.util.Collections. 63
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 157
 Erreur
design VisibilityModifier Variable '_unitUserService' must be private and have accessor methods. 158
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 159
 Erreur
design VisibilityModifier Variable '_unitService' must be private and have accessor methods. 159
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 179
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 183
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 190
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 190
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 201
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 213
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 213
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 213
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 215
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 232
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 232
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 237
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 237
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 270
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 270
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 272
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 272
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 273
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 273
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 275
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 275
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 289
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 289
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 290
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 290
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 293
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 307
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 313
 Erreur
blocks LeftCurly '{' at column 15 should be on a new line. 321
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 327
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 327
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 328
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 328
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 328
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 328
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 330
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 341
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 345
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 345
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
blocks LeftCurly '{' at column 66 should be on a new line. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 352
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 352
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 352
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 352
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 360
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 360
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 361
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 361
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 362
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 362
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 364
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 364
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 367
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 367
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 367
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 367
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 373
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 373
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 383
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 383
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 384
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 384
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 386
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 386
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 389
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 416
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 416
 Erreur
blocks LeftCurly '{' at column 23 should be on a new line. 420
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 424
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 424
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 424
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 432
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 438
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 438
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 438
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 439
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 439
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 440
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 440
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 440
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 440
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 440
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 440
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 440
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 441
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 441
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 441
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 441
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 441
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 441
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 444
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 444
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 445
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 445
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 450
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 450
 Erreur
blocks LeftCurly '{' at column 41 should be on a new line. 450
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 451
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 451
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 451
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 453
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 453
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 453
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 453
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 455
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 461
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 465
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 465
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 467
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 467
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 469
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 470
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 474
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 480
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 480
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 480
 Erreur
blocks LeftCurly '{' at column 70 should be on a new line. 480
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 482
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 482
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 482
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 484
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 484
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 484
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 484
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 484
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 485
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 485
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 486
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 486
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 486
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 494
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 494
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 494
 Erreur
blocks LeftCurly '{' at column 95 should be on a new line. 494
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 496
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 496
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 496
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 498
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 498
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 499
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 499
 Erreur
blocks LeftCurly '{' at column 60 should be on a new line. 499
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 500
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 500
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 500
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 501
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 501
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 501
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 501
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 501
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 501
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 502
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 502
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 502
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 504
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 506
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 507
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 512
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 512
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 512
 Erreur
blocks LeftCurly '{' at column 63 should be on a new line. 512
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 513
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 516
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 517
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 517
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 518
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 518
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 519
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 519
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 521
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 521
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 521
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 521
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 526
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 529
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 529
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 543
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 544
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 544
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 547
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 547
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 553
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 553
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 553
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 553
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 553
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 553
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 553
 Erreur
blocks LeftCurly '{' at column 106 should be on a new line. 553
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 555
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 555
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 560
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 560
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 560
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 560
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 562
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 564
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 564
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 564
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 566
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 589
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 589
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 589
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 589
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 590
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 590
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 594
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 632
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 707
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 726