Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
35 0 0 786

Fichiers

Fichier
 I
 A
 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

Règles

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

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'nId'. 56
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdHistory'. 59
 Erreur
javadoc JavadocMethod Expected @param tag for 'userGuid'. 98
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 133
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 135

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.extend.modules.rating.util.constants.RatingUtils. 37
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 50
 Erreur
design VisibilityModifier Variable '_nRatingCount' must be private and have accessor methods. 50
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 51
 Erreur
design VisibilityModifier Variable '_dScoreValue' must be private and have accessor methods. 51
 Erreur
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'ratingValue'. 103
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 105
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 105
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 105
 Erreur
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 110
 Erreur
javadoc JavadocMethod Expected @param tag for 'scoreValue'. 112
 Erreur
javadoc JavadocMethod Unused @param tag for 'dRatingValue'. 128
 Erreur
javadoc JavadocMethod Expected @param tag for 'fRatingValue'. 130
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 153
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 153
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 161
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 161
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 161
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 162
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 169
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 171
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 171
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 172
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 172
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 174
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 174
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 175
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 175

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 76
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 77
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 94
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 95
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 96
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur
blocks LeftCurly '{' at column 84 should be on a new line. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 132
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 132
 Erreur
blocks LeftCurly '{' at column 82 should be on a new line. 132
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 137
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 141
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 163
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 166
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 166
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 177
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 177
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 178
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 178
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 179
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 179
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 181
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 188
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 190
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 190
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 248
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 258
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 258
 Erreur
blocks LeftCurly '{' at column 151 should be on a new line. 258
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 260
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 268
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 270
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 282
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 289
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 289
 Erreur
blocks LeftCurly '{' at column 136 should be on a new line. 289
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 291
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 302
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 304
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 318
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 318
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 322
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 322
 Erreur
blocks LeftCurly '{' at column 95 should be on a new line. 322
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 324
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 332
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 334
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 351
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 353
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 418
 Erreur
blocks LeftCurly '{' at column 48 should be on a new line. 418
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 419
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 420
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 420
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 420
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 421
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 423
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 423
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 424
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 424
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 425
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 425
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 426
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 426
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 427
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 427

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 5
 Erreur
javadoc JavadocMethod Expected @return tag. 29
 Erreur
javadoc JavadocMethod Expected @return tag. 55
 Erreur
javadoc JavadocMethod Expected @return tag. 83
 Erreur
javadoc JavadocMethod Expected @return tag. 109
 Erreur
javadoc JavadocMethod Expected @return tag. 127
 Erreur
javadoc JavadocMethod Unused @param tag for 'strEuerGuid'. 134
 Erreur
javadoc JavadocMethod Expected @param tag for 'strUserGuid'. 136

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 5
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 10

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 5
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 50

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 7
 Erreur
blocks LeftCurly '{' at column 41 should be on a new line. 7
 Erreur
javadoc JavadocMethod Unused @param tag for 'dScoreValue'. 15
 Erreur
javadoc JavadocMethod Expected @param tag for 'listRating'. 17
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 19
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 60

fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingExtenderConfig.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for '_strRatingType'. 84
 Erreur
javadoc JavadocMethod Expected @param tag for 'strRatingType'. 86

fr/paris/lutece/plugins/extend/modules/rating/business/config/RatingtExtenderConfigDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 130

fr/paris/lutece/plugins/extend/modules/rating/dashboard/PublicDashboardRating.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
naming MemberName Name 'strIdComponent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 56
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 57
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 58
 Erreur
blocks LeftCurly '{' at column 57 should be on a new line. 61
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 66
 Erreur
naming ParameterName Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
 Erreur
naming ParameterName Name 'user_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 90
 Erreur
naming LocalVariableName Name '_resourceExtenderHistoryService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93

fr/paris/lutece/plugins/extend/modules/rating/service/IRatingListener.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 50
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/extend/modules/rating/service/RatingListenerService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class RatingListenerService should be declared as final. 47
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 100
 Erreur
javadoc JavadocMethod Unused @param tag for 'listIdRemovedrating'. 130
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 133

fr/paris/lutece/plugins/extend/modules/rating/service/RatingPlugin.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 81
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 82
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 82
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 82
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 83
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 83
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 83

fr/paris/lutece/plugins/extend/modules/rating/service/RatingService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 66
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 66
 Erreur
javadoc JavadocMethod Expected @param tag for 'userGuid'. 88
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 90
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 90
 Erreur
blocks LeftCurly '{' at column 145 should be on a new line. 112
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 115
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 115
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 117
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 117
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 121
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 122
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 125
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Erreur
javadoc JavadocMethod Unused @param tag for 'listIdExtendableResource'. 136
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 141
 Erreur
blocks LeftCurly '{' at column 142 should be on a new line. 141
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 147
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 147
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 153
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 153
 Erreur
javadoc JavadocMethod Unused @param tag for 'listIdExtendableResource'. 161
 Erreur
javadoc JavadocMethod Unused @param tag for 'ratingType'. 163
 Erreur
javadoc JavadocMethod Unused @param tag for 'strGuid'. 164
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 167
 Erreur
javadoc JavadocMethod Expected @param tag for 'strRatingType'. 167
 Erreur
javadoc JavadocMethod Expected @param tag for 'strUserGuid'. 167
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 167
 Erreur
blocks LeftCurly '{' at column 160 should be on a new line. 167
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 169
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 169
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 170
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 171
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 171
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 174
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 175
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 175
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 176
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 176
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 177
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 177
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 178
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 178
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 185

fr/paris/lutece/plugins/extend/modules/rating/service/extender/RatingResourceExtender.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 102
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 102

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 34
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 34
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 42
 Erreur
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 42
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 46
 Erreur
design VisibilityModifier Variable '_type' must be private and have accessor methods. 46
 Erreur
javadoc JavadocMethod Expected @param tag for 'type'. 50
 Erreur
javadoc JavadocMethod Expected @param tag for 'strTitle'. 50
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 55
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 61
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 70
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 76
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 78
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 78
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 91
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 98
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 99
 Erreur
blocks LeftCurly '{' at column 88 should be on a new line. 99
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 105
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 107
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 107
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 107
 Erreur
coding EmptyStatement Empty statement. 107
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 108
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 108
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 110
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 110
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 118
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 118
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 122
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 122
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 153
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 159
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 165
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 171
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 171
 Erreur
blocks LeftCurly '{' at column 99 should be on a new line. 171
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 173
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 173
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 173
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 174
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
blocks LeftCurly '{' at column 98 should be on a new line. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 182
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
blocks LeftCurly '{' at column 104 should be on a new line. 186
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 188
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 188
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 188
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 188
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 188
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 188
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 23
 Erreur
javadoc JavadocMethod Unused @param tag for 'X'. 32
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 35
 Erreur
javadoc JavadocMethod Expected @param tag for 'x'. 35
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 35

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 23
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 23
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 42
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 42
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 147
 Erreur
javadoc JavadocMethod Unused @param tag for 'strIdExtendableResource'. 151
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 157
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIdExtendableResource'. 157
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 157
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 159
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 160
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 172
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 174
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 175
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 175
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 191
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 193
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 194
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 194
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 194
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
blocks LeftCurly '{' at column 107 should be on a new line. 212
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 214
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 215
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 217
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 217
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 217
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 218
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 218
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 218
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 219
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 219
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 231
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 232
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 236
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 236
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 236
 Erreur
blocks LeftCurly '{' at column 85 should be on a new line. 236
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 238
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 238
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 249
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 251
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 251
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 252
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 254
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 254
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 254
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 254
 Erreur
javadoc JavadocMethod Expected @return tag. 265
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 267
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 267
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 276
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 282

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 14
 Erreur
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 17
 Erreur
design VisibilityModifier Variable '_type' must be private and have accessor methods. 18
 Erreur
design VisibilityModifier Variable '_doRating' must be private and have accessor methods. 20
 Erreur
design VisibilityModifier Variable '_cancelRating' must be private and have accessor methods. 21
 Erreur
design VisibilityModifier Variable '_getPageAddOn' must be private and have accessor methods. 22
 Erreur
design VisibilityModifier Variable '_getInfoForExport' must be private and have accessor methods. 26
 Erreur
design VisibilityModifier Variable '_getInfoForRecap' must be private and have accessor methods. 30
 Erreur
design VisibilityModifier Variable '_getInfoExtender' must be private and have accessor methods. 35
 Erreur
design VisibilityModifier Variable '_getInfoExtenderByList' must be private and have accessor methods. 41
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 44
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 48
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 51
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 54
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 57
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 63
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 70
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 73
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 76
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 79
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 82
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 85
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 88
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 91

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 58 should be on a new line. 3

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 14
 Erreur
blocks LeftCurly '{' at column 51 should be on a new line. 14
 Erreur
design VisibilityModifier Variable '_strTitle' must be private and have accessor methods. 19
 Erreur
design VisibilityModifier Variable '_type' must be private and have accessor methods. 23
 Erreur
design VisibilityModifier Variable '_doRating' must be private and have accessor methods. 27
 Erreur
design VisibilityModifier Variable '_cancelRating' must be private and have accessor methods. 31
 Erreur
design VisibilityModifier Variable '_getPageAddOn' must be private and have accessor methods. 35
 Erreur
design VisibilityModifier Variable '_getInfoForExport' must be private and have accessor methods. 39
 Erreur
design VisibilityModifier Variable '_getInfoForRecap' must be private and have accessor methods. 43
 Erreur
design VisibilityModifier Variable '_getInfoExtender' must be private and have accessor methods. 48
 Erreur
design VisibilityModifier Variable '_getInfoExtenderByList' must be private and have accessor methods. 54
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
blocks LeftCurly '{' at column 96 should be on a new line. 61
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 66
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 78
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 86
 Erreur
blocks LeftCurly '{' at column 11 should be on a new line. 90
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 94
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 96
 Erreur
blocks LeftCurly '{' at column 11 should be on a new line. 98
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 100
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 102
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 111
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 115
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 115
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 120
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 122
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 123
 Erreur
blocks LeftCurly '{' at column 12 should be on a new line. 123
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 125
 Erreur
javadoc JavadocType Missing a Javadoc comment. 131
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 131
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
blocks LeftCurly '{' at column 63 should be on a new line. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 144
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 144
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 147
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 153
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 160
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 169
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 176
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 183
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 218

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 105
 Erreur
javadoc JavadocMethod Expected @return tag. 113
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 113
 Erreur
javadoc JavadocMethod Unused @param tag for 'Lutece'. 117
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 120
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 120
 Erreur
javadoc JavadocMethod Unused @param tag for 'Lutece'. 124
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 126

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
blocks LeftCurly '{' at column 48 should be on a new line. 8
 Erreur
javadoc JavadocMethod Unused @param tag for 'message'. 36
 Erreur
javadoc JavadocMethod Expected @param tag for 'strMessage'. 40

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 119
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 125
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 134
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 163
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 163
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 171
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 171
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 181
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 181
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 181
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 210
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 223
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 223
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 227
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 227
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 227
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 242
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 242
 Erreur
blocks LeftCurly '{' at column 111 should be on a new line. 242
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 254
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 254
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 254
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 255
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 256
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 265
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 265
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 265
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 267
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 268
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 268
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 269
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 269
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 270
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 270
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 271
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 271
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 273
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 278
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 278
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 278
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 278
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 278
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 278
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 279
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 279
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 284
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 286
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 288
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 288
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 297
 Erreur
blocks LeftCurly '{' at column 90 should be on a new line. 297
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 320
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 320
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 320
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 320
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 322
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 322
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 331
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 331

fr/paris/lutece/plugins/extend/modules/rating/service/validator/IRatingValidationService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 5
 Erreur
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 10
 Erreur
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 11
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 15
 Erreur
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 15
 Erreur
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 19
 Erreur
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 20
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 24
 Erreur
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 24

fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationManagementService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 49
 Erreur
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 82
 Erreur
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 83
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 87
 Erreur
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 87
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 92
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 92
 Erreur
blocks LeftCurly '{' at column 105 should be on a new line. 92
 Erreur
javadoc JavadocMethod Unused @param tag for 'strIdResource'. 101
 Erreur
javadoc JavadocMethod Unused @param tag for 'strResourceTypeKey'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 106
 Erreur
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 106
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 111
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 111
 Erreur
blocks LeftCurly '{' at column 111 should be on a new line. 111

fr/paris/lutece/plugins/extend/modules/rating/service/validator/RatingValidationService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 19
 Erreur
blocks LeftCurly '{' at column 74 should be on a new line. 19
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 21
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 30
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 31
 Erreur
blocks LeftCurly '{' at column 51 should be on a new line. 31
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 36
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 38
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 41
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 41
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 41
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 41
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 45
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 47
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
blocks RightCurly '}' at column 8 should be alone on a line. 53
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 53
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 53
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 53
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 55
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 55
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 57
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 66
 Erreur
blocks LeftCurly '{' at column 60 should be on a new line. 66

fr/paris/lutece/plugins/extend/modules/rating/util/constants/RatingConstants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

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

fr/paris/lutece/plugins/extend/modules/rating/web/RatingJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace WhitespaceAround '==' is not preceded with whitespace. 109
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 109
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 113
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 113
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 114
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 185
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 187
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 187
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 187
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 187
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 193
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 193
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 193
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 193
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 218
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 219
 Erreur
whitespace WhitespaceAround '==' is not preceded with whitespace. 226
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 226
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 229
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 229
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 229
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 232
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 232
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 241
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 244
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 244
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 244

fr/paris/lutece/plugins/extend/modules/rating/web/action/RatingInstallerPluginAction.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.extend.modules.rating.service.RatingService. 39
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 103
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 103
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 121
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 180
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 189
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 189