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
19 0 0 55

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Error
coding ParameterAssignment 1  Error
design FinalClass 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/report-plugin-reportlauncher-doc-QA/workspace/target/checkstyle-header.txt"
17  Error
imports AvoidStarImport 4  Error
RedundantImport 1  Error
UnusedImports 1  Error
javadoc JavadocMethod 21  Error
JavadocType 5  Error
modifier RedundantModifier 3  Error

Details

fr/paris/lutece/plugins/reportlauncher/business/IParameterDAO.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 'nidReport'. 90

fr/paris/lutece/plugins/reportlauncher/business/IReportDAO.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. 51

fr/paris/lutece/plugins/reportlauncher/business/Parameter.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 AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 36
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 40
 Error javadoc JavadocMethod Unused @param tag for 'IdReport'. 89
 Error javadoc JavadocMethod Expected @param tag for 'nIdReport'. 91

fr/paris/lutece/plugins/reportlauncher/business/ParameterDAO.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.List. 41

fr/paris/lutece/plugins/reportlauncher/business/ParameterHome.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 Unused @param tag for 'nKey'. 97
 Error javadoc JavadocMethod Expected @param tag for 'nidReport'. 100
 Error javadoc JavadocMethod Expected @param tag for 'nIdReport'. 118

fr/paris/lutece/plugins/reportlauncher/business/Report.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 AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 36
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 42
 Error javadoc JavadocMethod Unused @param tag for 'a'. 127
 Error javadoc JavadocMethod Expected @param tag for 'parameter'. 129

fr/paris/lutece/plugins/reportlauncher/business/ReportDAO.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/reportlauncher/business/ReportHome.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 coding ParameterAssignment Assignment of parameter 'report' is not allowed. 73
 Error javadoc JavadocMethod Unused @param tag for 'nKey'. 137
 Error javadoc JavadocMethod Expected @param tag for 'report'. 139

fr/paris/lutece/plugins/reportlauncher/business/dto/MockReportLauncher.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 RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.reportlauncher.business.dto.PageDTO. 36
 Error javadoc JavadocType Missing a Javadoc comment. 44

fr/paris/lutece/plugins/reportlauncher/business/dto/PageDTO.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 JavadocType Missing a Javadoc comment. 36

fr/paris/lutece/plugins/reportlauncher/web/ManageReportlauncherJspBean.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/reportlauncher/web/ParameterJspBean.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 blocks EmptyBlock Must have at least one statement. 207

fr/paris/lutece/plugins/reportlauncher/web/ReportDashboardComponent.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 JavadocType Missing a Javadoc comment. 52

fr/paris/lutece/plugins/reportlauncher/web/ReportJspBean.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. 311
 Error javadoc JavadocMethod Expected @param tag for 'request'. 312
 Error javadoc JavadocMethod Expected an @return tag. 345
 Error javadoc JavadocMethod Expected @param tag for 'request'. 346

fr/paris/lutece/plugins/reportlauncher/web/ReportXPage.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. 65

fr/paris/lutece/plugns/reportlauncher/service/IReportLauncherService.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 JavadocType Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error modifier RedundantModifier Redundant 'public' modifier. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error modifier RedundantModifier Redundant 'public' modifier. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error modifier RedundantModifier Redundant 'public' modifier. 48

fr/paris/lutece/plugns/reportlauncher/service/ReportLauncherService.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 design FinalClass Class ReportLauncherService should be declared as final. 43
 Error javadoc JavadocType Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Expected an @return tag. 72
 Error javadoc JavadocMethod Expected @param tag for 'user'. 72