Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
18 0 0 21

Files

File
 I
 W
 E
fr/paris/lutece/plugins/appointment/modules/appointmentfilling/constant/FillingFormConstants.java 0 0 3
fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/FillingFormService.java 0 0 2
fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/IFillingForm.java 0 0 9
fr/paris/lutece/plugins/appointment/modules/appointmentfilling/web/FillingAppointmentForm.java 0 0 7

Rules

Category Rule Violations Severity
coding DeclarationOrder 1
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Error
javadoc JavadocMethod 9
 Error
JavadocType 4
 Error
modifier RedundantModifier 2
 Error

Details

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/constant/FillingFormConstants.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 36
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/FillingFormService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 53

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/service/IFillingForm.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 40
 Error
modifier RedundantModifier Redundant 'public' modifier. 49
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 49
 Error
javadoc JavadocMethod Expected @param tag for 'appointment'. 49
 Error
modifier RedundantModifier Redundant 'public' modifier. 60
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 60
 Error
javadoc JavadocMethod Expected @param tag for 'nIdForm'. 60
 Error
javadoc JavadocMethod Expected @param tag for 'appointment'. 60

fr/paris/lutece/plugins/appointment/modules/appointmentfilling/web/FillingAppointmentForm.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 54
 Error
coding DeclarationOrder Variable access definition in wrong order. 64
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 79
 Error
javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 79
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 79
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 79