The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | DeclarationOrder | 2 | |
| HiddenField | 2 | ||
| javadoc | JavadocMethod | 2 | |
| misc | Translation | 2 | |
| naming | MemberName
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Name 'nIdForm' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 | |
| naming | MemberName | Name 'mapInstances' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 | |
| coding | HiddenField | 'nIdForm' hides a field. | 79 | |
| coding | HiddenField | 'mapInstances' hides a field. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | Translation | Key 'manage.appointmentfactory.title' missing. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | Translation | Key 'manage.apointmentfactory.title' missing. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 83 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 189 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 189 |