The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 50 | 0 | 3 | 427 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 1 | |
| coding | DeclarationOrder | 22 | |
| EmptyStatement | 1 | ||
| ExplicitInitialization | 1 | ||
| HiddenField | 6 | ||
| ParameterAssignment | 2 | ||
ReturnCount
|
3 | ||
| SimplifyBooleanReturn | 1 | ||
| design | FinalClass | 3 | |
| HideUtilityClassConstructor | 3 | ||
| VisibilityModifier | 4 | ||
| header | Header
|
48 | |
| imports | UnusedImports | 5 | |
| javadoc | JavadocMethod | 276 | |
| JavadocType | 16 | ||
| modifier | ModifierOrder | 13 | |
| naming | LocalVariableName
|
3 | |
ParameterName
|
10 | ||
StaticVariableName
|
2 | ||
| regexp | RegexpSinglelineJava
|
9 | |
RegexpSinglelineJava
|
9 | ||
| whitespace | ParenPad
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.JsonMappingException. | 59 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'WHERE 1'. | 120 | |
| naming | StaticVariableName | Name 'hashMapTypeRef' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'json'. | 510 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'sql'. | 553 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 553 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 590 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 590 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 *'. | 100 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 106 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'SELECT *'. | 110 | |
| design | VisibilityModifier | Variable '_mapper' must be private and have accessor methods. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'strBaseQuery'. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'daoUtil'. | 493 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 493 | |
| javadoc | JavadocMethod | Expected @param tag for 'notif'. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationFilter'. | 534 | |
| javadoc | JavadocMethod | Expected @return tag. | 581 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 581 | |
| javadoc | JavadocMethod | Expected @param tag for 'notifContent'. | 581 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeReference'. | 581 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 697 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 'strDemandId'. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDemandTypeId'. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class NotificationService should be declared as final. | 74 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 218 | |
| javadoc | JavadocMethod | Expected @return tag. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 249 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 249 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 385 | |
| javadoc | JavadocMethod | Unused @param tag for 'notification'. | 419 | |
| javadoc | JavadocMethod | Expected @param tag for 'notificationEvent'. | 422 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 512 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 512 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 551 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 551 | |
| javadoc | JavadocMethod | Unused @param tag for 'strMessage'. | 573 | |
| javadoc | JavadocMethod | Unused @param tag for 'ex'. | 575 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 579 | |
| javadoc | JavadocMethod | Unused @param tag for 'strMessage'. | 624 | |
| javadoc | JavadocMethod | Expected @param tag for 'httpStatus'. | 630 | |
| javadoc | JavadocMethod | Expected @return tag. | 654 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 654 | |
| javadoc | JavadocMethod | Expected @param tag for 'warnings'. | 654 | |
| javadoc | JavadocMethod | Expected @return tag. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 728 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonMappingException'. | 728 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 728 | |
| javadoc | JavadocMethod | Expected @param tag for 'notification'. | 748 | |
| javadoc | JavadocMethod | Expected @throws tag for 'NotificationException'. | 748 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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.plugins.grubusiness.business.demand.TemporaryStatus. | 45 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 | |
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | ParameterName | Name '_mapFilterCriteria' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 185 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 'strIdDemandType'. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemand'. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'strIdDemandType'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'strNotificationType'. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'strJson'. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |