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
34 0 0 37

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/alertforms/business/Alert.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/alertforms/business/AlertDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/IAlertDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertforms/business/TaskAlertConfig.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertforms/business/TaskAlertConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/AbstractRetrievalType.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/IRetrievalType.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/RetrievalTypeCreationDate.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/RetrievalTypeFactory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/RetrievalTypeFormEntry.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/business/retrieval/RetrievalTypeModificationDate.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/service/AlertPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/service/AlertService.java 0 0 10
fr/paris/lutece/plugins/workflow/modules/alertforms/service/IAlertService.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/alertforms/service/TaskAlert.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/service/daemon/AlertCleanerDaemon.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/service/daemon/AlertDaemon.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/util/annotation/AlertConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/util/constants/AlertConstants.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/util/validation/AlertConfigValidator.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertforms/web/AlertTaskComponent.java 0 0 2

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
21
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 9
 Error
whitespace ParenPad
  • option: "space"
4
 Error

Details

fr/paris/lutece/plugins/workflow/modules/alertforms/business/Alert.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 Unused @param tag for '_bIsExecuted'. 144
 Error
javadoc JavadocMethod Expected @param tag for 'isExecuted'. 147

fr/paris/lutece/plugins/workflow/modules/alertforms/business/AlertDAO.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/alertforms/business/IAlertDAO.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 'executed'. 80

fr/paris/lutece/plugins/workflow/modules/alertforms/business/TaskAlertConfig.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 'nIdQuestionDate'. 113

fr/paris/lutece/plugins/workflow/modules/alertforms/business/TaskAlertConfigDAO.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/alertforms/business/retrieval/AbstractRetrievalType.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/alertforms/business/retrieval/IRetrievalType.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/alertforms/business/retrieval/RetrievalTypeCreationDate.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/alertforms/business/retrieval/RetrievalTypeFactory.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/alertforms/business/retrieval/RetrievalTypeFormEntry.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/alertforms/business/retrieval/RetrievalTypeModificationDate.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/alertforms/service/AlertPlugin.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/alertforms/service/AlertService.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
imports UnusedImports Unused import - java.text.ParseException. 67
 Error
imports UnusedImports Unused import - java.text.SimpleDateFormat. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 345
 Error
whitespace ParenPad '(' is not followed by whitespace. 345
 Error
whitespace ParenPad ')' is not preceded with whitespace. 345
 Error
whitespace ParenPad ')' is not preceded with whitespace. 345
 Error
javadoc JavadocMethod Unused @param tag for 'entry'. 412
 Error
javadoc JavadocMethod Unused @param tag for 'locale'. 414
 Error
javadoc JavadocMethod Expected @param tag for 'question'. 418

fr/paris/lutece/plugins/workflow/modules/alertforms/service/IAlertService.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 'executed'. 68
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 201

fr/paris/lutece/plugins/workflow/modules/alertforms/service/TaskAlert.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/alertforms/service/daemon/AlertCleanerDaemon.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/alertforms/service/daemon/AlertDaemon.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/alertforms/util/annotation/AlertConfig.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/alertforms/util/constants/AlertConstants.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/alertforms/util/validation/AlertConfigValidator.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/alertforms/web/AlertTaskComponent.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.business.state.State. 43