The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 67 | 0 | 4 | 1341 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
187 | |
| NeedBraces | 2 | ||
RightCurly
|
5 | ||
| coding | DeclarationOrder | 45 | |
| HiddenField | 155 | ||
| MissingSwitchDefault | 1 | ||
NestedTryDepth
|
2 | ||
| ParameterAssignment | 1 | ||
ReturnCount
|
1 | ||
| design | FinalClass | 1 | |
| MutableException | 1 | ||
| VisibilityModifier | 3 | ||
| header | Header
|
67 | |
| imports | AvoidStarImport | 2 | |
| UnusedImports | 7 | ||
| javadoc | JavadocMethod | 380 | |
| JavadocType | 62 | ||
| naming | MemberName
|
121 | |
ParameterName
|
1 | ||
| sizes | ParameterNumber | 3 | |
| whitespace | ParenPad
|
298 |
| 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. | 40 | |
| naming | MemberName | Name 'code' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'libelle' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'actif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | HiddenField | 'code' hides a field. | 50 | |
| coding | HiddenField | 'libelle' hides a field. | 50 | |
| coding | HiddenField | 'actif' hides a field. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | HiddenField | 'code' hides a field. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | HiddenField | 'libelle' hides a field. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | HiddenField | 'actif' hides a field. | 82 |
| 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. | 38 | |
| naming | MemberName | Name 'idArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| naming | MemberName | Name 'codeArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'libelleArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'idCiviliteMaireArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'nomMaireArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'titreMaireArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'idCiviliteDgsArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| naming | MemberName | Name 'nomDgsArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'rueMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'codePostalMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'communeMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'telMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| naming | MemberName | Name 'faxMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'mailMairieArrondissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 60 | |
| coding | HiddenField | 'idArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'codeArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'libelleArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'idCiviliteMaireArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'nomMaireArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'titreMaireArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'idCiviliteDgsArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'nomDgsArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'rueMairieArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'codePostalMairieArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'communeMairieArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'telMairieArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'faxMairieArrondissement' hides a field. | 60 | |
| coding | HiddenField | 'mailMairieArrondissement' hides a field. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 509 should be on a new line. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| coding | HiddenField | 'idArrondissement' hides a field. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| coding | HiddenField | 'codeArrondissement' hides a field. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| coding | HiddenField | 'libelleArrondissement' hides a field. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| coding | HiddenField | 'idCiviliteMaireArrondissement' hides a field. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| coding | HiddenField | 'nomMaireArrondissement' hides a field. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| coding | HiddenField | 'titreMaireArrondissement' hides a field. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| coding | HiddenField | 'idCiviliteDgsArrondissement' hides a field. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| coding | HiddenField | 'nomDgsArrondissement' hides a field. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| coding | HiddenField | 'rueMairieArrondissement' hides a field. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| coding | HiddenField | 'codePostalMairieArrondissement' hides a field. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| coding | HiddenField | 'communeMairieArrondissement' hides a field. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| coding | HiddenField | 'telMairieArrondissement' hides a field. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 186 | |
| coding | HiddenField | 'faxMairieArrondissement' hides a field. | 186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 194 | |
| coding | HiddenField | 'mailMairieArrondissement' hides a field. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 199 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 202 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 202 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 202 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 202 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 211 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'idCommune' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'codeCommune' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'labelCommune' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'departement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| naming | MemberName | Name 'cpCommune' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | ParameterName | Name 'Departement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 |
| 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. | 37 | |
| naming | MemberName | Name 'libelle' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 39 | |
| design | VisibilityModifier | Variable 'libelle' must be private and have accessor methods. | 39 | |
| naming | MemberName | Name 'codePostal' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| design | VisibilityModifier | Variable 'codePostal' must be private and have accessor methods. | 40 | |
| naming | MemberName | Name 'codeInsee' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| design | VisibilityModifier | Variable 'codeInsee' must be private and have accessor methods. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | HiddenField | 'libelle' hides a field. | 47 | |
| coding | HiddenField | 'codePostal' hides a field. | 47 | |
| coding | HiddenField | 'codeInsee' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | HiddenField | 'libelle' hides a field. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'codePostal' hides a field. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | HiddenField | 'codeInsee' hides a field. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'valeur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'valeur' hides a field. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'idDepartement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'codeDepartement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'labelDepartement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'actif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'valeur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'valeur' hides a field. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'idPays' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'code' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'labelCourt' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'labelLong' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
| 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. | 39 | |
| naming | MemberName | Name 'idSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'codeSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'libelleSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'idCiviliteMaireSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'nomMaireSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'titreMaireSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'idCiviliteDgsSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| naming | MemberName | Name 'nomDgsSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'rueMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'codePostalMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'communeMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'telMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| naming | MemberName | Name 'faxMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'mailMairieSecteur' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | ParameterNumber | More than 7 parameters (found 15). | 61 | |
| coding | HiddenField | 'idSecteur' hides a field. | 61 | |
| coding | HiddenField | 'codeSecteur' hides a field. | 61 | |
| coding | HiddenField | 'libelleSecteur' hides a field. | 61 | |
| coding | HiddenField | 'idCiviliteMaireSecteur' hides a field. | 61 | |
| coding | HiddenField | 'nomMaireSecteur' hides a field. | 61 | |
| coding | HiddenField | 'titreMaireSecteur' hides a field. | 61 | |
| coding | HiddenField | 'idCiviliteDgsSecteur' hides a field. | 61 | |
| coding | HiddenField | 'nomDgsSecteur' hides a field. | 61 | |
| coding | HiddenField | 'rueMairieSecteur' hides a field. | 61 | |
| coding | HiddenField | 'codePostalMairieSecteur' hides a field. | 61 | |
| coding | HiddenField | 'communeMairieSecteur' hides a field. | 61 | |
| coding | HiddenField | 'telMairieSecteur' hides a field. | 61 | |
| coding | HiddenField | 'faxMairieSecteur' hides a field. | 61 | |
| coding | HiddenField | 'mailMairieSecteur' hides a field. | 61 | |
| blocks | LeftCurly | '{' at column 415 should be on a new line. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| coding | HiddenField | 'idSecteur' hides a field. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| coding | HiddenField | 'codeSecteur' hides a field. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| coding | HiddenField | 'libelleSecteur' hides a field. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| coding | HiddenField | 'idCiviliteMaireSecteur' hides a field. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| coding | HiddenField | 'nomMaireSecteur' hides a field. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| coding | HiddenField | 'titreMaireSecteur' hides a field. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| coding | HiddenField | 'idCiviliteDgsSecteur' hides a field. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| coding | HiddenField | 'nomDgsSecteur' hides a field. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| coding | HiddenField | 'rueMairieSecteur' hides a field. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| coding | HiddenField | 'codePostalMairieSecteur' hides a field. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| coding | HiddenField | 'communeMairieSecteur' hides a field. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| coding | HiddenField | 'telMairieSecteur' hides a field. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 179 | |
| coding | HiddenField | 'faxMairieSecteur' hides a field. | 179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| coding | HiddenField | 'mailMairieSecteur' hides a field. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 195 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 203 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 211 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 212 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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.referentielfo.v1.model.dispositif.referentiel.*. | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 40 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'dateCreation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'dateModification' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'typeDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'libelleDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| naming | MemberName | Name 'sourceDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| naming | MemberName | Name 'tempsDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'directionDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'typologieFinanciereDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'groupeDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'donneeFinanciere' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| coding | HiddenField | 'id' hides a field. | 58 | |
| coding | HiddenField | 'dateCreation' hides a field. | 58 | |
| coding | HiddenField | 'dateModification' hides a field. | 58 | |
| coding | HiddenField | 'typeDispositif' hides a field. | 58 | |
| coding | HiddenField | 'libelleDispositif' hides a field. | 58 | |
| coding | HiddenField | 'sourceDispositif' hides a field. | 59 | |
| coding | HiddenField | 'tempsDispositif' hides a field. | 59 | |
| coding | HiddenField | 'directionDispositif' hides a field. | 59 | |
| coding | HiddenField | 'typologieFinanciereDispositif' hides a field. | 60 | |
| coding | HiddenField | 'donneeFinanciere' hides a field. | 60 | |
| coding | HiddenField | 'groupeDispositif' hides a field. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | HiddenField | 'id' hides a field. | 79 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | HiddenField | 'typeDispositif' hides a field. | 87 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | HiddenField | 'libelleDispositif' hides a field. | 95 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | HiddenField | 'sourceDispositif' hides a field. | 103 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | HiddenField | 'tempsDispositif' hides a field. | 111 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | HiddenField | 'directionDispositif' hides a field. | 119 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | HiddenField | 'typologieFinanciereDispositif' hides a field. | 127 | |
| blocks | LeftCurly | '{' at column 124 should be on a new line. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | HiddenField | 'donneeFinanciere' hides a field. | 135 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| coding | HiddenField | 'dateCreation' hides a field. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| coding | HiddenField | 'dateModification' hides a field. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | HiddenField | 'groupeDispositif' hides a field. | 160 |
| 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. | 39 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 39 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'eligibiliteCesu' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'imputationBudgetaire' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'ligneImputation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'uniteOeuvre' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'statut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| coding | HiddenField | 'id' hides a field. | 52 | |
| coding | HiddenField | 'eligibiliteCesu' hides a field. | 52 | |
| coding | HiddenField | 'imputationBudgetaire' hides a field. | 52 | |
| coding | HiddenField | 'ligneImputation' hides a field. | 52 | |
| coding | HiddenField | 'uniteOeuvre' hides a field. | 52 | |
| coding | HiddenField | 'statut' hides a field. | 52 | |
| blocks | LeftCurly | '{' at column 197 should be on a new line. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | HiddenField | 'id' hides a field. | 65 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | HiddenField | 'eligibiliteCesu' hides a field. | 77 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | HiddenField | 'imputationBudgetaire' hides a field. | 85 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | HiddenField | 'ligneImputation' hides a field. | 93 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | HiddenField | 'uniteOeuvre' hides a field. | 101 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | HiddenField | 'statut' hides a field. | 109 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 109 |
| 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. | 40 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 40 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'gpDispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'dispositif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | HiddenField | 'id' hides a field. | 49 | |
| coding | HiddenField | 'gpDispositif' hides a field. | 49 | |
| coding | HiddenField | 'dispositif' hides a field. | 49 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | HiddenField | 'id' hides a field. | 59 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | HiddenField | 'gpDispositif' hides a field. | 67 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | HiddenField | 'dispositif' hides a field. | 75 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 75 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 48 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 49 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| 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. | 38 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Missing a header - not enough lines in file. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 14 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 15 |
| 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. | 37 | |
| naming | MemberName | Name 'idEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 39 | |
| naming | MemberName | Name 'numeroVoie' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| naming | MemberName | Name 'adresse' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'codePostal' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'ville' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'pays' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | HiddenField | 'numeroVoie' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | HiddenField | 'adresse' hides a field. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | HiddenField | 'codePostal' hides a field. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | HiddenField | 'ville' hides a field. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | HiddenField | 'pays' hides a field. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | HiddenField | 'idEtablissement' hides a field. | 101 |
| 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. | 40 | |
| naming | MemberName | Name 'idEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'denomination' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'circonscription' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | HiddenField | 'idEtablissement' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | HiddenField | 'denomination' hides a field. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | HiddenField | 'circonscription' hides a field. | 71 |
| 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. | 37 | |
| naming | MemberName | Name 'capaciteTheorique' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 39 | |
| naming | MemberName | Name 'nombreEleve' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| naming | MemberName | Name 'nombreClasses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | HiddenField | 'capaciteTheorique' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | HiddenField | 'nombreEleve' hides a field. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | 'nombreClasses' hides a field. | 69 |
| 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 | |
| naming | MemberName | Name 'idEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'typeEnseignement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'natureEnseignement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | HiddenField | 'typeEnseignement' hides a field. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | HiddenField | 'natureEnseignement' hides a field. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | HiddenField | 'idEtablissement' hides a field. | 73 |
| 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. | 46 | |
| naming | MemberName | Name 'codeUo' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'idEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'idEquipement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'nomEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'nomEquipement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| naming | MemberName | Name 'numeroTelephone' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'rectorat' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| naming | MemberName | Name 'direction' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 | |
| naming | MemberName | Name 'effectif' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 | |
| naming | MemberName | Name 'listEnseignement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 | |
| naming | MemberName | Name 'listStatut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 | |
| naming | MemberName | Name 'listResponsable' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 | |
| naming | MemberName | Name 'listAdresse' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 | |
| naming | MemberName | Name 'listTypeEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 | |
| naming | MemberName | Name 'listCirconscription' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | HiddenField | 'codeUo' hides a field. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | HiddenField | 'nomEtablissement' hides a field. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | HiddenField | 'nomEquipement' hides a field. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | HiddenField | 'numeroTelephone' hides a field. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | HiddenField | 'rectorat' hides a field. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | HiddenField | 'direction' hides a field. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | HiddenField | 'effectif' hides a field. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | HiddenField | 'listEnseignement' hides a field. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | HiddenField | 'listStatut' hides a field. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | HiddenField | 'listResponsable' hides a field. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | HiddenField | 'listAdresse' hides a field. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | HiddenField | 'listTypeEtablissement' hides a field. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | HiddenField | 'listCirconscription' hides a field. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | HiddenField | 'idEtablissement' hides a field. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| coding | HiddenField | 'idEquipement' hides a field. | 210 |
| 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. | 39 | |
| naming | MemberName | Name 'etablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'statutEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | HiddenField | 'etablissement' hides a field. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | HiddenField | 'statutEtablissement' hides a field. | 60 |
| 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. | 40 | |
| naming | MemberName | Name 'etablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'typeEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | HiddenField | 'etablissement' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | HiddenField | 'typeEtablissement' hides a field. | 61 |
| 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. | 39 | |
| naming | MemberName | Name 'idEtablissement' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'nom' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'prenom' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'email' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'typeResponsable' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | HiddenField | 'nom' hides a field. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | HiddenField | 'prenom' hides a field. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | HiddenField | 'email' hides a field. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | HiddenField | 'typeResponsable' hides a field. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | HiddenField | 'idEtablissement' hides a field. | 94 |
| 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. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| design | MutableException | The field '_errorJsonResponse' must be declared final. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| 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. | 39 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'libelleSuperThematique' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | HiddenField | 'id' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | HiddenField | 'libelleSuperThematique' hides a field. | 59 |
| 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 | |
| naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| naming | MemberName | Name 'intituleThematique' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| naming | MemberName | Name 'numeroLotThematique' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 | |
| naming | MemberName | Name 'superThematique' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | HiddenField | 'id' hides a field. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | HiddenField | 'intituleThematique' hides a field. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | HiddenField | 'numeroLotThematique' hides a field. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | HiddenField | 'superThematique' hides a field. | 83 |
| 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. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| 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. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| 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. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | ParameterAssignment | Assignment of parameter 'mapHeadersRequest' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
| 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 Constants should be declared as final. | 38 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 44 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 45 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 46 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 47 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 48 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 49 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 50 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 51 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 52 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 53 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 54 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 55 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 56 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 57 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 58 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 59 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 60 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 63 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 64 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 65 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 66 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 67 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 68 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 69 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 70 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 71 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 72 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 73 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 74 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 75 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 76 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 77 | |
| 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 | DeclarationOrder | Static variable definition in wrong order. | 81 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 87 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 91 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 93 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 95 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 96 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 98 |
| 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.referentielfo.v1.model.SecteurDto. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| 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 - java.util.Optional. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 52 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 60 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| 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.referentielfo.v1.model.PaysDto. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| 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-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.referentielfo.v1.model.PaysDto. | 37 | |
| imports | UnusedImports | Unused import - java.util.List. | 40 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| 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. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| 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 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'idEtablissement'. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 49 | |
| javadoc | JavadocMethod | Expected @return tag. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'codeUoEtablissement'. | 58 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 65 | |
| javadoc | JavadocMethod | Expected @return tag. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'etablissement'. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'etablissement'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 80 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| 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 | |
| javadoc | JavadocMethod | Expected @param tag for 'libellePays'. | 50 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 58 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ReferentielException'. | 66 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| 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-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| 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. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 |
| 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. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 |
| 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. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
| 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. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 - java.util.*. | 46 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 218 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 239 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 260 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
| 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. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 193 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
| 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. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
| 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. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
| 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. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 |
| 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. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 181 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 |
| 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. | 55 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 55 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| naming | MemberName | Name 'enUsFormat' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 | |
| naming | MemberName | Name 'localFormat' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 68 | |
| naming | MemberName | Name 'iso8601Format' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 | |
| naming | MemberName | Name 'ricFormat' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 | |
| naming | MemberName | Name 'altTimestampFormat' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 118 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 123 | |
| blocks | LeftCurly | '{' at column 21 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 128 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 133 | |
| coding | NestedTryDepth | Nested try depth is 4 (max allowed is 3). | 135 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| blocks | RightCurly | '}' at column 25 should be alone on a line. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 138 | |
| coding | NestedTryDepth | Nested try depth is 5 (max allowed is 3). | 140 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 156 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 161 |