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
50 0 0 59

Files

File
 I
 W
 E
fr/paris/lutece/plugins/mydashboard/business/DashboardAssociation.java 0 0 3
fr/paris/lutece/plugins/mydashboard/business/DashboardAssociationDAO.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/DashboardAssociationHome.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/IDashboardAssociationDAO.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/IMyDashboardConfigurationDAO.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/IPanelDAO.java 0 0 3
fr/paris/lutece/plugins/mydashboard/business/MyDashboardConfiguration.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/MyDashboardConfigurationDAO.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/Panel.java 0 0 3
fr/paris/lutece/plugins/mydashboard/business/PanelDAO.java 0 0 1
fr/paris/lutece/plugins/mydashboard/business/PanelHome.java 0 0 4
fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortlet.java 0 0 3
fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortletDAO.java 0 0 16
fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortletHome.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/nickname/service/MyDashboardComponentNickname.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/nickname/web/MyDashboardNicknameApp.java 0 0 2
fr/paris/lutece/plugins/mydashboard/service/IMyDashboardComponent.java 0 0 1
fr/paris/lutece/plugins/mydashboard/service/MyDashboardComponent.java 0 0 1
fr/paris/lutece/plugins/mydashboard/service/MyDashboardComponentMyDashboard.java 0 0 1
fr/paris/lutece/plugins/mydashboard/service/MyDashboardPlugin.java 0 0 1
fr/paris/lutece/plugins/mydashboard/service/MyDashboardService.java 0 0 7
fr/paris/lutece/plugins/mydashboard/web/ManageMydashboardPanelJspBean.java 0 0 1
fr/paris/lutece/plugins/mydashboard/web/MyDashboardApp.java 0 0 1
fr/paris/lutece/plugins/mydashboard/web/portlet/MyDashboardPortletJspBean.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
5
 Error
RightCurly
  • option: "alone"
1
 Error
coding DeclarationOrder 2
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
24
 Error
javadoc JavadocMethod 13
 Error
whitespace ParenPad
  • option: "space"
7
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
6
 Error

Details

fr/paris/lutece/plugins/mydashboard/business/DashboardAssociation.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 'nIdDashboard'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDashboard'. 83

fr/paris/lutece/plugins/mydashboard/business/DashboardAssociationDAO.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/mydashboard/business/DashboardAssociationHome.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/mydashboard/business/IDashboardAssociationDAO.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/mydashboard/business/IMyDashboardConfigurationDAO.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/mydashboard/business/IPanelDAO.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 'nKey'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 85

fr/paris/lutece/plugins/mydashboard/business/MyDashboardConfiguration.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/mydashboard/business/MyDashboardConfigurationDAO.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/mydashboard/business/Panel.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 Missing a Javadoc comment. 134
 Error
javadoc JavadocMethod Missing a Javadoc comment. 139

fr/paris/lutece/plugins/mydashboard/business/PanelDAO.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/mydashboard/business/PanelHome.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 'nKey'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 140
 Error
javadoc JavadocMethod Unused @param tag for 'nKey'. 174

fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortlet.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
blocks RightCurly '}' at column 13 should be alone on a line. 111
 Error
blocks LeftCurly '{' at column 19 should be on a new line. 111

fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortletDAO.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
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 96
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 117
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 119

fr/paris/lutece/plugins/mydashboard/business/portlet/MyDashboardPortletHome.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/mydashboard/modules/nickname/service/MyDashboardComponentNickname.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/mydashboard/modules/nickname/web/MyDashboardNicknameApp.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
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 49

fr/paris/lutece/plugins/mydashboard/service/IMyDashboardComponent.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/mydashboard/service/MyDashboardComponent.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/mydashboard/service/MyDashboardComponentMyDashboard.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/mydashboard/service/MyDashboardPlugin.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/mydashboard/service/MyDashboardService.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 'locale'. 101
 Error
javadoc JavadocMethod Missing a Javadoc comment. 333
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 419
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 419
 Error
javadoc JavadocMethod Expected @param tag for 'panel'. 482
 Error
javadoc JavadocMethod Expected @param tag for 'panel'. 499

fr/paris/lutece/plugins/mydashboard/web/ManageMydashboardPanelJspBean.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/mydashboard/web/MyDashboardApp.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/mydashboard/web/portlet/MyDashboardPortletJspBean.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
coding DeclarationOrder Variable access definition in wrong order. 63
 Error
coding DeclarationOrder Variable access definition in wrong order. 64