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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/htmlpage/modules/rest/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/htmlpage/modules/rest/rs/HtmlPageRest.java 0 0 3
fr/paris/lutece/plugins/htmlpage/modules/rest/util/AllowCorsOriginUtil.java 0 0 4

Rules

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

Details

fr/paris/lutece/plugins/htmlpage/modules/rest/rs/Constants.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/htmlpage/modules/rest/rs/HtmlPageRest.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 JavadocMethod Expected @param tag for 'request'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'responseBuilder'. 102

fr/paris/lutece/plugins/htmlpage/modules/rest/util/AllowCorsOriginUtil.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
design FinalClass Class AllowCorsOriginUtil should be declared as final. 50
 Error
javadoc JavadocMethod Expected @param tag for 'responseBuilder'. 74
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 74