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
37 0 0 786

Files

File
 I
 W
 E
fr/paris/lutece/plugins/extend/modules/rating/business/IRatingDAO.java 0 0 8
fr/paris/lutece/plugins/extend/modules/rating/business/Rating.java 0 0 35
fr/paris/lutece/plugins/extend/modules/rating/business/RatingDAO.java 0 0 71
fr/paris/lutece/plugins/extend/modules/rating/business/RatingExtenderFilter.java 0 0 10
fr/paris/lutece/plugins/extend/modules/rating/business/RatingHome.java 0 0 30
fr/paris/lutece/plugins/extend/modules/rating/business/SimpleRating.java 0 0 4
fr/paris/lutece/plugins/extend/modules/rating/business/StarRating.java 0 0 4
fr/paris/lutece/plugins/extend/modules/rating/business/ThumbRating.java 0 0 11
fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingExtenderConfig.java 0 0 3
fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingtExtenderConfigDAO.java 0 0 7
fr/paris/lutece/plugins/extend/modules/rating/dashboard/PublicDashboardRating.java 0 0 9
fr/paris/lutece/plugins/extend/modules/rating/service/IRatingListener.java 0 0 3
fr/paris/lutece/plugins/extend/modules/rating/service/RatingListenerService.java 0 0 5
fr/paris/lutece/plugins/extend/modules/rating/service/RatingPlugin.java 0 0 10
fr/paris/lutece/plugins/extend/modules/rating/service/RatingService.java 0 0 63
fr/paris/lutece/plugins/extend/modules/rating/service/extender/RatingResourceExtender.java 0 0 3
fr/paris/lutece/plugins/extend/modules/rating/service/facade/DefaultRatingTypeImpl.java 0 0 75
fr/paris/lutece/plugins/extend/modules/rating/service/facade/QuinquaFunction.java 0 0 6
fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingFacadeFactory.java 0 0 75
fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingType.java 0 0 53
fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeBuilderImpl.java 0 0 28
fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeException.java 0 0 3
fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeImpl.java 0 0 48
fr/paris/lutece/plugins/extend/modules/rating/service/security/IRatingSecurityService.java 0 0 12
fr/paris/lutece/plugins/extend/modules/rating/service/security/RatingException.java 0 0 4
fr/paris/lutece/plugins/extend/modules/rating/service/security/RatingSecurityService.java 0 0 65
fr/paris/lutece/plugins/extend/modules/rating/service/validator/IRatingValidationService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/rating/service/validator/IRatingValidator.java 0 0 11
fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationManagementService.java 0 0 16
fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationService.java 0 0 34
fr/paris/lutece/plugins/extend/modules/rating/util/constants/RatingConstants.java 0 0 1
fr/paris/lutece/plugins/extend/modules/rating/util/constants/RatingUtils.java 0 0 40
fr/paris/lutece/plugins/extend/modules/rating/web/RatingJspBean.java 0 0 29
fr/paris/lutece/plugins/extend/modules/rating/web/action/RatingInstallerPluginAction.java 0 0 1
fr/paris/lutece/plugins/extend/modules/rating/web/component/RatingResourceExtenderComponent.java 0 0 8

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
99
 Error
NeedBraces 1
 Error
RightCurly
  • option: "alone"
10
 Error
coding DeclarationOrder 8
 Error
EmptyStatement 1
 Error
ParameterAssignment 1
 Error
design FinalClass 3
 Error
VisibilityModifier 22
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
35
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 125
 Error
JavadocType 15
 Error
modifier RedundantModifier 23
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
361
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
76
 Error

Details

fr/paris/lutece/plugins/extend/modules/rating/business/IRatingDAO.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 'nId'. 56
 Error
javadoc JavadocMethod Expected @param tag for 'nIdHistory'. 59
 Error
javadoc JavadocMethod Expected @param tag for 'userGuid'. 98
 Error
javadoc JavadocMethod Missing a Javadoc comment. 133
 Error
whitespace ParenPad '(' is not followed by whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
javadoc JavadocMethod Missing a Javadoc comment. 135

fr/paris/lutece/plugins/extend/modules/rating/business/Rating.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.extend.modules.rating.util.constants.RatingUtils. 37
 Error
coding DeclarationOrder Variable access definition in wrong order. 50
 Error
design VisibilityModifier Variable '_nRatingCount' must be private and have accessor methods. 50
 Error
coding DeclarationOrder Variable access definition in wrong order. 51
 Error
design VisibilityModifier Variable '_dScoreValue' must be private and have accessor methods. 51
 Error
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 101
 Error
javadoc JavadocMethod Expected @param tag for 'ratingValue'. 103
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 105
 Error
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'scoreValue'. 112
 Error
javadoc JavadocMethod Unused @param tag for 'dRatingValue'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'fRatingValue'. 130
 Error
javadoc JavadocMethod Missing a Javadoc comment. 153
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 161
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 173
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175

fr/paris/lutece/plugins/extend/modules/rating/business/RatingDAO.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. 76
 Error
coding DeclarationOrder Variable access definition in wrong order. 77
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 95
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 132
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 141
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 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. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 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. 181
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
blocks LeftCurly '{' at column 151 should be on a new line. 258
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 260
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
blocks LeftCurly '{' at column 136 should be on a new line. 289
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 304
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 322
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 324
 Error
whitespace ParenPad ')' is not preceded with whitespace. 332
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 334
 Error
javadoc JavadocMethod Missing a Javadoc comment. 351
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 353
 Error
javadoc JavadocMethod Missing a Javadoc comment. 418
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 418
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 419
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 420
 Error
whitespace ParenPad '(' is not followed by whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad '(' is not followed by whitespace. 423
 Error
whitespace ParenPad ')' is not preceded with whitespace. 423
 Error
whitespace ParenPad '(' is not followed by whitespace. 424
 Error
whitespace ParenPad ')' is not preceded with whitespace. 424
 Error
whitespace ParenPad '(' is not followed by whitespace. 425
 Error
whitespace ParenPad ')' is not preceded with whitespace. 425
 Error
whitespace ParenPad '(' is not followed by whitespace. 426
 Error
whitespace ParenPad ')' is not preceded with whitespace. 426
 Error
whitespace ParenPad '(' is not followed by whitespace. 427
 Error
whitespace ParenPad ')' is not preceded with whitespace. 427

fr/paris/lutece/plugins/extend/modules/rating/business/RatingExtenderFilter.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. 5
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 5
 Error
javadoc JavadocMethod Expected @return tag. 29
 Error
javadoc JavadocMethod Expected @return tag. 55
 Error
javadoc JavadocMethod Expected @return tag. 83
 Error
javadoc JavadocMethod Expected @return tag. 109
 Error
javadoc JavadocMethod Expected @return tag. 127
 Error
javadoc JavadocMethod Unused @param tag for 'strEuerGuid'. 134
 Error
javadoc JavadocMethod Expected @param tag for 'strUserGuid'. 136

fr/paris/lutece/plugins/extend/modules/rating/business/RatingHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
design FinalClass Class RatingHome should be declared as final. 10
 Error
javadoc JavadocType Missing a Javadoc comment. 10
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 10
 Error
javadoc JavadocMethod Expected @return tag. 25
 Error
javadoc JavadocMethod Unused @param tag for 'nId'. 44
 Error
javadoc JavadocMethod Expected @param tag for 'nIdHistory'. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
javadoc JavadocMethod Expected @param tag for 'userGuid'. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
javadoc JavadocMethod Unused @param tag for 'listResource'. 104
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 105
 Error
javadoc JavadocMethod Expected @param tag for 'listIdsResource'. 108
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 108
 Error
javadoc JavadocMethod Expected @param tag for 'ratingType'. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 143 should be on a new line. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141

fr/paris/lutece/plugins/extend/modules/rating/business/SimpleRating.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 42 should be on a new line. 5
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 10

fr/paris/lutece/plugins/extend/modules/rating/business/StarRating.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. 5
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 5
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 50

fr/paris/lutece/plugins/extend/modules/rating/business/ThumbRating.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. 7
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 7
 Error
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 15
 Error
javadoc JavadocMethod Expected @param tag for 'listRating'. 17
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Error
whitespace ParenPad '(' is not followed by whitespace. 20
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace ParenPad '(' is not followed by whitespace. 21
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 60

fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingExtenderConfig.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 '_strRatingType'. 84
 Error
javadoc JavadocMethod Expected @param tag for 'strRatingType'. 86

fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingtExtenderConfigDAO.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 ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 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. 130

fr/paris/lutece/plugins/extend/modules/rating/dashboard/PublicDashboardRating.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
naming MemberName Name 'strIdComponent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 56
 Error
coding DeclarationOrder Static variable definition in wrong order. 57
 Error
coding DeclarationOrder Static variable definition in wrong order. 58
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 61
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 66
 Error
naming ParameterName Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
 Error
naming ParameterName Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
 Error
naming LocalVariableName Name '_resourceExtenderHistoryService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93

fr/paris/lutece/plugins/extend/modules/rating/service/IRatingListener.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
modifier RedundantModifier Redundant 'public' modifier. 50
 Error
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/extend/modules/rating/service/RatingListenerService.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 FinalClass Class RatingListenerService should be declared as final. 47
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 100
 Error
javadoc JavadocMethod Unused @param tag for 'listIdRemovedrating'. 130
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 133

fr/paris/lutece/plugins/extend/modules/rating/service/RatingPlugin.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 ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83

fr/paris/lutece/plugins/extend/modules/rating/service/RatingService.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 ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
javadoc JavadocMethod Expected @param tag for 'userGuid'. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
blocks LeftCurly '{' at column 145 should be on a new line. 112
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 115
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 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. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 121
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 125
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Error
javadoc JavadocMethod Unused @param tag for 'listIdExtendableResource'. 136
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 141
 Error
blocks LeftCurly '{' at column 142 should be on a new line. 141
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
javadoc JavadocMethod Unused @param tag for 'listIdExtendableResource'. 161
 Error
javadoc JavadocMethod Unused @param tag for 'ratingType'. 163
 Error
javadoc JavadocMethod Unused @param tag for 'strGuid'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 167
 Error
javadoc JavadocMethod Expected @param tag for 'strRatingType'. 167
 Error
javadoc JavadocMethod Expected @param tag for 'strUserGuid'. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
blocks LeftCurly '{' at column 160 should be on a new line. 167
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 169
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 169
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 171
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 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. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185

fr/paris/lutece/plugins/extend/modules/rating/service/extender/RatingResourceExtender.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 ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102

fr/paris/lutece/plugins/extend/modules/rating/service/facade/DefaultRatingTypeImpl.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. 34
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 34
 Error
coding DeclarationOrder Variable access definition in wrong order. 42
 Error
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 42
 Error
coding DeclarationOrder Variable access definition in wrong order. 46
 Error
design VisibilityModifier Variable '_type' must be private and have accessor methods. 46
 Error
javadoc JavadocMethod Expected @param tag for 'type'. 50
 Error
javadoc JavadocMethod Expected @param tag for 'strTitle'. 50
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 76
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
blocks RightCurly '}' at column 8 should be alone on a line. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 99
 Error
blocks LeftCurly '{' at column 88 should be on a new line. 99
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 107
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
coding EmptyStatement Empty statement. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 108
 Error
whitespace WhitespaceAround '=' is not preceded with 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. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 118
 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. 146
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 153
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 159
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
blocks LeftCurly '{' at column 99 should be on a new line. 171
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Error
whitespace ParenPad '(' is not followed by whitespace. 173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 173
 Error
blocks NeedBraces 'if' construct must use '{}'s. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
blocks LeftCurly '{' at column 104 should be on a new line. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195

fr/paris/lutece/plugins/extend/modules/rating/service/facade/QuinquaFunction.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 23
 Error
javadoc JavadocMethod Unused @param tag for 'X'. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
javadoc JavadocMethod Expected @param tag for 'x'. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35

fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingFacadeFactory.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. 23
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
javadoc JavadocMethod Unused @param tag for 'strIdExtendableResource'. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
javadoc JavadocMethod Expected @param tag for 'listIdExtendableResource'. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 212
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 214
 Error
whitespace ParenPad '(' is not followed by whitespace. 215
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 231
 Error
blocks LeftCurly '{' at column 7 should be on a new line. 232
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 249
 Error
whitespace ParenPad '(' is not followed by whitespace. 251
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 251
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
blocks LeftCurly '{' at column 101 should be on a new line. 254
 Error
javadoc JavadocMethod Expected @return tag. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 282

fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingType.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 23
 Error
modifier RedundantModifier Redundant 'public' modifier. 31
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 31
 Error
modifier RedundantModifier Redundant 'public' modifier. 40
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 40
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 47
 Error
modifier RedundantModifier Redundant 'public' modifier. 54
 Error
modifier RedundantModifier Redundant 'public' modifier. 60
 Error
modifier RedundantModifier Redundant 'public' modifier. 66
 Error
modifier RedundantModifier Redundant 'public' modifier. 72
 Error
modifier RedundantModifier Redundant 'public' modifier. 78
 Error
modifier RedundantModifier Redundant 'public' modifier. 84
 Error
modifier RedundantModifier Redundant 'public' modifier. 90
 Error
modifier RedundantModifier Redundant 'public' modifier. 95
 Error
javadoc JavadocMethod Unused @param tag for 'doRating'. 99
 Error
modifier RedundantModifier Redundant 'public' modifier. 101
 Error
javadoc JavadocMethod Expected @param tag for 'rating'. 101
 Error
javadoc JavadocMethod Unused @param tag for 'doCancelRating'. 104
 Error
modifier RedundantModifier Redundant 'public' modifier. 106
 Error
javadoc JavadocMethod Expected @param tag for 'rating'. 106
 Error
javadoc JavadocMethod Unused @param tag for 'getPageAddOn'. 109
 Error
javadoc JavadocMethod Expected @return tag. 111
 Error
modifier RedundantModifier Redundant 'public' modifier. 111
 Error
javadoc JavadocMethod Expected @param tag for 'ratingExtenderConfig'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'strParameters'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 112
 Error
modifier RedundantModifier Redundant 'public' modifier. 117
 Error
modifier RedundantModifier Redundant 'public' modifier. 122
 Error
modifier RedundantModifier Redundant 'public' modifier. 127
 Error
javadoc JavadocMethod Unused @param tag for 'getInfoForExport'. 130
 Error
javadoc JavadocMethod Expected @return tag. 132
 Error
modifier RedundantModifier Redundant 'public' modifier. 132
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 132
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 132
 Error
javadoc JavadocMethod Unused @param tag for 'getInfoForRecap'. 135
 Error
javadoc JavadocMethod Expected @return tag. 137
 Error
modifier RedundantModifier Redundant 'public' modifier. 137
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 137
 Error
javadoc JavadocMethod Unused @param tag for 'getInfoExtender'. 140
 Error
javadoc JavadocMethod Expected @return tag. 142
 Error
modifier RedundantModifier Redundant 'public' modifier. 142
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 142
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 142
 Error
javadoc JavadocMethod Unused @param tag for 'getInfoExtenderByList'. 145
 Error
javadoc JavadocMethod Expected @return tag. 147
 Error
modifier RedundantModifier Redundant 'public' modifier. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 147
 Error
javadoc JavadocMethod Expected @param tag for 'listIdExtendableResource'. 147
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 147

fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeBuilderImpl.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. 14
 Error
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 17
 Error
design VisibilityModifier Variable '_type' must be private and have accessor methods. 18
 Error
design VisibilityModifier Variable '_doRating' must be private and have accessor methods. 20
 Error
design VisibilityModifier Variable '_cancelRating' must be private and have accessor methods. 21
 Error
design VisibilityModifier Variable '_getPageAddOn' must be private and have accessor methods. 22
 Error
design VisibilityModifier Variable '_getInfoForExport' must be private and have accessor methods. 26
 Error
design VisibilityModifier Variable '_getInfoForRecap' must be private and have accessor methods. 30
 Error
design VisibilityModifier Variable '_getInfoExtender' must be private and have accessor methods. 35
 Error
design VisibilityModifier Variable '_getInfoExtenderByList' must be private and have accessor methods. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 70
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 73
 Error
javadoc JavadocMethod Missing a Javadoc comment. 76
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 82
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 85
 Error
javadoc JavadocMethod Missing a Javadoc comment. 88
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 91

fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeException.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. 3
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 3

fr/paris/lutece/plugins/extend/modules/rating/service/facade/RatingTypeImpl.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. 14
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 14
 Error
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 19
 Error
design VisibilityModifier Variable '_type' must be private and have accessor methods. 23
 Error
design VisibilityModifier Variable '_doRating' must be private and have accessor methods. 27
 Error
design VisibilityModifier Variable '_cancelRating' must be private and have accessor methods. 31
 Error
design VisibilityModifier Variable '_getPageAddOn' must be private and have accessor methods. 35
 Error
design VisibilityModifier Variable '_getInfoForExport' must be private and have accessor methods. 39
 Error
design VisibilityModifier Variable '_getInfoForRecap' must be private and have accessor methods. 43
 Error
design VisibilityModifier Variable '_getInfoExtender' must be private and have accessor methods. 48
 Error
design VisibilityModifier Variable '_getInfoExtenderByList' must be private and have accessor methods. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 61
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 78
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 86
 Error
blocks LeftCurly '{' at column 11 should be on a new line. 90
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 94
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 96
 Error
blocks LeftCurly '{' at column 11 should be on a new line. 98
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 100
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 111
 Error
blocks RightCurly '}' at column 6 should be alone on a line. 115
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 115
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 120
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 122
 Error
blocks RightCurly '}' at column 6 should be alone on a line. 123
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 123
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Error
javadoc JavadocType Missing a Javadoc comment. 131
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 131
 Error
javadoc JavadocMethod Missing a Javadoc comment. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 144
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 147
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 153
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 160
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 169
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 176
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 183
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 218

fr/paris/lutece/plugins/extend/modules/rating/service/security/IRatingSecurityService.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
modifier RedundantModifier Redundant 'public' modifier. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
javadoc JavadocMethod Expected @return tag. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 113
 Error
javadoc JavadocMethod Unused @param tag for 'Lutece'. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 120
 Error
javadoc JavadocMethod Unused @param tag for 'Lutece'. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 126

fr/paris/lutece/plugins/extend/modules/rating/service/security/RatingException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 8
 Error
javadoc JavadocMethod Unused @param tag for 'message'. 36
 Error
javadoc JavadocMethod Expected @param tag for 'strMessage'. 40

fr/paris/lutece/plugins/extend/modules/rating/service/security/RatingSecurityService.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 ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with 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. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 210
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
javadoc JavadocMethod Missing a Javadoc comment. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
javadoc JavadocMethod Missing a Javadoc comment. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 242
 Error
blocks LeftCurly '{' at column 111 should be on a new line. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
javadoc JavadocMethod Missing a Javadoc comment. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 269
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 271
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 284
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 286
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297
 Error
blocks LeftCurly '{' at column 90 should be on a new line. 297
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 331

fr/paris/lutece/plugins/extend/modules/rating/service/validator/IRatingValidationService.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/extend/modules/rating/service/validator/IRatingValidator.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 35 should be on a new line. 5
 Error
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 10
 Error
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 11
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 15
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 15
 Error
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 19
 Error
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 20
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 24
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 24

fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationManagementService.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. 49
 Error
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 82
 Error
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 87
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 92
 Error
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 101
 Error
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 102
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
blocks LeftCurly '{' at column 111 should be on a new line. 111

fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationService.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. 19
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 19
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Error
whitespace ParenPad '(' is not followed by whitespace. 30
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
blocks RightCurly '}' at column 8 should be alone on a line. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks RightCurly '}' at column 8 should be alone on a line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 66

fr/paris/lutece/plugins/extend/modules/rating/util/constants/RatingConstants.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/extend/modules/rating/util/constants/RatingUtils.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
design FinalClass Class RatingUtils should be declared as final. 15
 Error
javadoc JavadocType Missing a Javadoc comment. 15
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 15
 Error
javadoc JavadocType Missing a Javadoc comment. 24
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 24
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
javadoc JavadocMethod Missing a Javadoc comment. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 35
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 39
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
coding ParameterAssignment Assignment of parameter 'strParameters' is not allowed. 75
 Error
javadoc JavadocMethod Missing a Javadoc comment. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
blocks RightCurly '}' at column 7 should be alone on a line. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106

fr/paris/lutece/plugins/extend/modules/rating/web/RatingJspBean.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 preceded with whitespace. 109
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 109
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 187
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 193
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 219
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 226
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 226
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 229
 Error
whitespace ParenPad '(' is not followed by whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 229
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 241
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244

fr/paris/lutece/plugins/extend/modules/rating/web/action/RatingInstallerPluginAction.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/extend/modules/rating/web/component/RatingResourceExtenderComponent.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.extend.modules.rating.service.RatingService. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189