The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
15 | |
RightCurly
|
1 | ||
| coding | DeclarationOrder | 1 | |
| ExplicitInitialization | 3 | ||
| HiddenField | 63 | ||
| design | HideUtilityClassConstructor | 1 | |
| VisibilityModifier | 2 | ||
| header | Header
|
53 | |
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod | 21 | |
| naming | MemberName
|
72 | |
StaticVariableName
|
2 | ||
| TypeName | 2 | ||
| regexp | RegexpSinglelineJava
|
1 | |
RegexpSinglelineJava
|
1 | ||
| whitespace | ParenPad
|
48 | |
WhitespaceAround
|
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 |
| 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 | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| naming | MemberName | Name 'recipientsTo' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'subject' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'message' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'notificationAction' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| naming | MemberName | Name 'idOffer' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 | |
| coding | HiddenField | 'notificationAction' hides a field. | 112 | |
| coding | HiddenField | 'idOffer' hides a field. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. | 2 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 76 | |
| naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 78 | |
| naming | MemberName | Name 'address' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 79 | |
| naming | MemberName | Name 'accessible' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 | |
| naming | MemberName | Name 'accessibleComment' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 81 | |
| naming | MemberName | Name 'metroComment' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 | |
| naming | MemberName | Name 'comment' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 83 | |
| naming | MemberName | Name 'district' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 | |
| naming | MemberName | Name 'contactList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 89 | |
| coding | HiddenField | 'id' hides a field. | 98 | |
| coding | HiddenField | 'name' hides a field. | 165 | |
| coding | HiddenField | 'address' hides a field. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'idContact'. | 273 | |
| coding | HiddenField | 'id' hides a field. | 273 | |
| coding | HiddenField | 'comment' hides a field. | 299 | |
| coding | HiddenField | 'accessible' hides a field. | 316 | |
| coding | HiddenField | 'accessibleComment' hides a field. | 333 | |
| coding | HiddenField | 'metroComment' hides a field. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'metroComment'. | 349 | |
| javadoc | JavadocMethod | Unused @param tag for 'classe'. | 535 | |
| javadoc | JavadocMethod | Expected @param tag for 'contact'. | 539 | |
| coding | HiddenField | 'district' hides a field. | 589 |
| 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 | |
| naming | TypeName | Name 'ProductStatistic_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 | |
| naming | StaticVariableName | Name 'product' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| design | VisibilityModifier | Variable 'product' must be private and have accessor methods. | 49 |
| 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 | |
| naming | TypeName | Name 'PurchaseStatistic_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 | |
| naming | StaticVariableName | Name 'purchase' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| design | VisibilityModifier | Variable 'purchase' must be private and have accessor methods. | 49 |
| 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 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 73 | |
| naming | MemberName | Name 'userName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 75 | |
| naming | MemberName | Name 'offer' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 | |
| naming | MemberName | Name 'quantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 | |
| naming | MemberName | Name 'date' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 83 | |
| naming | MemberName | Name 'heure' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 | |
| naming | MemberName | Name 'emailAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 87 | |
| naming | MemberName | Name 'nameAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 89 | |
| naming | MemberName | Name 'firstNameAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 91 | |
| naming | MemberName | Name 'toDisplay' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 96 | |
| coding | HiddenField | 'userName' hides a field. | 131 | |
| coding | HiddenField | 'quantity' hides a field. | 148 | |
| coding | HiddenField | 'date' hides a field. | 165 | |
| coding | HiddenField | 'toDisplay' hides a field. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | HiddenField | 'offer' hides a field. | 298 | |
| coding | HiddenField | 'nameAgent' hides a field. | 317 | |
| coding | HiddenField | 'firstNameAgent' hides a field. | 334 | |
| coding | HiddenField | 'emailAgent' hides a field. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | HiddenField | 'heure' hides a field. | 380 |
| 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 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 76 | |
| naming | MemberName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 | |
| naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 78 | |
| naming | MemberName | Name 'reductPrice' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 | |
| naming | MemberName | Name 'product' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 | |
| naming | MemberName | Name 'idGenre' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 | |
| naming | MemberName | Name 'typeName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 85 | |
| naming | MemberName | Name 'quantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 88 | |
| naming | MemberName | Name 'initialQuantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 89 | |
| naming | MemberName | Name 'totalQuantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 90 | |
| naming | MemberName | Name 'date' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 94 | |
| naming | MemberName | Name 'hour' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 97 | |
| naming | MemberName | Name 'statut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 98 | |
| naming | MemberName | Name 'dateHour' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 99 | |
| naming | MemberName | Name 'idContact' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 100 | |
| naming | MemberName | Name 'minTickets' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 103 | |
| naming | MemberName | Name 'maxTickets' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 106 | |
| coding | HiddenField | 'description' hides a field. | 142 | |
| coding | HiddenField | 'name' hides a field. | 161 | |
| coding | HiddenField | 'reductPrice' hides a field. | 180 | |
| coding | HiddenField | 'quantity' hides a field. | 199 | |
| coding | HiddenField | 'initialQuantity' hides a field. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 235 | |
| coding | HiddenField | 'totalQuantity' hides a field. | 235 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 235 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 235 | |
| coding | HiddenField | 'hour' hides a field. | 246 | |
| coding | HiddenField | 'date' hides a field. | 265 | |
| coding | HiddenField | 'idGenre' hides a field. | 473 | |
| coding | HiddenField | 'typeName' hides a field. | 494 | |
| coding | HiddenField | 'statut' hides a field. | 515 | |
| coding | HiddenField | 'idContact' hides a field. | 553 | |
| coding | HiddenField | 'minTickets' hides a field. | 581 | |
| coding | HiddenField | 'maxTickets' hides a field. | 600 |
| 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 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 | |
| naming | MemberName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 | |
| naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 | |
| naming | MemberName | Name 'color' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 74 | |
| coding | HiddenField | 'id' hides a field. | 89 | |
| coding | HiddenField | 'description' hides a field. | 110 | |
| coding | HiddenField | 'name' hides a field. | 131 | |
| coding | HiddenField | 'color' hides a field. | 152 |
| 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 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 109 | |
| naming | MemberName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 112 | |
| naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 116 | |
| naming | MemberName | Name 'price' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 120 | |
| naming | MemberName | Name 'idCategory' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 125 | |
| naming | MemberName | Name 'idProvider' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 130 | |
| naming | MemberName | Name 'with' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 133 | |
| naming | MemberName | Name 'startDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 138 | |
| naming | MemberName | Name 'endDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 144 | |
| naming | MemberName | Name 'updateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 148 | |
| naming | MemberName | Name 'website' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 152 | |
| naming | MemberName | Name 'posterName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 155 | |
| naming | MemberName | Name 'providerName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 158 | |
| naming | MemberName | Name 'providerAddress' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 161 | |
| naming | MemberName | Name 'providerMail' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 164 | |
| naming | MemberName | Name 'categoryName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 167 | |
| naming | MemberName | Name 'targetPublic' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 170 | |
| naming | MemberName | Name 'alaffiche' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 173 | |
| naming | MemberName | Name 'categoryColor' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 176 | |
| naming | MemberName | Name 'subscribable' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 179 | |
| naming | MemberName | Name 'idContact' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 181 | |
| naming | MemberName | Name 'availableInvitation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 183 | |
| coding | ExplicitInitialization | Variable 'availableInvitation' explicitly initialized to 'false' (default value for its type). | 183 | |
| naming | MemberName | Name 'availableChildInvitation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 185 | |
| coding | ExplicitInitialization | Variable 'availableChildInvitation' explicitly initialized to 'false' (default value for its type). | 185 | |
| naming | MemberName | Name 'availableReducedPrice' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 187 | |
| coding | ExplicitInitialization | Variable 'availableReducedPrice' explicitly initialized to 'false' (default value for its type). | 187 | |
| coding | HiddenField | 'description' hides a field. | 227 | |
| coding | HiddenField | 'name' hides a field. | 248 | |
| coding | HiddenField | 'price' hides a field. | 269 | |
| coding | HiddenField | 'idCategory' hides a field. | 290 | |
| coding | HiddenField | 'idProvider' hides a field. | 311 | |
| coding | HiddenField | 'with' hides a field. | 332 | |
| coding | HiddenField | 'startDate' hides a field. | 353 | |
| coding | HiddenField | 'endDate' hides a field. | 374 | |
| coding | HiddenField | 'updateDate' hides a field. | 395 | |
| coding | HiddenField | 'website' hides a field. | 416 | |
| coding | HiddenField | 'posterName' hides a field. | 437 | |
| coding | HiddenField | 'providerName' hides a field. | 458 | |
| coding | HiddenField | 'providerAddress' hides a field. | 479 | |
| coding | HiddenField | 'categoryName' hides a field. | 500 | |
| coding | HiddenField | 'subscribable' hides a field. | 520 | |
| javadoc | JavadocMethod | Expected @param tag for 'subscribable'. | 520 | |
| coding | HiddenField | 'providerMail' hides a field. | 745 | |
| coding | HiddenField | 'targetPublic' hides a field. | 776 | |
| coding | HiddenField | 'categoryColor' hides a field. | 818 | |
| coding | HiddenField | 'idContact' hides a field. | 886 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 894 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 901 | |
| coding | HiddenField | 'availableInvitation' hides a field. | 901 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 901 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 901 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 908 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 915 | |
| coding | HiddenField | 'availableChildInvitation' hides a field. | 915 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 915 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 915 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 922 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 929 | |
| coding | HiddenField | 'availableReducedPrice' hides a field. | 929 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 929 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 929 |
| 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 | |
| naming | MemberName | Name 'emailAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'nameAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'firstNameAgent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| coding | HiddenField | 'emailAgent' hides a field. | 66 | |
| coding | HiddenField | 'nameAgent' hides a field. | 83 | |
| coding | HiddenField | 'firstNameAgent' hides a field. | 100 |
| 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 |
| 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 | Unused @param tag for 'nIdsOffer'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'listOffer'. | 83 |
| 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 | Missing a Javadoc comment. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 122 |
| 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 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 283 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 283 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 303 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 303 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 313 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 313 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 316 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 316 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 316 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 316 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 318 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 319 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 319 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 319 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 319 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 320 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 320 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 320 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 320 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 321 |
| 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 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 45 |
| 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.util.AppPropertiesService. | 45 |
| 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.util.AppPropertiesService. | 45 |
| 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 | |
| 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 |