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
30 0 0 29

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/rest/business/actionresult/AbstractActionResult.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/business/actionresult/FailedActionResult.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/business/actionresult/IActionResult.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/business/actionresult/SuccessfulActionResult.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/business/resourceinfo/StateInfo.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/rs/ActionRest.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/rest/rs/ResourceWorkflowRest.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/rs/StateRest.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/rs/WorkflowRest.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/IWorkflowRestService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/WorkflowRestService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ActionFormatterJson.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ActionFormatterXml.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ActionResultFormatterJson.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ActionResultFormatterXml.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ResourceWorkflowFormatterJson.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/ResourceWorkflowFormatterXml.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/StateFormatterJson.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/StateFormatterXml.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/WorkflowFormatterJson.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/formatters/WorkflowFormatterXml.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/resourceinfo/StateInfoProvider.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/writers/ActionResultWriter.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/writers/ActionWriter.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/writers/ResourceWorkflowWriter.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/writers/StateWriter.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/service/writers/WorkflowWriter.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/rest/util/constants/WorkflowRestConstants.java 0 0 1

Rules

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

Details

fr/paris/lutece/plugins/workflow/modules/rest/business/actionresult/AbstractActionResult.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/rest/business/actionresult/FailedActionResult.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/rest/business/actionresult/IActionResult.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/rest/business/actionresult/SuccessfulActionResult.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/rest/business/resourceinfo/StateInfo.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/rest/rs/ActionRest.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 'nIdWorkflow'. 142

fr/paris/lutece/plugins/workflow/modules/rest/rs/ResourceWorkflowRest.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/rest/rs/StateRest.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/rest/rs/WorkflowRest.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/rest/service/IWorkflowRestService.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/rest/service/WorkflowRestService.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/rest/service/formatters/ActionFormatterJson.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/rest/service/formatters/ActionFormatterXml.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/rest/service/formatters/ActionResultFormatterJson.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/rest/service/formatters/ActionResultFormatterXml.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/rest/service/formatters/ResourceWorkflowFormatterJson.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/rest/service/formatters/ResourceWorkflowFormatterXml.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/rest/service/formatters/StateFormatterJson.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/rest/service/formatters/StateFormatterXml.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/rest/service/formatters/WorkflowFormatterJson.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/rest/service/formatters/WorkflowFormatterXml.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/rest/service/resourceinfo/StateInfoProvider.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/rest/service/writers/ActionResultWriter.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/rest/service/writers/ActionWriter.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/rest/service/writers/ResourceWorkflowWriter.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/rest/service/writers/StateWriter.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/rest/service/writers/WorkflowWriter.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/rest/util/constants/WorkflowRestConstants.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