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
16 0 0 5

Files

File
 I
 W
 E
fr/paris/lutece/plugins/appointmentgru/business/AppointmentGru.java 0 0 1
fr/paris/lutece/plugins/appointmentgru/services/AppointmentGruService.java 0 0 4

Rules

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

Details

fr/paris/lutece/plugins/appointmentgru/business/AppointmentGru.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

fr/paris/lutece/plugins/appointmentgru/services/AppointmentGruService.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
coding DeclarationOrder Variable access definition in wrong order. 70
 Error
javadoc JavadocMethod Expected @return tag. 164
 Error
javadoc JavadocMethod Missing a Javadoc comment. 235