Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 
| Fichiers | |||
|---|---|---|---|
| 48 | 0 | 3 | 507 |
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| blocks | LeftCurly
|
4 | |
| NeedBraces | 1 | ||
| coding | DeclarationOrder | 22 | |
| EmptyStatement | 1 | ||
| ExplicitInitialization | 2 | ||
| HiddenField | 6 | ||
| ParameterAssignment | 2 | ||
ReturnCount
|
3 | ||
| SimplifyBooleanReturn | 1 | ||
| design | FinalClass | 4 | |
| HideUtilityClassConstructor | 2 | ||
| VisibilityModifier | 4 | ||
| header | Header
|
48 | |
| imports | AvoidStarImport | 2 | |
| UnusedImports | 13 | ||
| javadoc | JavadocMethod | 284 | |
| JavadocType | 16 | ||
| modifier | ModifierOrder | 13 | |
| naming | LocalVariableName
|
3 | |
ParameterName
|
10 | ||
StaticVariableName
|
3 | ||
| regexp | RegexpSinglelineJava
|
9 | |
RegexpSinglelineJava
|
9 | ||
| whitespace | ParenPad
|
57 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable '_mapSql' must be private and have accessor methods. | 54 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 57 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 58 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'WHERE 1'. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 74 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 75 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 78 | |
| design | VisibilityModifier | Variable '_plugin' must be private and have accessor methods. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'SQL_QUERY_SELECTALL_ID'. | 109 | |
| naming | ParameterName | Name 'SQL_QUERY_SELECTALL_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalVariableName | Name 'WhereClauses' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'mapFilterCriteria'. | 194 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAttributeName'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'strPrefixToCut'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'businessClass'. | 274 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'strSqlSelectAllIds'. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'mapFilterCriteria'. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'strColumnToOrder'. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'strSortMode'. | 302 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 | |
| coding | EmptyStatement | Empty statement. | 154 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppLogService. | 42 | |
| imports | UnusedImports | Unused import - java.util.Map. | 52 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonProcessingException. | 57 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonMappingException. | 60 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'WHERE 1'. | 121 | |
| naming | StaticVariableName | Name 'hashMapTypeRef' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'sql'. | 511 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 511 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 548 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 548 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.plugin.PluginService. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 79 | |
| javadoc | JavadocMethod | Expected @return tag. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDirectionDateOrderBy'. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'listStatus'. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemandType'. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'strOldCustomerId'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNewCustomerId'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'nUid'. | 186 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 296 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'nKey'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'type_id'. | 119 | |
| naming | ParameterName | Name 'type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCategoryCode'. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 78 | |
| javadoc | JavadocMethod | Unused @param tag for 'strId'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'nKey'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 137 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 225 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.plugin.Plugin. | 49 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 94 | |
| javadoc | JavadocMethod | Unused @param tag for 'notificationContent'. | 109 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 116 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 132 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 163 | |
| javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'listNotificationType'. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Expected @return tag. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationType'. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationContent'. | 295 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationType'. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationContent'. | 326 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 327 | |
| coding | ParameterAssignment | Assignment of parameter 'strNotificationContent' is not allowed. | 329 | |
| javadoc | JavadocMethod | Expected @return tag. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'statusType'. | 373 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 403 | |
| javadoc | JavadocMethod | Expected @param tag for 'statusType'. | 403 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 101 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 107 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 111 | |
| design | VisibilityModifier | Variable '_mapper' must be private and have accessor methods. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'strBaseQuery'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 494 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 494 | |
| javadoc | JavadocMethod | Expected @param tag for 'notif'. | 535 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 535 | |
| javadoc | JavadocMethod | Expected @return tag. | 582 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 582 | |
| javadoc | JavadocMethod | Expected @param tag for 'notifContent'. | 582 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeReference'. | 582 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 618 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 618 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 618 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 618 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 629 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 629 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 629 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 630 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 630 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 632 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 632 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 632 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 633 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 633 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 708 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'WHERE 1'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 301 | |
| javadoc | JavadocMethod | Expected @param tag for 'sbSql'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 394 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'lNotificationDate'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'nId'. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 121 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'nbDaysBeforePurge'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 146 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'lDate'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandIds'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeIds'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 150 | |
| javadoc | JavadocMethod | Unused @param tag for 'Notification'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'nDemandTypeId'. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandId'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'strOldCustomerId'. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNewCustomerId'. | 227 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 261 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'strStatus'. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'nStatusId'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | StaticVariableName | Name 'bIsInitialized' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 86 | |
| coding | ExplicitInitialization | Variable 'bIsInitialized' explicitly initialized to 'false' (default value for its type). | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'identityService'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 149 | |
| javadoc | JavadocMethod | Unused @param tag for 'customer'. | 218 | |
| javadoc | JavadocMethod | Unused @param tag for 'strCode'. | 271 | |
| javadoc | JavadocMethod | Expected @param tag for 'strId'. | 287 | |
| javadoc | JavadocMethod | Expected @param tag for 'strId'. | 298 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 78 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 79 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 80 | |
| coding | HiddenField | '_demandDao' hides a field. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for '_demandDao'. | 101 | |
| naming | ParameterName | Name '_demandDao' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | HiddenField | '_notificationDao' hides a field. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for '_notificationDao'. | 101 | |
| naming | ParameterName | Name '_notificationDao' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | HiddenField | '_notificationEventDao' hides a field. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for '_notificationEventDao'. | 101 | |
| naming | ParameterName | Name '_notificationEventDao' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| coding | HiddenField | '_statusDao' hides a field. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for '_statusDao'. | 102 | |
| naming | ParameterName | Name '_statusDao' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationEvent'. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'dStart'. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'dEnd'. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'dStart'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'dEnd'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 311 | |
| javadoc | JavadocMethod | Expected @param tag for 'lTypes'. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'type_id'. | 350 | |
| naming | ParameterName | Name 'type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemandType'. | 375 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| coding | ExplicitInitialization | Variable '_instance' explicitly initialized to 'null' (default value for its type). | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'strId'. | 69 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 80 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 157 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.grubusiness.business.notification.*. | 45 | |
| imports | UnusedImports | Unused import - java.time.LocalDateTime. | 62 | |
| imports | UnusedImports | Unused import - java.time.ZoneId. | 63 | |
| imports | UnusedImports | Unused import - java.time.format.DateTimeFormatter. | 64 | |
| design | FinalClass | Class NotificationService should be declared as final. | 69 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 142 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 214 | |
| javadoc | JavadocMethod | Expected @return tag. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 245 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 353 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 353 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 412 | |
| javadoc | JavadocMethod | Unused @param tag for 'notification'. | 446 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationEvent'. | 449 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 539 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 539 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 578 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 578 | |
| javadoc | JavadocMethod | Unused @param tag for 'strMessage'. | 600 | |
| javadoc | JavadocMethod | Unused @param tag for 'ex'. | 602 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 606 | |
| javadoc | JavadocMethod | Unused @param tag for 'strMessage'. | 651 | |
| javadoc | JavadocMethod | Expected @param tag for 'httpStatus'. | 657 | |
| javadoc | JavadocMethod | Expected @return tag. | 681 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 681 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 681 | |
| javadoc | JavadocMethod | Expected @return tag. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 755 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonMappingException'. | 755 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 755 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 775 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NotificationException'. | 775 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class TemporaryStatusCacheService should be declared as final. | 47 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.plugin.Plugin. | 45 | |
| design | FinalClass | Class TemporaryStatusService should be declared as final. | 55 | |
| javadoc | JavadocMethod | Unused @param tag for 'strStatus'. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'nStatusId'. | 181 | |
| coding | ParameterAssignment | Assignment of parameter 'strStatus' is not allowed. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'mapFilterCriteria'. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'strColumnToOrder'. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'strSortMode'. | 255 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class NotificationStoreUtils should be declared as final. | 56 | |
| naming | StaticVariableName | Name 'hashMapTypeRef' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'json'. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 146 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 57 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 62 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 83 | |
| design | VisibilityModifier | Variable '_model' must be private and have accessor methods. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 98 | |
| javadoc | JavadocMethod | Unused @param tag for '<S>'. | 124 | |
| javadoc | JavadocMethod | Unused @param tag for '<T>'. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'strItemManagementJsp'. | 202 | |
| coding | HiddenField | '_model' hides a field. | 224 | |
| naming | LocalVariableName | Name '_model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
| coding | HiddenField | '_mapFilterCriteria' hides a field. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for '_mapFilterCriteria'. | 245 | |
| naming | ParameterName | Name '_mapFilterCriteria' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'strOrderByColumn'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'strSortMode'. | 245 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <S> tag. | 50 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 50 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 56 | |
| javadoc | JavadocMethod | Unused @param tag for '<S>'. | 109 | |
| javadoc | JavadocMethod | Unused @param tag for '<T>'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 116 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <S> tag. | 49 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 49 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 86 | |
| javadoc | JavadocMethod | Unused @param tag for '<S>'. | 112 | |
| javadoc | JavadocMethod | Unused @param tag for '<T>'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 120 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <S> tag. | 49 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 81 | |
| javadoc | JavadocMethod | Unused @param tag for '<S>'. | 107 | |
| javadoc | JavadocMethod | Unused @param tag for '<T>'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 115 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 280 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 57 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - com.google.common.html.HtmlEscapers. | 36 | |
| imports | UnusedImports | Unused import - freemarker.template.utility.HtmlEscape. | 50 | |
| imports | UnusedImports | Unused import - org.apache.tika.parser.html.HtmlParser. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 | |
| naming | ParameterName | Name '_mapFilterCriteria' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 190 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 264 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 264 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 268 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 269 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 269 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 270 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 270 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 287 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 289 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 298 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 303 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 303 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 57 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 58 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 181 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 278 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 307 | |
| naming | ParameterName | Name '_mapFilterCriteria' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'isDefault'. | 118 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'isDefault'. | 156 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 190 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemandType'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIndex'. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLimitResult'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDirectionDateOrderBy'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'strlistIdsDemandType'. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIndex'. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'strLimitResult'. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'strListStatus'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCategoryCode'. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'result'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'nIndex'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'nDefaultItemsPerPage'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'demand'. | 295 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDirectMode'. | 98 | |
| naming | LocalVariableName | Name '_mapper' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 131 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 175 | |
| javadoc | JavadocMethod | Unused @param tag for 'id'. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'nId'. | 194 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 234 | |
| javadoc | JavadocMethod | Unused @param tag for 'nVersion'. | 272 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemand'. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemandType'. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'lDate'. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandIds'. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeIds'. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 173 | |
| javadoc | JavadocMethod | Expected @return tag. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 222 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'nId'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'nId'. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 223 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |