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 | Error |
HiddenField | 2 | Error | |
javadoc | JavadocMethod | 2 | Error |
misc | Translation | 2 | Error |
naming | MemberName
|
2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | MemberName | Name 'nIdForm' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | naming | MemberName | Name 'mapInstances' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
Error | coding | HiddenField | 'nIdForm' hides a field. | 79 |
Error | coding | HiddenField | 'mapInstances' hides a field. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'manage.appointmentfactory.title' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'manage.apointmentfactory.title' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 83 |
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 129 |
Error | javadoc | JavadocMethod | Expected @param tag for 'request'. | 189 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 189 |