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
32 0 2 178

Files

File  I  W  E
fr/paris/lutece/plugins/appstore/business/Application.java 0 0 1
fr/paris/lutece/plugins/appstore/business/ApplicationDAO.java 0 0 1
fr/paris/lutece/plugins/appstore/business/ApplicationHome.java 0 0 3
fr/paris/lutece/plugins/appstore/business/Category.java 0 0 1
fr/paris/lutece/plugins/appstore/business/CategoryDAO.java 0 0 1
fr/paris/lutece/plugins/appstore/business/CategoryHome.java 0 0 1
fr/paris/lutece/plugins/appstore/business/Component.java 0 0 1
fr/paris/lutece/plugins/appstore/business/ComponentDAO.java 0 0 1
fr/paris/lutece/plugins/appstore/business/ComponentHome.java 0 0 1
fr/paris/lutece/plugins/appstore/business/IApplicationDAO.java 0 0 7
fr/paris/lutece/plugins/appstore/business/ICategoryDAO.java 0 0 3
fr/paris/lutece/plugins/appstore/business/IComponentDAO.java 0 0 6
fr/paris/lutece/plugins/appstore/business/IIconDAO.java 0 0 1
fr/paris/lutece/plugins/appstore/business/IReferenceItem.java 0 0 1
fr/paris/lutece/plugins/appstore/business/Icon.java 0 0 1
fr/paris/lutece/plugins/appstore/business/IconDAO.java 0 0 7
fr/paris/lutece/plugins/appstore/business/IconHome.java 0 0 1
fr/paris/lutece/plugins/appstore/resources/appstore_messages.properties 0 0 28
fr/paris/lutece/plugins/appstore/resources/appstore_messages_en.properties 0 0 58
fr/paris/lutece/plugins/appstore/resources/appstore_messages_fr.properties 0 0 28
fr/paris/lutece/plugins/appstore/service/AppStorePlugin.java 0 0 1
fr/paris/lutece/plugins/appstore/service/ApplicationExtendableResourceService.java 0 0 2
fr/paris/lutece/plugins/appstore/service/ComponentInfoService.java 0 0 2
fr/paris/lutece/plugins/appstore/service/IconService.java 0 0 1
fr/paris/lutece/plugins/appstore/service/UpdaterDaemon.java 0 0 1
fr/paris/lutece/plugins/appstore/service/UpdaterService.java 0 0 2
fr/paris/lutece/plugins/appstore/web/AppStoreApp.java 0 0 5
fr/paris/lutece/plugins/appstore/web/AppStoreJspBean.java 0 0 4
fr/paris/lutece/plugins/appstore/web/ApplicationJspBean.java 0 2 3
fr/paris/lutece/plugins/appstore/web/CategoryJspBean.java 0 0 1
fr/paris/lutece/plugins/appstore/web/ComponentJspBean.java 0 0 1
fr/paris/lutece/plugins/appstore/web/IconJspBean.java 0 0 3

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 2  Error
ReturnCount
  • max: "5"
2  Warning
design HideUtilityClassConstructor 2  Error
VisibilityModifier 3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/apps-plugin-appstore-doc-QA/workspace/target/checkstyle-header.txt"
29  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 24  Error
misc Translation 114  Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
3  Error

Details

fr/paris/lutece/plugins/appstore/business/Application.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/appstore/business/ApplicationDAO.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/appstore/business/ApplicationHome.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 javadoc JavadocMethod Missing a Javadoc comment. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 127

fr/paris/lutece/plugins/appstore/business/Category.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/appstore/business/CategoryDAO.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/appstore/business/CategoryHome.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/appstore/business/Component.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/appstore/business/ComponentDAO.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/appstore/business/ComponentHome.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/appstore/business/IApplicationDAO.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 javadoc JavadocMethod Unused @param tag for 'strId'. 81
 Error javadoc JavadocMethod Expected @param tag for 'nKey'. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100

fr/paris/lutece/plugins/appstore/business/ICategoryDAO.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 javadoc JavadocMethod Unused @param tag for 'strId'. 81
 Error javadoc JavadocMethod Expected @param tag for 'nKey'. 87

fr/paris/lutece/plugins/appstore/business/IComponentDAO.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 javadoc JavadocMethod Unused @param tag for 'strId'. 82
 Error javadoc JavadocMethod Expected @param tag for 'nKey'. 88
 Error javadoc JavadocMethod Unused @param tag for 'plugin'. 104
 Error javadoc JavadocMethod Expected @param tag for '_plugin'. 108
 Error naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 108

fr/paris/lutece/plugins/appstore/business/IIconDAO.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/appstore/business/IReferenceItem.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/appstore/business/Icon.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/appstore/business/IconDAO.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 javadoc JavadocMethod Missing a Javadoc comment. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 150
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Error javadoc JavadocMethod Missing a Javadoc comment. 196

fr/paris/lutece/plugins/appstore/business/IconHome.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/appstore/resources/appstore_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'create_application.rowTitleId_application' missing.
 Error misc Translation Key 'create_category.rowTitleId_category' missing.
 Error misc Translation Key 'create_component.rowTitleId_component' missing.
 Error misc Translation Key 'manage_application.actionDelete' missing.
 Error misc Translation Key 'manage_application.actionModify' missing.
 Error misc Translation Key 'manage_application.columnAction' missing.
 Error misc Translation Key 'manage_application.columnId_application' missing.
 Error misc Translation Key 'manage_application.labelManagement' missing.
 Error misc Translation Key 'manage_appstore.labelManagement' missing.
 Error misc Translation Key 'manage_appstores.pageTitle' missing.
 Error misc Translation Key 'manage_appstores.tableLabel' missing.
 Error misc Translation Key 'manage_category.actionDelete' missing.
 Error misc Translation Key 'manage_category.actionModify' missing.
 Error misc Translation Key 'manage_category.columnAction' missing.
 Error misc Translation Key 'manage_category.columnId_category' missing.
 Error misc Translation Key 'manage_category.labelManagement' missing.
 Error misc Translation Key 'manage_component.actionDelete' missing.
 Error misc Translation Key 'manage_component.actionModify' missing.
 Error misc Translation Key 'manage_component.columnAction' missing.
 Error misc Translation Key 'manage_component.columnId_component' missing.
 Error misc Translation Key 'manage_component.labelManagement' missing.
 Error misc Translation Key 'manage_component.pageTitle' missing.
 Error misc Translation Key 'modify_application.buttonModifyApplication' missing.
 Error misc Translation Key 'modify_application.rowTitleId_application' missing.
 Error misc Translation Key 'modify_category.buttonModifyCategory' missing.
 Error misc Translation Key 'modify_category.rowTitleId_category' missing.
 Error misc Translation Key 'modify_component.buttonModifyComponent' missing.
 Error misc Translation Key 'modify_component.rowTitleId_component' missing.

fr/paris/lutece/plugins/appstore/resources/appstore_messages_en.properties

Severity Category Rule Message Line
 Error misc Translation Key 'application.buttonDownloadPOM' missing.
 Error misc Translation Key 'application.buttonDownloadSQL' missing.
 Error misc Translation Key 'application.buttonDownloadWebapp' missing.
 Error misc Translation Key 'application.columnDescription' missing.
 Error misc Translation Key 'application.columnName' missing.
 Error misc Translation Key 'application.columnVersion' missing.
 Error misc Translation Key 'application.labelMavenBuild' missing.
 Error misc Translation Key 'application.tabComponents' missing.
 Error misc Translation Key 'application.tabInstallation' missing.
 Error misc Translation Key 'application.tabPresentation' missing.
 Error misc Translation Key 'application.tabUsers' missing.
 Error misc Translation Key 'application.titleComponents' missing.
 Error misc Translation Key 'appstore.buttonChoose' missing.
 Error misc Translation Key 'appstore.subtitle' missing.
 Error misc Translation Key 'appstore.title' missing.
 Error misc Translation Key 'create_application.rowTitleArtifactId' missing.
 Error misc Translation Key 'create_application.rowTitleInstallation' missing.
 Error misc Translation Key 'create_application.rowTitlePresentation' missing.
 Error misc Translation Key 'create_application.rowTitlePublishStatus' missing.
 Error misc Translation Key 'create_application.rowTitleVersion' missing.
 Error misc Translation Key 'create_icon.button_cancel' missing.
 Error misc Translation Key 'create_icon.button_save' missing.
 Error misc Translation Key 'create_icon.label_file' missing.
 Error misc Translation Key 'create_icon.label_file_comment' missing.
 Error misc Translation Key 'create_icon.label_height' missing.
 Error misc Translation Key 'create_icon.label_height_comment' missing.
 Error misc Translation Key 'create_icon.label_name' missing.
 Error misc Translation Key 'create_icon.label_name_comment' missing.
 Error misc Translation Key 'create_icon.label_width' missing.
 Error misc Translation Key 'create_icon.label_width_comment' missing.
 Error misc Translation Key 'create_icon.page_title' missing.
 Error misc Translation Key 'create_icon.title' missing.
 Error misc Translation Key 'daemon.updater.description' missing.
 Error misc Translation Key 'daemon.updater.name' missing.
 Error misc Translation Key 'label.notPublished' missing.
 Error misc Translation Key 'label.published' missing.
 Error misc Translation Key 'manage_application.columnPublishStatus' missing.
 Error misc Translation Key 'manage_icon.button_create' missing.
 Error misc Translation Key 'manage_icon.button_items_per_page' missing.
 Error misc Translation Key 'manage_icon.label_items_per_page' missing.
 Error misc Translation Key 'manage_icon.page_title' missing.
 Error misc Translation Key 'manage_icon.row_actions' missing.
 Error misc Translation Key 'manage_icon.row_icon' missing.
 Error misc Translation Key 'manage_icon.row_name' missing.
 Error misc Translation Key 'manage_icon.title' missing.
 Error misc Translation Key 'manage_icon.title_delete' missing.
 Error misc Translation Key 'manage_icon.title_modify' missing.
 Error misc Translation Key 'modify_application.rowTitleArtifactId' missing.
 Error misc Translation Key 'modify_application.rowTitleInstallation' missing.
 Error misc Translation Key 'modify_application.rowTitlePresentation' missing.
 Error misc Translation Key 'modify_application.rowTitlePublishStatus' missing.
 Error misc Translation Key 'modify_application.rowTitleVersion' missing.
 Error misc Translation Key 'modify_icon.page_title' missing.
 Error misc Translation Key 'modify_icon.title' missing.
 Error misc Translation Key 'pageTitle.manageApplications' missing.
 Error misc Translation Key 'pageTitle.manageCategories' missing.
 Error misc Translation Key 'pageTitle.manageComponents' missing.
 Error misc Translation Key 'pageTitle.manageIcons' missing.

fr/paris/lutece/plugins/appstore/resources/appstore_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'create_application.rowTitleId_application' missing.
 Error misc Translation Key 'create_category.rowTitleId_category' missing.
 Error misc Translation Key 'create_component.rowTitleId_component' missing.
 Error misc Translation Key 'manage_application.actionDelete' missing.
 Error misc Translation Key 'manage_application.actionModify' missing.
 Error misc Translation Key 'manage_application.columnAction' missing.
 Error misc Translation Key 'manage_application.columnId_application' missing.
 Error misc Translation Key 'manage_application.labelManagement' missing.
 Error misc Translation Key 'manage_appstore.labelManagement' missing.
 Error misc Translation Key 'manage_appstores.pageTitle' missing.
 Error misc Translation Key 'manage_appstores.tableLabel' missing.
 Error misc Translation Key 'manage_category.actionDelete' missing.
 Error misc Translation Key 'manage_category.actionModify' missing.
 Error misc Translation Key 'manage_category.columnAction' missing.
 Error misc Translation Key 'manage_category.columnId_category' missing.
 Error misc Translation Key 'manage_category.labelManagement' missing.
 Error misc Translation Key 'manage_component.actionDelete' missing.
 Error misc Translation Key 'manage_component.actionModify' missing.
 Error misc Translation Key 'manage_component.columnAction' missing.
 Error misc Translation Key 'manage_component.columnId_component' missing.
 Error misc Translation Key 'manage_component.labelManagement' missing.
 Error misc Translation Key 'manage_component.pageTitle' missing.
 Error misc Translation Key 'modify_application.buttonModifyApplication' missing.
 Error misc Translation Key 'modify_application.rowTitleId_application' missing.
 Error misc Translation Key 'modify_category.buttonModifyCategory' missing.
 Error misc Translation Key 'modify_category.rowTitleId_category' missing.
 Error misc Translation Key 'modify_component.buttonModifyComponent' missing.
 Error misc Translation Key 'modify_component.rowTitleId_component' missing.

fr/paris/lutece/plugins/appstore/service/AppStorePlugin.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/appstore/service/ApplicationExtendableResourceService.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 imports UnusedImports Unused import - fr.paris.lutece.portal.web.constants.Parameters. 41

fr/paris/lutece/plugins/appstore/service/ComponentInfoService.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 design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 53

fr/paris/lutece/plugins/appstore/service/IconService.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/appstore/service/UpdaterDaemon.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/appstore/service/UpdaterService.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 design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 42

fr/paris/lutece/plugins/appstore/web/AppStoreApp.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 javadoc JavadocMethod Missing a Javadoc comment. 105
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 148

fr/paris/lutece/plugins/appstore/web/AppStoreJspBean.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 design VisibilityModifier Variable '_nDefaultItemsPerPage' must be private and have accessor methods. 50
 Error design VisibilityModifier Variable '_strCurrentPageIndex' must be private and have accessor methods. 51
 Error design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 52

fr/paris/lutece/plugins/appstore/web/ApplicationJspBean.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 coding ReturnCount Return count is 8 (max allowed is 5). 179
 Warning coding ReturnCount Return count is 9 (max allowed is 5). 310
 Error javadoc JavadocMethod Missing a Javadoc comment. 386
 Error javadoc JavadocMethod Missing a Javadoc comment. 403

fr/paris/lutece/plugins/appstore/web/CategoryJspBean.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/appstore/web/ComponentJspBean.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/appstore/web/IconJspBean.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 coding ArrayTrailingComma Array should contain trailing comma. 333
 Error coding ArrayTrailingComma Array should contain trailing comma. 352