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
36 0 1 130

Files

File  I  W  E
fr/paris/lutece/plugins/dbpage/business/DbPage.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDatabase.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseHome.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSection.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionDAO.java 0 0 10
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionHome.java 0 0 5
fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionRoleRemovalListener.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageHome.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageLoaderDatabase.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageLoaderProperties.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/DbPageWorkgroupRemovalListener.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/IDbPageDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/IDbPageDatabaseDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/IDbPageDatabaseSectionDAO.java 0 0 3
fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortlet.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortletDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortletHome.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/portlet/IDbPagePortletDAO.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/section/DbPageSection.java 0 0 1
fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionForm.java 0 0 4
fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionSelect.java 0 0 9
fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionTable.java 0 0 2
fr/paris/lutece/plugins/dbpage/business/section/DbSectionService.java 0 0 9
fr/paris/lutece/plugins/dbpage/business/section/IDbPageSection.java 0 0 1
fr/paris/lutece/plugins/dbpage/resources/dbpage_messages.properties 0 0 2
fr/paris/lutece/plugins/dbpage/resources/dbpage_messages_fr.properties 0 0 2
fr/paris/lutece/plugins/dbpage/service/DbPageConnectionService.java 0 0 1
fr/paris/lutece/plugins/dbpage/service/DbPageContextService.java 0 0 1
fr/paris/lutece/plugins/dbpage/service/DbPagePlugin.java 0 0 1
fr/paris/lutece/plugins/dbpage/service/DbPageService.java 0 0 1
fr/paris/lutece/plugins/dbpage/web/DbPageInclude.java 0 0 3
fr/paris/lutece/plugins/dbpage/web/DbPageJspBean.java 0 1 4
fr/paris/lutece/plugins/dbpage/web/DbpageApp.java 0 0 53
fr/paris/lutece/plugins/dbpage/web/portlet/DbPagePortletJspBean.java 0 0 1

Rules

Category Rule Violations Severity
blocks NeedBraces 1  Error
coding ReturnCount
  • max: "5"
1  Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/report-plugin-dbpage-doc-QA/workspace/target/checkstyle-header.txt"
34  Error
imports UnusedImports 2  Error
javadoc JavadocMethod 10  Error
misc Translation 4  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
2  Error
whitespace ParenPad
  • option: "space"
73  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
4  Error

Details

fr/paris/lutece/plugins/dbpage/business/DbPage.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDAO.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDatabase.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseDAO.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseHome.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSection.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Expected @param tag for 'plugin'. 70
 Error javadoc JavadocMethod Unused @param tag for 'nDbPageId'. 318
 Error javadoc JavadocMethod Expected @param tag for 'strPageName'. 322
 Error javadoc JavadocMethod Expected @param tag for 'strSectionTitle'. 322
 Error blocks NeedBraces 'if' construct must use '{}'s. 337
 Error whitespace ParenPad '(' is not followed by whitespace. 337
 Error whitespace ParenPad ')' is not preceded with whitespace. 337
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 337
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 337

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionHome.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215

fr/paris/lutece/plugins/dbpage/business/DbPageDatabaseSectionRoleRemovalListener.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageHome.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageLoaderDatabase.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageLoaderProperties.java

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

fr/paris/lutece/plugins/dbpage/business/DbPageWorkgroupRemovalListener.java

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

fr/paris/lutece/plugins/dbpage/business/IDbPageDAO.java

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

fr/paris/lutece/plugins/dbpage/business/IDbPageDatabaseDAO.java

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

fr/paris/lutece/plugins/dbpage/business/IDbPageDatabaseSectionDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 151

fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortlet.java

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

fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortletDAO.java

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

fr/paris/lutece/plugins/dbpage/business/portlet/DbPagePortletHome.java

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

fr/paris/lutece/plugins/dbpage/business/portlet/IDbPagePortletDAO.java

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

fr/paris/lutece/plugins/dbpage/business/section/DbPageSection.java

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

fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionForm.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - java.util.Collection. 44
 Error imports UnusedImports Unused import - java.util.Iterator. 46
 Error javadoc JavadocMethod Expected an @return tag. 200

fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionSelect.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 99
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error javadoc JavadocMethod Expected an @return tag. 167

fr/paris/lutece/plugins/dbpage/business/section/DbPageSectionTable.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Expected an @return tag. 183

fr/paris/lutece/plugins/dbpage/business/section/DbSectionService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error naming LocalVariableName Name '_listSubClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error naming LocalVariableName Name '_listSubClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88

fr/paris/lutece/plugins/dbpage/business/section/IDbPageSection.java

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

fr/paris/lutece/plugins/dbpage/resources/dbpage_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'message.message.sqlErrorInQuery' missing.
 Error misc Translation Key 'modify.rowTitleSqlCheck' missing.

fr/paris/lutece/plugins/dbpage/resources/dbpage_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'message.sqlErrorInQuery' missing.
 Error misc Translation Key 'modify_section.rowTitleSqlCheck' missing.

fr/paris/lutece/plugins/dbpage/service/DbPageConnectionService.java

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

fr/paris/lutece/plugins/dbpage/service/DbPageContextService.java

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

fr/paris/lutece/plugins/dbpage/service/DbPagePlugin.java

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

fr/paris/lutece/plugins/dbpage/service/DbPageService.java

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

fr/paris/lutece/plugins/dbpage/web/DbPageInclude.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74

fr/paris/lutece/plugins/dbpage/web/DbPageJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Warning coding ReturnCount Return count is 6 (max allowed is 5). 462
 Error javadoc JavadocMethod Missing a Javadoc comment. 982
 Error whitespace ParenPad '(' is not followed by whitespace. 982
 Error whitespace ParenPad ')' is not preceded with whitespace. 982

fr/paris/lutece/plugins/dbpage/web/DbpageApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 128
 Error whitespace ParenPad ')' is not preceded with whitespace. 128
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 132
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134

fr/paris/lutece/plugins/dbpage/web/portlet/DbPagePortletJspBean.java

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