Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
6 0 0 10

Rules

Category Rule Violations Severity
coding DeclarationOrder 2  Error
HiddenField 2  Error
javadoc JavadocMethod 2  Error
misc Translation 2  Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2  Error

Details

fr/paris/lutece/plugins/appointmentfactory/business/AppointmentFactoryDTO.java

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

fr/paris/lutece/plugins/appointmentfactory/resources/appointmentfactory_messages_en.properties

Severity Category Rule Message Line
 Error misc Translation Key 'manage.appointmentfactory.title' missing.

fr/paris/lutece/plugins/appointmentfactory/resources/appointmentfactory_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'manage.apointmentfactory.title' missing.

fr/paris/lutece/plugins/appointmentfactory/web/ManageAppointmentfactoryJspBean.java

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