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
7 0 1 273

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/FormsResponseEditoXPage.java 0 0 56
fr/paris/lutece/plugins/formresponsxpage/web/FormsreponseeditoJspBean.java 0 0 3

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
30
 Erreur
RightCurly
  • option: "alone"
1
 Erreur
coding DeclarationOrder 27
 Erreur
ReturnCount
  • max: "5"
1
 Avertissement
design VisibilityModifier 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
7
 Erreur
imports UnusedImports 39
 Erreur
javadoc JavadocMethod 10
 Erreur
JavadocType 1
 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"
132
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
6
 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/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.Collection. 38
 Erreur
imports UnusedImports Unused import - java.util.LinkedHashMap. 40
 Erreur
imports UnusedImports Unused import - java.util.Objects. 44
 Erreur
imports UnusedImports Unused import - java.util.Map.Entry. 46
 Erreur
imports UnusedImports Unused import - java.util.stream.Collectors. 47
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.business.FormQuestionResponse. 50
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.business.FormResponseStep. 51
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.service.EntryServiceManager. 52
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.web.entrytype.DisplayType. 53
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.web.entrytype.EntryTypeFileDisplayService. 54
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.web.entrytype.IEntryDisplayService. 55
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.Response. 56
 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. 62
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.business.file.File. 63
 Erreur
imports UnusedImports Unused import - org.apache.commons.lang3.math.NumberUtils. 64
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.api.user.User. 66
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.business.Form. 75
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.business.FormHome. 76
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.service.upload.FormsAsynchronousUploadHandler. 79
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.util.FormsConstants. 80
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.util.FormsResponseUtils. 81
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.business.action.Action. 82
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.admin.AccessDeniedException. 83
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.admin.AdminUserService. 84
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.message.SiteMessage. 86
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.message.SiteMessageService. 88
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.search.SearchResult. 89
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.LuteceUser. 90
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.SecurityService. 91
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppLogService. 94
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.workflow.WorkflowService. 96
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.html.DelegatePaginator. 103
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.html.IPaginator. 104
 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. 129
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 134
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 143
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 144
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 145
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 178
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 181
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 184
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 203
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 226
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 231
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 235
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 235
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 242

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
whitespace ParenPad '(' is not followed by whitespace. 110
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 129