The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
4 | |
| NeedBraces | 22 | ||
RightCurly
|
1 | ||
| coding | DeclarationOrder | 7 | |
| HiddenField | 10 | ||
| design | HideUtilityClassConstructor | 3 | |
| VisibilityModifier | 1 | ||
| header | Header
|
34 | |
| imports | AvoidStarImport | 6 | |
| UnusedImports | 11 | ||
| javadoc | JavadocMethod | 65 | |
| modifier | ModifierOrder | 3 | |
| naming | LocalVariableName
|
2 | |
MemberName
|
2 | ||
ParameterName
|
8 | ||
StaticVariableName
|
3 | ||
| regexp | RegexpSinglelineJava
|
1 | |
RegexpSinglelineJava
|
1 | ||
| whitespace | ParenPad
|
50 | |
WhitespaceAround
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 37 | |
| naming | MemberName | Name 'electedOfficialList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 72 | |
| naming | MemberName | Name 'lobbyList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 73 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 79 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 79 | |
| naming | StaticVariableName | Name 'RESOURCE_TYPE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 79 | |
| design | VisibilityModifier | Variable 'RESOURCE_TYPE' must be private and have accessor methods. | 79 | |
| coding | HiddenField | 'electedOfficialList' hides a field. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'electedOfficialList'. | 264 | |
| coding | HiddenField | 'lobbyList' hides a field. | 284 | |
| javadoc | JavadocMethod | Expected @param tag for 'lobbyList'. | 284 | |
| coding | HiddenField | '_strContacts' hides a field. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for '_strContacts'. | 304 | |
| naming | ParameterName | Name '_strContacts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'WHERE 1'. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'idsOnly'. | 316 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 316 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 324 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 324 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 346 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 349 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 349 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'numberOfDays'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'orderBy'. | 95 | |
| coding | HiddenField | '_bAsc' hides a field. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for '_bAsc'. | 115 | |
| naming | ParameterName | Name '_bAsc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| coding | HiddenField | '_strLobbyName' hides a field. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for '_strLobbyName'. | 135 | |
| naming | ParameterName | Name '_strLobbyName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| coding | HiddenField | '_strElectedOfficialName' hides a field. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for '_strElectedOfficialName'. | 155 | |
| naming | ParameterName | Name '_strElectedOfficialName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| coding | HiddenField | '_strUserId' hides a field. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for '_strUserId'. | 175 | |
| naming | ParameterName | Name '_strUserId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| coding | HiddenField | '_nIdAppointment' hides a field. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for '_nIdAppointment'. | 195 | |
| naming | ParameterName | Name '_nIdAppointment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 | |
| coding | HiddenField | '_strTitle' hides a field. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for '_strTitle'. | 215 | |
| naming | ParameterName | Name '_strTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| coding | HiddenField | '_listIds' hides a field. | 234 | |
| naming | ParameterName | Name '_listIds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'nId'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'strId'. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'electedOfficialAppointment'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAdminUser'. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAppointment'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'idUser'. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'electedOfficialAppointment'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAdminUser'. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAppointment'. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'idUser'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'lobbyAppointment'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdAppointment'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNationalId'. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLikeText'. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAppointment'. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'jsonNode'. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdLobby'. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdAppointment'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIdAppointment'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNationalId'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLikeName'. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'idAppointment'. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLikeText'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLikeText'. | 119 | |
| naming | LocalVariableName | Name '_listLobbies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name '_lobby' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 67 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 83 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 119 | |
| javadoc | JavadocMethod | Expected an @return tag. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'strBaseUrl'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'strVersion'. | 133 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - org.apache.log4j.Logger. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 30 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'appointment'. | 114 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'jsonLobby'. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 357 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 361 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 362 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 362 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 363 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 363 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 363 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. | 42 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 99 | |
| naming | StaticVariableName | Name 'CONSTANT_DEFAULT_SEARCH_PERIOD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 139 | |
| naming | StaticVariableName | Name 'CONSTANT_DEFAULT_SEARCH_PERIOD' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 251 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 252 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 292 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 318 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 336 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 336 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 360 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 360 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 360 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 360 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SiteMessageException'. | 391 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 395 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 395 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 410 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 447 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 490 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 515 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 515 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 547 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 547 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.httpaccess.HttpAccess. | 39 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 43 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.util.httpaccess.HttpAccessException. | 47 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 49 | |
| imports | UnusedImports | Unused import - java.text.MessageFormat. | 51 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 52 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonNode. | 60 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.ObjectMapper. | 61 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 |