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
10 0 1 8

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/formspdf/business/TaskCreatePDFConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/business/TaskCreatePDFConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/service/FormsPDFPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/service/RequestAuthenticatorService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/service/TaskCreatePDF.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/utils/FormsPDFConstants.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/web/CreatePDFTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formspdf/web/DoDownloadPDF.java 0 1 1

Rules

Category Rule Violations Severity
coding ReturnCount
  • max: "5"
1
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
8
 Error

Details

fr/paris/lutece/plugins/workflow/modules/formspdf/business/TaskCreatePDFConfig.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/workflow/modules/formspdf/business/TaskCreatePDFConfigDAO.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/workflow/modules/formspdf/service/FormsPDFPlugin.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/workflow/modules/formspdf/service/RequestAuthenticatorService.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/workflow/modules/formspdf/service/TaskCreatePDF.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/workflow/modules/formspdf/utils/FormsPDFConstants.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/workflow/modules/formspdf/web/CreatePDFTaskComponent.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/workflow/modules/formspdf/web/DoDownloadPDF.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
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 80