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
8 0 1 355

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/formresponsxpage/business/AbstractFilterDao.java 0 1 183
fr/paris/lutece/plugins/formresponsxpage/business/Formsreponseedito.java 0 0 3
fr/paris/lutece/plugins/formresponsxpage/business/FormsreponseeditoDAO.java 0 0 23
fr/paris/lutece/plugins/formresponsxpage/business/FormsreponseeditoHome.java 0 0 1
fr/paris/lutece/plugins/formresponsxpage/business/IFormsreponseeditoDAO.java 0 0 4
fr/paris/lutece/plugins/formresponsxpage/web/AbstractJspBean.java 0 0 26
fr/paris/lutece/plugins/formresponsxpage/web/FormsResponseEditoXPage.java 0 0 94
fr/paris/lutece/plugins/formresponsxpage/web/FormsreponseeditoJspBean.java 0 0 21

Règles

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

Détails

fr/paris/lutece/plugins/formresponsxpage/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/formresponsxpage/business/Formsreponseedito.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 - javax.validation.constraints.Size. 36
 Erreur
imports UnusedImports Unused import - javax.validation.constraints.NotEmpty. 37

fr/paris/lutece/plugins/formresponsxpage/business/FormsreponseeditoDAO.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 32 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 107 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 62 should be on a new line. 260

fr/paris/lutece/plugins/formresponsxpage/business/FormsreponseeditoHome.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/formresponsxpage/business/IFormsreponseeditoDAO.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/formresponsxpage/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. 51
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 60
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 75
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 75
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 85
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 111
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 112
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 117
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 119
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 124
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 125
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 157
 Erreur
blocks LeftCurly '{' at column 108 should be on a new line. 157
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
javadoc JavadocMethod Expected @return tag. 167
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 167
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 169
 Erreur
whitespace WhitespaceAround '==' is not followed by whitespace. 169
 Erreur
whitespace WhitespaceAround '==' is not preceded with whitespace. 169
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169

fr/paris/lutece/plugins/formresponsxpage/web/FormsResponseEditoXPage.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.io.IOException. 36
 Erreur
imports UnusedImports Unused import - java.util.Map.Entry. 46
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.leaflet.business.GeolocItem. 57
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.leaflet.service.IconService. 58
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.search.solr.indexer.SolrItem. 61
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.admin.AdminUserService. 83
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.search.SearchResult. 88
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.html.DelegatePaginator. 102
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.html.IPaginator. 103
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 123
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 124
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 125
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 126
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 127
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 128
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 133
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 142
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 143
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 144
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 180
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 183
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 185
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 192
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 194
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 194
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 209
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 246
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 251
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 255
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 255
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 278
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 284
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 284
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 284
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 284
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 284
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 284
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 286
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 286
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 291
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 291
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 292
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 292
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 292
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 292
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 297
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 297
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 298
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 298
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 300
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 300
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 301
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 301
 Erreur
blocks LeftCurly '{' at column 80 should be on a new line. 301
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 302
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 302
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 304
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 307
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 307
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 308
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 308
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 309
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 309
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 310
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 310
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 311
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 311
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 312
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 312
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 322
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 337
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 337
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 385
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 393
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 393
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 430
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 433
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 433
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 436
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 436
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 436
 Erreur
javadoc JavadocMethod Unable to get class information for @throws tag 'FormResponseNotFoundException'. 456
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 479
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 487
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 487
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 495
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 495

fr/paris/lutece/plugins/formresponsxpage/web/FormsreponseeditoJspBean.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.message.AdminMessage. 38
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.message.AdminMessageService. 39
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.url.UrlItem. 47
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 136
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 140
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 140
 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. 153
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 162
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 162
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 181
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 181
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 185
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 213
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 232