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
10 0 0 28

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
4  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/applications-module-workflow-manageerror-doc-QA/workspace/target/checkstyle-header.txt"
8  Error
imports AvoidStarImport 2  Error
javadoc JavadocMethod 2  Error
JavadocType 2  Error
modifier RedundantModifier 1  Error
whitespace ParenPad
  • option: "space"
9  Error

Details

fr/paris/lutece/plugins/workflow/modules/manageerror/business/IManageErrorDAO.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/manageerror/business/ManageError.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 AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37

fr/paris/lutece/plugins/workflow/modules/manageerror/business/ManageErrorDAO.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 whitespace ParenPad ')' is not preceded with whitespace. 63

fr/paris/lutece/plugins/workflow/modules/manageerror/business/ManageErrorHome.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 whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 126

fr/paris/lutece/plugins/workflow/modules/manageerror/service/IProcessTaskErrorService.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error blocks LeftCurly '{' at column 43 should be on a new line. 5
 Error modifier RedundantModifier Redundant 'public' modifier. 14
 Error whitespace ParenPad '(' is not followed by whitespace. 14
 Error javadoc JavadocMethod Expected @param tag for 'error'. 14

fr/paris/lutece/plugins/workflow/modules/manageerror/service/ProcessTaskErrorService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocType Missing a Javadoc comment. 6
 Error blocks LeftCurly '{' at column 74 should be on a new line. 6
 Error javadoc JavadocMethod Expected an @return tag. 14
 Error whitespace ParenPad '(' is not followed by whitespace. 16
 Error blocks LeftCurly '{' at column 43 should be on a new line. 16
 Error whitespace ParenPad '(' is not followed by whitespace. 27
 Error whitespace ParenPad ')' is not preceded with whitespace. 27
 Error blocks LeftCurly '{' at column 43 should be on a new line. 27
 Error whitespace ParenPad '(' is not followed by whitespace. 29
 Error whitespace ParenPad ')' is not preceded with whitespace. 29

fr/paris/lutece/plugins/workflow/modules/manageerror/web/ManageErrorJspBean.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/manageerror/web/ManageManageerrorJspBean.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