Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
22 0 2 21

Files

File  I  W  E
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/IResourceKeyDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ITaskNotifyDirectoryConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/NotificationTypeEnum.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ResourceKey.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ResourceKeyDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/TaskNotifyDirectoryConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/TaskNotifyDirectoryConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/INotifyDirectoryService.java 0 1 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/IResourceKeyService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/NotifyDirectoryPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/NotifyDirectoryService.java 0 1 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/ResourceKeyService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/TaskNotifyDirectory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/TaskNotifyDirectoryConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/cleaner/DaemonCleanerNotify.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/taskinfo/NotifyDirectoryTaskInfoProvider.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/utils/TaskNotifyDirectoryUtils.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/utils/constants/NotifyDirectoryConstants.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/web/NotifyDirectoryApp.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifydirectory/web/NotifyDirectoryTaskComponent.java 0 0 1

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/wf-module-workflow-notifydirectory-doc-QA/workspace/target/checkstyle-header.txt"
20  Error
modifier RedundantModifier 1  Error
sizes ParameterNumber 2  Warning

Details

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/IResourceKeyDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ITaskNotifyDirectoryConfigDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/NotificationTypeEnum.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error modifier RedundantModifier Redundant 'private' modifier. 54

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ResourceKey.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/ResourceKeyDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/TaskNotifyDirectoryConfig.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/business/TaskNotifyDirectoryConfigDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/INotifyDirectoryService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Warning sizes ParameterNumber More than 7 parameters (found 8). 225

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/IResourceKeyService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/NotifyDirectoryPlugin.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/NotifyDirectoryService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Warning sizes ParameterNumber More than 7 parameters (found 8). 515

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/ResourceKeyService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/TaskNotifyDirectory.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/TaskNotifyDirectoryConfigService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/cleaner/DaemonCleanerNotify.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/service/taskinfo/NotifyDirectoryTaskInfoProvider.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/utils/TaskNotifyDirectoryUtils.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/utils/constants/NotifyDirectoryConstants.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/web/NotifyDirectoryApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/workflow/modules/notifydirectory/web/NotifyDirectoryTaskComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2