Fork me on GitHub

Résultats Checkstyle

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

Résumé

Fichiers  Infos  Avertissements  Erreurs
36 0 0 236

Fichiers

Fichier  I  A  E
fr/paris/lutece/plugins/transparency/business/Appointment.java 0 0 16
fr/paris/lutece/plugins/transparency/business/AppointmentDAO.java 0 0 28
fr/paris/lutece/plugins/transparency/business/AppointmentFilter.java 0 0 24
fr/paris/lutece/plugins/transparency/business/AppointmentHome.java 0 0 4
fr/paris/lutece/plugins/transparency/business/ElectedOfficial.java 0 0 4
fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointment.java 0 0 2
fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointmentDAO.java 0 0 1
fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointmentHome.java 0 0 2
fr/paris/lutece/plugins/transparency/business/ElectedOfficialDAO.java 0 0 1
fr/paris/lutece/plugins/transparency/business/ElectedOfficialHome.java 0 0 4
fr/paris/lutece/plugins/transparency/business/IAppointmentDAO.java 0 0 3
fr/paris/lutece/plugins/transparency/business/IElectedOfficialAppointmentDAO.java 0 0 2
fr/paris/lutece/plugins/transparency/business/IElectedOfficialDAO.java 0 0 4
fr/paris/lutece/plugins/transparency/business/ILobbyAppointmentDAO.java 0 0 3
fr/paris/lutece/plugins/transparency/business/ILobbyDAO.java 0 0 4
fr/paris/lutece/plugins/transparency/business/Lobby.java 0 0 4
fr/paris/lutece/plugins/transparency/business/LobbyAppointment.java 0 0 3
fr/paris/lutece/plugins/transparency/business/LobbyAppointmentDAO.java 0 0 1
fr/paris/lutece/plugins/transparency/business/LobbyAppointmentHome.java 0 0 2
fr/paris/lutece/plugins/transparency/business/LobbyDAO.java 0 0 3
fr/paris/lutece/plugins/transparency/business/LobbyHome.java 0 0 4
fr/paris/lutece/plugins/transparency/rs/Constants.java 0 0 2
fr/paris/lutece/plugins/transparency/rs/LobbyRest.java 0 0 5
fr/paris/lutece/plugins/transparency/rs/SwaggerRest.java 0 0 17
fr/paris/lutece/plugins/transparency/service/ExportAppointmentService.java 0 0 30
fr/paris/lutece/plugins/transparency/service/LobbyService.java 0 0 6
fr/paris/lutece/plugins/transparency/service/daemon/LobbySynchroDaemon.java 0 0 1
fr/paris/lutece/plugins/transparency/web/AbstractManageAppointementsJspBean.java 0 0 1
fr/paris/lutece/plugins/transparency/web/AbstractManageLobbiesJspBean.java 0 0 1
fr/paris/lutece/plugins/transparency/web/AppointmentJspBean.java 0 0 9
fr/paris/lutece/plugins/transparency/web/AppointmentPublicXPage.java 0 0 7
fr/paris/lutece/plugins/transparency/web/AppointmentXPage.java 0 0 27
fr/paris/lutece/plugins/transparency/web/LobbyJspBean.java 0 0 10
fr/paris/lutece/plugins/transparency/web/LobbyXPage.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
4  Erreur
NeedBraces 22  Erreur
RightCurly
  • option: "alone"
1  Erreur
coding DeclarationOrder 7  Erreur
HiddenField 10  Erreur
design HideUtilityClassConstructor 3  Erreur
VisibilityModifier 1  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
34  Erreur
imports AvoidStarImport 6  Erreur
UnusedImports 11  Erreur
javadoc JavadocMethod 65  Erreur
modifier ModifierOrder 3  Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
2  Erreur
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2  Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
8  Erreur
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
3  Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
1  Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
1  Erreur
whitespace ParenPad
  • option: "space"
50  Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
3  Erreur

Détails

fr/paris/lutece/plugins/transparency/business/Appointment.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37
 Erreur naming MemberName Name 'electedOfficialList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 72
 Erreur naming MemberName Name 'lobbyList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 73
 Erreur coding DeclarationOrder Static variable definition in wrong order. 79
 Erreur coding DeclarationOrder Variable access definition in wrong order. 79
 Erreur naming StaticVariableName Name 'RESOURCE_TYPE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 79
 Erreur design VisibilityModifier Variable 'RESOURCE_TYPE' must be private and have accessor methods. 79
 Erreur coding HiddenField 'electedOfficialList' hides a field. 264
 Erreur javadoc JavadocMethod Expected @param tag for 'electedOfficialList'. 264
 Erreur coding HiddenField 'lobbyList' hides a field. 284
 Erreur javadoc JavadocMethod Expected @param tag for 'lobbyList'. 284
 Erreur coding HiddenField '_strContacts' hides a field. 304
 Erreur javadoc JavadocMethod Expected @param tag for '_strContacts'. 304
 Erreur naming ParameterName Name '_strContacts' must match pattern '^[a-z][a-zA-Z0-9]*$'. 304

fr/paris/lutece/plugins/transparency/business/AppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 59
 Erreur whitespace ParenPad '(' is not followed by whitespace. 203
 Erreur whitespace WhitespaceAround '==' is not followed by whitespace. 203
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 205
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 207
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 209
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 211
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 213
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 215
 Erreur whitespace ParenPad '(' is not followed by whitespace. 262
 Erreur whitespace WhitespaceAround '==' is not followed by whitespace. 262
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 264
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 266
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 268
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 270
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 272
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 274
 Erreur javadoc JavadocMethod Expected @param tag for 'filter'. 316
 Erreur javadoc JavadocMethod Expected @param tag for 'idsOnly'. 316
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 316
 Erreur whitespace ParenPad '(' is not followed by whitespace. 324
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 324
 Erreur whitespace ParenPad '(' is not followed by whitespace. 346
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 349
 Erreur whitespace ParenPad '(' is not followed by whitespace. 349
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 349
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 379

fr/paris/lutece/plugins/transparency/business/AppointmentFilter.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'numberOfDays'. 75
 Erreur javadoc JavadocMethod Expected @param tag for 'orderBy'. 95
 Erreur coding HiddenField '_bAsc' hides a field. 115
 Erreur javadoc JavadocMethod Expected @param tag for '_bAsc'. 115
 Erreur naming ParameterName Name '_bAsc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 115
 Erreur coding HiddenField '_strLobbyName' hides a field. 135
 Erreur javadoc JavadocMethod Expected @param tag for '_strLobbyName'. 135
 Erreur naming ParameterName Name '_strLobbyName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 135
 Erreur coding HiddenField '_strElectedOfficialName' hides a field. 155
 Erreur javadoc JavadocMethod Expected @param tag for '_strElectedOfficialName'. 155
 Erreur naming ParameterName Name '_strElectedOfficialName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
 Erreur coding HiddenField '_strUserId' hides a field. 175
 Erreur javadoc JavadocMethod Expected @param tag for '_strUserId'. 175
 Erreur naming ParameterName Name '_strUserId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 175
 Erreur coding HiddenField '_nIdAppointment' hides a field. 195
 Erreur javadoc JavadocMethod Expected @param tag for '_nIdAppointment'. 195
 Erreur naming ParameterName Name '_nIdAppointment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 195
 Erreur coding HiddenField '_strTitle' hides a field. 215
 Erreur javadoc JavadocMethod Expected @param tag for '_strTitle'. 215
 Erreur naming ParameterName Name '_strTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. 215
 Erreur coding HiddenField '_listIds' hides a field. 234
 Erreur naming ParameterName Name '_listIds' must match pattern '^[a-z][a-zA-Z0-9]*$'. 234
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 234

fr/paris/lutece/plugins/transparency/business/AppointmentHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'nId'. 116
 Erreur javadoc JavadocMethod Expected @param tag for 'filter'. 157
 Erreur javadoc JavadocMethod Expected @param tag for 'filter'. 174

fr/paris/lutece/plugins/transparency/business/ElectedOfficial.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37
 Erreur javadoc JavadocMethod Expected @param tag for 'strId'. 77

fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointment.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 50

fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/business/ElectedOfficialAppointmentHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'electedOfficialAppointment'. 75

fr/paris/lutece/plugins/transparency/business/ElectedOfficialDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/business/ElectedOfficialHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'idAdminUser'. 87
 Erreur javadoc JavadocMethod Expected @param tag for 'idAppointment'. 97
 Erreur javadoc JavadocMethod Expected @param tag for 'idUser'. 127

fr/paris/lutece/plugins/transparency/business/IAppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'filter'. 107
 Erreur javadoc JavadocMethod Expected @param tag for 'filter'. 117

fr/paris/lutece/plugins/transparency/business/IElectedOfficialAppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'electedOfficialAppointment'. 61

fr/paris/lutece/plugins/transparency/business/IElectedOfficialDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'idAdminUser'. 78
 Erreur javadoc JavadocMethod Expected @param tag for 'idAppointment'. 88
 Erreur javadoc JavadocMethod Expected @param tag for 'idUser'. 115

fr/paris/lutece/plugins/transparency/business/ILobbyAppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'lobbyAppointment'. 61
 Erreur javadoc JavadocMethod Expected @param tag for 'nIdAppointment'. 70

fr/paris/lutece/plugins/transparency/business/ILobbyDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'strNationalId'. 98
 Erreur javadoc JavadocMethod Expected @param tag for 'strLikeText'. 108
 Erreur javadoc JavadocMethod Expected @param tag for 'idAppointment'. 118

fr/paris/lutece/plugins/transparency/business/Lobby.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 39
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 40
 Erreur javadoc JavadocMethod Expected @param tag for 'jsonNode'. 263

fr/paris/lutece/plugins/transparency/business/LobbyAppointment.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'nIdLobby'. 56
 Erreur javadoc JavadocMethod Expected @param tag for 'nIdAppointment'. 56

fr/paris/lutece/plugins/transparency/business/LobbyAppointmentDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/business/LobbyAppointmentHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'nIdAppointment'. 75

fr/paris/lutece/plugins/transparency/business/LobbyDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 193
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 198

fr/paris/lutece/plugins/transparency/business/LobbyHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'strNationalId'. 116
 Erreur javadoc JavadocMethod Expected @param tag for 'strLikeName'. 136
 Erreur javadoc JavadocMethod Expected @param tag for 'idAppointment'. 147

fr/paris/lutece/plugins/transparency/rs/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 39

fr/paris/lutece/plugins/transparency/rs/LobbyRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'strLikeText'. 76
 Erreur javadoc JavadocMethod Expected @param tag for 'strLikeText'. 119
 Erreur naming LocalVariableName Name '_listLobbies' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121
 Erreur naming LocalVariableName Name '_lobby' must match pattern '^[a-z][a-zA-Z0-9]*$'. 183

fr/paris/lutece/plugins/transparency/rs/SwaggerRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur coding DeclarationOrder Static variable definition in wrong order. 66
 Erreur modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 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 javadoc JavadocMethod Expected @param tag for 'request'. 82
 Erreur javadoc JavadocMethod Expected @param tag for 'strVersion'. 82
 Erreur javadoc JavadocMethod Expected @throws tag for 'MalformedURLException'. 82
 Erreur javadoc JavadocMethod Expected @throws tag for 'IOException'. 83
 Erreur javadoc JavadocMethod Expected an @return tag. 119
 Erreur javadoc JavadocMethod Expected @param tag for 'strVersion'. 119
 Erreur javadoc JavadocMethod Expected an @return tag. 133
 Erreur javadoc JavadocMethod Expected @param tag for 'strBaseUrl'. 133
 Erreur javadoc JavadocMethod Expected @param tag for 'strVersion'. 133
 Erreur javadoc JavadocMethod Expected @throws tag for 'MalformedURLException'. 133

fr/paris/lutece/plugins/transparency/service/ExportAppointmentService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - org.apache.log4j.Logger. 24
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Erreur blocks LeftCurly '{' at column 39 should be on a new line. 30
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 33
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 58
 Erreur whitespace ParenPad '(' is not followed by whitespace. 58
 Erreur whitespace ParenPad '(' is not followed by whitespace. 80
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 80
 Erreur whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 101
 Erreur javadoc JavadocMethod Expected @param tag for 'appointment'. 114
 Erreur blocks LeftCurly '{' at column 42 should be on a new line. 121
 Erreur whitespace ParenPad '(' is not followed by whitespace. 122
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 122
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 127
 Erreur whitespace ParenPad '(' is not followed by whitespace. 135
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 135
 Erreur whitespace ParenPad '(' is not followed by whitespace. 136
 Erreur whitespace ParenPad '(' is not followed by whitespace. 137
 Erreur whitespace ParenPad '(' is not followed by whitespace. 137
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur whitespace ParenPad '(' is not followed by whitespace. 142
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 142
 Erreur whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur whitespace ParenPad '(' is not followed by whitespace. 144
 Erreur whitespace ParenPad '(' is not followed by whitespace. 144
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 144

fr/paris/lutece/plugins/transparency/service/LobbyService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 61
 Erreur javadoc JavadocMethod Expected @param tag for 'locale'. 84
 Erreur javadoc JavadocMethod Expected @param tag for 'jsonLobby'. 168
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 174
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 176

fr/paris/lutece/plugins/transparency/service/daemon/LobbySynchroDaemon.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/web/AbstractManageAppointementsJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/web/AbstractManageLobbiesJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/transparency/web/AppointmentJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected @param tag for 'response'. 357
 Erreur blocks LeftCurly '{' at column 13 should be on a new line. 361
 Erreur whitespace ParenPad '(' is not followed by whitespace. 362
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 362
 Erreur blocks RightCurly '}' at column 9 should be alone on a line. 363
 Erreur whitespace ParenPad '(' is not followed by whitespace. 363
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 363
 Erreur blocks LeftCurly '{' at column 34 should be on a new line. 363

fr/paris/lutece/plugins/transparency/web/AppointmentPublicXPage.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. 42
 Erreur coding DeclarationOrder Static variable definition in wrong order. 99
 Erreur naming StaticVariableName Name 'CONSTANT_DEFAULT_SEARCH_PERIOD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 99
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 169
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 194
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 195

fr/paris/lutece/plugins/transparency/web/AppointmentXPage.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur coding DeclarationOrder Static variable definition in wrong order. 139
 Erreur naming StaticVariableName Name 'CONSTANT_DEFAULT_SEARCH_PERIOD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 139
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 162
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 223
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 251
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 252
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 292
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 318
 Erreur whitespace ParenPad '(' is not followed by whitespace. 336
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 336
 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. 360
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 360
 Erreur javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 391
 Erreur whitespace ParenPad '(' is not followed by whitespace. 395
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 395
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 410
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 447
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 490
 Erreur whitespace ParenPad '(' is not followed by whitespace. 515
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 515
 Erreur javadoc JavadocMethod Expected @param tag for 'request'. 547
 Erreur javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 547
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 550
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 556

fr/paris/lutece/plugins/transparency/web/LobbyJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.httpaccess.HttpAccess. 39
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. 43
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.httpaccess.HttpAccessException. 47
 Erreur imports UnusedImports Unused import - java.io.IOException. 49
 Erreur imports UnusedImports Unused import - java.text.MessageFormat. 51
 Erreur imports UnusedImports Unused import - java.util.Iterator. 52
 Erreur imports UnusedImports Unused import - com.fasterxml.jackson.databind.JsonNode. 60
 Erreur imports UnusedImports Unused import - com.fasterxml.jackson.databind.ObjectMapper. 61
 Erreur imports UnusedImports Unused import - java.util.HashMap. 63

fr/paris/lutece/plugins/transparency/web/LobbyXPage.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2