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
21 0 0 177

Rules

Category Rule Violations Severity
coding SimplifyBooleanExpression 4  Error
design VisibilityModifier 6  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/report-plugin-graphite-doc-QA/workspace/target/checkstyle-header.txt"
19  Error
imports AvoidStarImport 4  Error
javadoc JavadocMethod 9  Error
misc Translation 1  Error
whitespace ParenPad
  • option: "space"
107  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
27  Error

Details

fr/paris/lutece/plugins/graphite/business/Category.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 - javax.validation.constraints.*. 39
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 40

fr/paris/lutece/plugins/graphite/business/CategoryDAO.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. 67

fr/paris/lutece/plugins/graphite/business/CategoryHome.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. 107

fr/paris/lutece/plugins/graphite/business/Graph.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 - javax.validation.constraints.*. 36
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37
 Error javadoc JavadocMethod Unused @param tag for 'strGraphCategory'. 145
 Error javadoc JavadocMethod Expected @param tag for 'nGraphCategory'. 147

fr/paris/lutece/plugins/graphite/business/GraphDAO.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. 67

fr/paris/lutece/plugins/graphite/business/GraphHome.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. 107

fr/paris/lutece/plugins/graphite/business/ICategoryDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/graphite/business/IGraphDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/graphite/business/portlet/GraphitePortlet.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/graphite/business/portlet/GraphitePortletDAO.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/graphite/business/portlet/GraphitePortletHome.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/graphite/business/portlet/IGraphitePortletDAO.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/graphite/resources/graphite_messages_en.properties

Severity Category Rule Message Line
 Error misc Translation Key 'view_graph.pageTitle' missing.

fr/paris/lutece/plugins/graphite/web/CategoryJspBean.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. 75
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 75
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 76
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 76
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 77
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 77
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 81
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 232
 Error whitespace ParenPad ')' is not preceded with whitespace. 232
 Error whitespace ParenPad ')' is not preceded with whitespace. 257
 Error whitespace ParenPad ')' is not preceded with whitespace. 258
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 286
 Error whitespace ParenPad ')' is not preceded with whitespace. 286
 Error whitespace ParenPad '(' is not followed by whitespace. 288
 Error whitespace ParenPad ')' is not preceded with whitespace. 288

fr/paris/lutece/plugins/graphite/web/GraphJspBean.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. 71
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 71
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 72
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 73
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 73
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 77
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 237
 Error whitespace ParenPad ')' is not preceded with whitespace. 275

fr/paris/lutece/plugins/graphite/web/Graphite.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 followed by whitespace. 83
 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. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 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. 98
 Error coding SimplifyBooleanExpression Expression can be simplified. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 102
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 102
 Error whitespace ParenPad '(' is not followed by whitespace. 107
 Error coding SimplifyBooleanExpression Expression can be simplified. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 107
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 109
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 116
 Error whitespace ParenPad ')' is not preceded with whitespace. 116
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 144
 Error javadoc JavadocMethod Expected @param tag for 'request'. 144
 Error whitespace ParenPad ')' is not preceded with whitespace. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error javadoc JavadocMethod Expected @param tag for 'request'. 173
 Error javadoc JavadocMethod Expected @param tag for 'category'. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error whitespace ParenPad '(' is not followed by whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error whitespace ParenPad '(' is not followed by whitespace. 179
 Error whitespace ParenPad ')' is not preceded with whitespace. 179
 Error whitespace ParenPad '(' is not followed by whitespace. 180
 Error whitespace ParenPad '(' is not followed by whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 180

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

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

fr/paris/lutece/plugins/graphite/web/ViewJspBean.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. 74
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error coding SimplifyBooleanExpression Expression can be simplified. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 97
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 102
 Error coding SimplifyBooleanExpression Expression can be simplified. 102
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 104
 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. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error javadoc JavadocMethod Expected @param tag for 'category'. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150

fr/paris/lutece/plugins/graphite/web/portlet/GraphitePortletJspBean.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