Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
8 0 1 631

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
93  Error
NeedBraces 4  Error
RightCurly
  • option: "alone"
6  Error
coding DeclarationOrder 29  Error
ExplicitInitialization 2  Error
HiddenField 29  Error
ReturnCount
  • max: "5"
1  Warning
design HideUtilityClassConstructor 3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-plugin-els-statistics-doc-QA/workspace/target/checkstyle-header.txt"
8  Error
javadoc JavadocMethod 84  Error
JavadocType 10  Error
modifier RedundantModifier 1  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
36  Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
7  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
3  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
3  Error
whitespace ParenPad
  • option: "space"
311  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
4  Error

Details

fr/paris/lutece/plugins/statistics/constants/StatisticsConstants.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 36
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36

fr/paris/lutece/plugins/statistics/elasticsearch/ElasticSearchClient.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. 21
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 21
 Error naming StaticVariableName Name 'BASE_INDEX_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 29
 Error naming StaticVariableName Name 'DOC_TYPE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 30
 Error naming StaticVariableName Name 'LOCK_INIT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 32
 Error naming StaticVariableName Name 'client' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 34
 Error naming StaticVariableName Name 'mapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 100

fr/paris/lutece/plugins/statistics/model/UserStatistic.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. 8
 Error blocks LeftCurly '{' at column 28 should be on a new line. 8
 Error whitespace ParenPad '(' is not followed by whitespace. 11
 Error whitespace ParenPad ')' is not preceded with whitespace. 11
 Error whitespace ParenPad '(' is not followed by whitespace. 12
 Error whitespace ParenPad ')' is not preceded with whitespace. 12
 Error naming MemberName Name 'connectionDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 13
 Error whitespace ParenPad '(' is not followed by whitespace. 16
 Error whitespace ParenPad ')' is not preceded with whitespace. 16
 Error naming MemberName Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 17
 Error whitespace ParenPad '(' is not followed by whitespace. 19
 Error whitespace ParenPad ')' is not preceded with whitespace. 19
 Error whitespace ParenPad '(' is not followed by whitespace. 20
 Error whitespace ParenPad ')' is not preceded with whitespace. 20
 Error naming MemberName Name 'birthday' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 21
 Error whitespace ParenPad '(' is not followed by whitespace. 23
 Error whitespace ParenPad ')' is not preceded with whitespace. 23
 Error naming MemberName Name 'civility' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 24
 Error whitespace ParenPad '(' is not followed by whitespace. 26
 Error whitespace ParenPad ')' is not preceded with whitespace. 26
 Error naming MemberName Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 27
 Error whitespace ParenPad '(' is not followed by whitespace. 30
 Error whitespace ParenPad ')' is not preceded with whitespace. 30
 Error naming MemberName Name 'demandId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 33
 Error whitespace ParenPad ')' is not preceded with whitespace. 33
 Error naming MemberName Name 'demandReference' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 34
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error naming MemberName Name 'demandTypeId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error naming MemberName Name 'demandSubtypeId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error naming MemberName Name 'demandStatusId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 43
 Error whitespace ParenPad '(' is not followed by whitespace. 45
 Error whitespace ParenPad ')' is not preceded with whitespace. 45
 Error naming MemberName Name 'demandTitle' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 46
 Error whitespace ParenPad '(' is not followed by whitespace. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 49
 Error naming MemberName Name 'demandCreationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 50
 Error whitespace ParenPad '(' is not followed by whitespace. 52
 Error whitespace ParenPad ')' is not preceded with whitespace. 52
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 53
 Error naming MemberName Name 'demandClosureDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error naming MemberName Name 'demandMaxStep' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Error whitespace ParenPad '(' is not followed by whitespace. 59
 Error whitespace ParenPad ')' is not preceded with whitespace. 59
 Error naming MemberName Name 'demandCurrentStep' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error naming MemberName Name 'emailSenderName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error naming MemberName Name 'emailSenderEmail' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error naming MemberName Name 'emailRecipient' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error naming MemberName Name 'emailSubject' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error naming MemberName Name 'smsSenderName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error naming MemberName Name 'backofficeMessage' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 81
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error naming MemberName Name 'backofficeStatusText' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error naming MemberName Name 'myDashboardStatusId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error naming MemberName Name 'myDashboardStatusText' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error naming MemberName Name 'myDashboardSubject' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error naming MemberName Name 'myDashboardSenderName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error naming MemberName Name 'myDashboardData' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 100
 Error javadoc JavadocType Missing a Javadoc comment. 103
 Error modifier RedundantModifier Redundant 'static' modifier. 103
 Error blocks LeftCurly '{' at column 31 should be on a new line. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error naming MemberName Name 'val' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error coding HiddenField 'val' hides a field. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error blocks LeftCurly '{' at column 25 should be on a new line. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error blocks LeftCurly '{' at column 23 should be on a new line. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error naming MemberName Name 'mediaType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error blocks LeftCurly '{' at column 34 should be on a new line. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error coding HiddenField 'connectionDate' hides a field. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error blocks LeftCurly '{' at column 53 should be on a new line. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Error blocks LeftCurly '{' at column 32 should be on a new line. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error coding HiddenField 'customerId' hides a field. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Error blocks LeftCurly '{' at column 47 should be on a new line. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 137
 Error blocks LeftCurly '{' at column 28 should be on a new line. 137
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error coding HiddenField 'birthday' hides a field. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error blocks LeftCurly '{' at column 41 should be on a new line. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Error blocks LeftCurly '{' at column 30 should be on a new line. 145
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error coding HiddenField 'civility' hides a field. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks LeftCurly '{' at column 43 should be on a new line. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 153
 Error blocks LeftCurly '{' at column 34 should be on a new line. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error coding HiddenField 'connectionId' hides a field. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' at column 51 should be on a new line. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error blocks LeftCurly '{' at column 30 should be on a new line. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 165
 Error coding HiddenField 'demandId' hides a field. 165
 Error whitespace ParenPad ')' is not preceded with whitespace. 165
 Error blocks LeftCurly '{' at column 43 should be on a new line. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Error blocks LeftCurly '{' at column 37 should be on a new line. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error coding HiddenField 'demandReference' hides a field. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error blocks LeftCurly '{' at column 57 should be on a new line. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Error blocks LeftCurly '{' at column 34 should be on a new line. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error coding HiddenField 'demandTypeId' hides a field. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error blocks LeftCurly '{' at column 51 should be on a new line. 181
 Error javadoc JavadocMethod Missing a Javadoc comment. 185
 Error blocks LeftCurly '{' at column 37 should be on a new line. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 189
 Error whitespace ParenPad '(' is not followed by whitespace. 189
 Error coding HiddenField 'demandSubtypeId' hides a field. 189
 Error whitespace ParenPad ')' is not preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 57 should be on a new line. 189
 Error javadoc JavadocMethod Missing a Javadoc comment. 193
 Error blocks LeftCurly '{' at column 34 should be on a new line. 193
 Error javadoc JavadocMethod Missing a Javadoc comment. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error coding HiddenField 'demandStatusId' hides a field. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' at column 53 should be on a new line. 197
 Error javadoc JavadocMethod Missing a Javadoc comment. 201
 Error blocks LeftCurly '{' at column 33 should be on a new line. 201
 Error javadoc JavadocMethod Missing a Javadoc comment. 205
 Error whitespace ParenPad '(' is not followed by whitespace. 205
 Error coding HiddenField 'demandTitle' hides a field. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error blocks LeftCurly '{' at column 49 should be on a new line. 205
 Error javadoc JavadocMethod Missing a Javadoc comment. 209
 Error blocks LeftCurly '{' at column 38 should be on a new line. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error coding HiddenField 'demandCreationDate' hides a field. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error blocks LeftCurly '{' at column 61 should be on a new line. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Error blocks LeftCurly '{' at column 37 should be on a new line. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 221
 Error whitespace ParenPad '(' is not followed by whitespace. 221
 Error coding HiddenField 'demandClosureDate' hides a field. 221
 Error whitespace ParenPad ')' is not preceded with whitespace. 221
 Error blocks LeftCurly '{' at column 59 should be on a new line. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 225
 Error blocks LeftCurly '{' at column 33 should be on a new line. 225
 Error javadoc JavadocMethod Missing a Javadoc comment. 229
 Error whitespace ParenPad '(' is not followed by whitespace. 229
 Error coding HiddenField 'demandMaxStep' hides a field. 229
 Error whitespace ParenPad ')' is not preceded with whitespace. 229
 Error blocks LeftCurly '{' at column 51 should be on a new line. 229
 Error javadoc JavadocMethod Missing a Javadoc comment. 233
 Error blocks LeftCurly '{' at column 37 should be on a new line. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 237
 Error whitespace ParenPad '(' is not followed by whitespace. 237
 Error coding HiddenField 'demandCurrentStep' hides a field. 237
 Error whitespace ParenPad ')' is not preceded with whitespace. 237
 Error blocks LeftCurly '{' at column 59 should be on a new line. 237
 Error javadoc JavadocMethod Missing a Javadoc comment. 241
 Error blocks LeftCurly '{' at column 37 should be on a new line. 241
 Error javadoc JavadocMethod Missing a Javadoc comment. 245
 Error whitespace ParenPad '(' is not followed by whitespace. 245
 Error coding HiddenField 'emailSenderName' hides a field. 245
 Error whitespace ParenPad ')' is not preceded with whitespace. 245
 Error blocks LeftCurly '{' at column 57 should be on a new line. 245
 Error javadoc JavadocMethod Missing a Javadoc comment. 249
 Error blocks LeftCurly '{' at column 38 should be on a new line. 249
 Error javadoc JavadocMethod Missing a Javadoc comment. 253
 Error whitespace ParenPad '(' is not followed by whitespace. 253
 Error coding HiddenField 'emailSenderEmail' hides a field. 253
 Error whitespace ParenPad ')' is not preceded with whitespace. 253
 Error blocks LeftCurly '{' at column 59 should be on a new line. 253
 Error javadoc JavadocMethod Missing a Javadoc comment. 257
 Error blocks LeftCurly '{' at column 36 should be on a new line. 257
 Error javadoc JavadocMethod Missing a Javadoc comment. 261
 Error whitespace ParenPad '(' is not followed by whitespace. 261
 Error coding HiddenField 'emailRecipient' hides a field. 261
 Error whitespace ParenPad ')' is not preceded with whitespace. 261
 Error blocks LeftCurly '{' at column 55 should be on a new line. 261
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Error blocks LeftCurly '{' at column 34 should be on a new line. 265
 Error javadoc JavadocMethod Missing a Javadoc comment. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error coding HiddenField 'emailSubject' hides a field. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error blocks LeftCurly '{' at column 51 should be on a new line. 269
 Error coding HiddenField 'smsSenderName' hides a field. 284
 Error javadoc JavadocMethod Missing a Javadoc comment. 289
 Error blocks LeftCurly '{' at column 39 should be on a new line. 289
 Error javadoc JavadocMethod Missing a Javadoc comment. 293
 Error whitespace ParenPad '(' is not followed by whitespace. 293
 Error coding HiddenField 'backofficeMessage' hides a field. 293
 Error whitespace ParenPad ')' is not preceded with whitespace. 293
 Error blocks LeftCurly '{' at column 61 should be on a new line. 293
 Error javadoc JavadocMethod Missing a Javadoc comment. 297
 Error blocks LeftCurly '{' at column 42 should be on a new line. 297
 Error javadoc JavadocMethod Missing a Javadoc comment. 301
 Error whitespace ParenPad '(' is not followed by whitespace. 301
 Error coding HiddenField 'backofficeStatusText' hides a field. 301
 Error whitespace ParenPad ')' is not preceded with whitespace. 301
 Error blocks LeftCurly '{' at column 67 should be on a new line. 301
 Error javadoc JavadocMethod Missing a Javadoc comment. 305
 Error blocks LeftCurly '{' at column 39 should be on a new line. 305
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Error whitespace ParenPad '(' is not followed by whitespace. 309
 Error coding HiddenField 'myDashboardStatusId' hides a field. 309
 Error whitespace ParenPad ')' is not preceded with whitespace. 309
 Error blocks LeftCurly '{' at column 63 should be on a new line. 309
 Error javadoc JavadocMethod Missing a Javadoc comment. 313
 Error blocks LeftCurly '{' at column 43 should be on a new line. 313
 Error javadoc JavadocMethod Missing a Javadoc comment. 317
 Error whitespace ParenPad '(' is not followed by whitespace. 317
 Error coding HiddenField 'myDashboardStatusText' hides a field. 317
 Error whitespace ParenPad ')' is not preceded with whitespace. 317
 Error blocks LeftCurly '{' at column 69 should be on a new line. 317
 Error javadoc JavadocMethod Missing a Javadoc comment. 321
 Error blocks LeftCurly '{' at column 40 should be on a new line. 321
 Error javadoc JavadocMethod Missing a Javadoc comment. 325
 Error whitespace ParenPad '(' is not followed by whitespace. 325
 Error coding HiddenField 'myDashboardSubject' hides a field. 325
 Error whitespace ParenPad ')' is not preceded with whitespace. 325
 Error blocks LeftCurly '{' at column 63 should be on a new line. 325
 Error javadoc JavadocMethod Missing a Javadoc comment. 329
 Error blocks LeftCurly '{' at column 43 should be on a new line. 329
 Error javadoc JavadocMethod Missing a Javadoc comment. 333
 Error whitespace ParenPad '(' is not followed by whitespace. 333
 Error coding HiddenField 'myDashboardSenderName' hides a field. 333
 Error whitespace ParenPad ')' is not preceded with whitespace. 333
 Error blocks LeftCurly '{' at column 69 should be on a new line. 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Error blocks LeftCurly '{' at column 37 should be on a new line. 337
 Error javadoc JavadocMethod Missing a Javadoc comment. 341
 Error whitespace ParenPad '(' is not followed by whitespace. 341
 Error coding HiddenField 'myDashboardData' hides a field. 341
 Error whitespace ParenPad ')' is not preceded with whitespace. 341
 Error blocks LeftCurly '{' at column 57 should be on a new line. 341
 Error javadoc JavadocMethod Missing a Javadoc comment. 345
 Error blocks LeftCurly '{' at column 31 should be on a new line. 345
 Error javadoc JavadocMethod Missing a Javadoc comment. 349
 Error whitespace ParenPad '(' is not followed by whitespace. 349
 Error coding HiddenField 'mediaType' hides a field. 349
 Error whitespace ParenPad ')' is not preceded with whitespace. 349
 Error blocks LeftCurly '{' at column 48 should be on a new line. 349

fr/paris/lutece/plugins/statistics/rest/StatisticsRest.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Expected an @return tag. 83
 Warning coding ReturnCount Return count is 6 (max allowed is 5). 83
 Error javadoc JavadocMethod Expected @param tag for 'strJson'. 87
 Error javadoc JavadocMethod Expected @param tag for 'request'. 87
 Error javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 87
 Error naming LocalVariableName Name 'IdentityService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98

fr/paris/lutece/plugins/statistics/service/UserStatisticEncryptionService.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. 21
 Error naming StaticVariableName Name 'bIsInitialized' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 30
 Error coding ExplicitInitialization Variable 'bIsInitialized' explicitly initialized to 'false' (default value for its type). 30
 Error naming MemberName Name 'keySpec' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 32
 Error naming MemberName Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 33
 Error naming MemberName Name 'iv' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 34
 Error coding DeclarationOrder Constructor definition in wrong order. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error blocks NeedBraces 'if' construct must use '{}'s. 113
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Error blocks NeedBraces 'if' construct must use '{}'s. 131

fr/paris/lutece/plugins/statistics/tools/DateHelper.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. 10
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 10
 Error blocks LeftCurly '{' at column 25 should be on a new line. 10
 Error coding DeclarationOrder Variable access definition in wrong order. 15
 Error coding DeclarationOrder Variable access definition in wrong order. 16
 Error coding DeclarationOrder Variable access definition in wrong order. 17
 Error coding DeclarationOrder Variable access definition in wrong order. 18
 Error coding DeclarationOrder Variable access definition in wrong order. 19
 Error coding DeclarationOrder Variable access definition in wrong order. 20
 Error coding DeclarationOrder Variable access definition in wrong order. 21
 Error coding DeclarationOrder Variable access definition in wrong order. 22
 Error coding DeclarationOrder Variable access definition in wrong order. 23
 Error coding DeclarationOrder Variable access definition in wrong order. 24
 Error coding DeclarationOrder Variable access definition in wrong order. 25
 Error coding DeclarationOrder Variable access definition in wrong order. 26
 Error coding DeclarationOrder Variable access definition in wrong order. 27
 Error coding DeclarationOrder Variable access definition in wrong order. 28
 Error coding DeclarationOrder Variable access definition in wrong order. 29
 Error coding DeclarationOrder Variable access definition in wrong order. 30
 Error coding DeclarationOrder Variable access definition in wrong order. 31
 Error coding DeclarationOrder Variable access definition in wrong order. 32
 Error coding DeclarationOrder Variable access definition in wrong order. 33
 Error coding DeclarationOrder Variable access definition in wrong order. 34
 Error coding DeclarationOrder Variable access definition in wrong order. 35
 Error coding DeclarationOrder Variable access definition in wrong order. 36
 Error coding DeclarationOrder Variable access definition in wrong order. 37
 Error coding DeclarationOrder Variable access definition in wrong order. 38
 Error coding DeclarationOrder Variable access definition in wrong order. 40
 Error javadoc JavadocType Missing a Javadoc comment. 44
 Error blocks LeftCurly '{' at column 88 should be on a new line. 44
 Error blocks LeftCurly '{' at column 58 should be on a new line. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50
 Error blocks LeftCurly '{' at column 53 should be on a new line. 50
 Error whitespace ParenPad '(' is not followed by whitespace. 52
 Error whitespace ParenPad ')' is not preceded with whitespace. 52
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 53
 Error blocks LeftCurly '{' at column 21 should be on a new line. 53
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 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. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' at column 71 should be on a new line. 70
 Error blocks LeftCurly '{' at column 7 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 blocks LeftCurly '{' at column 44 should be on a new line. 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. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks RightCurly '}' at column 4 should be alone on a line. 74
 Error blocks LeftCurly '{' at column 11 should be on a new line. 74
 Error blocks RightCurly '}' at column 3 should be alone on a line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 36 should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error blocks LeftCurly '{' at column 69 should be on a new line. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error blocks LeftCurly '{' at column 21 should be on a new line. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 106
 Error whitespace ParenPad ')' is not preceded with whitespace. 106
 Error blocks LeftCurly '{' at column 65 should be on a new line. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 107
 Error whitespace ParenPad ')' is not preceded with whitespace. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error blocks LeftCurly '{' at column 71 should be on a new line. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' at column 75 should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 139
 Error whitespace ParenPad ')' is not preceded with whitespace. 139
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error coding DeclarationOrder Static variable definition in wrong order. 144
 Error coding DeclarationOrder Static variable definition in wrong order. 145
 Error coding DeclarationOrder Static variable definition in wrong order. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error javadoc JavadocMethod Expected @param tag for 'date1'. 155
 Error javadoc JavadocMethod Expected @param tag for 'date2'. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error blocks LeftCurly '{' at column 82 should be on a new line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error whitespace ParenPad '(' is not followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error whitespace ParenPad '(' is not followed by whitespace. 165
 Error whitespace ParenPad ')' is not preceded with whitespace. 165
 Error blocks LeftCurly '{' at column 35 should be on a new line. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 178
 Error javadoc JavadocMethod Expected @param tag for 'date1'. 178
 Error javadoc JavadocMethod Expected @param tag for 'date2'. 178
 Error whitespace ParenPad ')' is not preceded with whitespace. 178
 Error blocks LeftCurly '{' at column 88 should be on a new line. 178
 Error javadoc JavadocMethod Expected an @return tag. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error javadoc JavadocMethod Expected @param tag for 'year'. 197
 Error javadoc JavadocMethod Expected @param tag for 'day'. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' at column 77 should be on a new line. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error whitespace ParenPad '(' is not followed by whitespace. 203
 Error whitespace ParenPad ')' is not preceded with whitespace. 203
 Error whitespace ParenPad '(' is not followed by whitespace. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error blocks LeftCurly '{' at column 21 should be on a new line. 205
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 207
 Error blocks RightCurly '}' at column 3 should be alone on a line. 208
 Error blocks LeftCurly '{' at column 10 should be on a new line. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error blocks LeftCurly '{' at column 70 should be on a new line. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 225
 Error whitespace ParenPad ')' is not preceded with whitespace. 225
 Error whitespace ParenPad '(' is not followed by whitespace. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 231
 Error whitespace ParenPad '(' is not followed by whitespace. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 231
 Error whitespace ParenPad '(' is not followed by whitespace. 241
 Error whitespace ParenPad ')' is not preceded with whitespace. 241
 Error blocks LeftCurly '{' at column 57 should be on a new line. 241
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error whitespace ParenPad '(' is not followed by whitespace. 246
 Error whitespace ParenPad ')' is not preceded with whitespace. 246
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249

fr/paris/lutece/plugins/statistics/tools/Encrypter.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. 15
 Error blocks LeftCurly '{' at column 24 should be on a new line. 15
 Error naming MemberName Name 'keySpec' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 16
 Error naming MemberName Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 17
 Error naming MemberName Name 'iv' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 20
 Error whitespace ParenPad '(' is not followed by whitespace. 20
 Error whitespace ParenPad ')' is not preceded with whitespace. 20
 Error blocks LeftCurly '{' at column 55 should be on a new line. 20
 Error blocks LeftCurly '{' at column 9 should be on a new line. 21
 Error whitespace ParenPad '(' is not followed by whitespace. 22
 Error whitespace ParenPad ')' is not preceded with whitespace. 22
 Error whitespace ParenPad '(' is not followed by whitespace. 23
 Error whitespace ParenPad '(' is not followed by whitespace. 23
 Error whitespace ParenPad '(' is not followed by whitespace. 23
 Error whitespace ParenPad ')' is not preceded with whitespace. 23
 Error whitespace ParenPad ')' is not preceded with whitespace. 23
 Error whitespace ParenPad ')' is not preceded with whitespace. 23
 Error whitespace ParenPad '(' is not followed by whitespace. 24
 Error whitespace ParenPad ')' is not preceded with whitespace. 24
 Error whitespace ParenPad '(' is not followed by whitespace. 25
 Error blocks LeftCurly '{' at column 39 should be on a new line. 25
 Error whitespace ParenPad '(' is not followed by whitespace. 29
 Error whitespace ParenPad ')' is not preceded with whitespace. 29
 Error whitespace ParenPad '(' is not followed by whitespace. 31
 Error whitespace ParenPad ')' is not preceded with whitespace. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 31
 Error whitespace ParenPad ')' is not preceded with whitespace. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 33
 Error whitespace ParenPad ')' is not preceded with whitespace. 33
 Error blocks RightCurly '}' at column 5 should be alone on a line. 34
 Error whitespace ParenPad '(' is not followed by whitespace. 34
 Error whitespace ParenPad ')' is not preceded with whitespace. 34
 Error blocks LeftCurly '{' at column 26 should be on a new line. 34
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 35
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error blocks LeftCurly '{' at column 39 should be on a new line. 39
 Error blocks LeftCurly '{' at column 9 should be on a new line. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error blocks NeedBraces 'if' construct must use '{}'s. 44
 Error whitespace ParenPad '(' is not followed by whitespace. 44
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 44
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 44
 Error whitespace ParenPad ')' is not preceded with whitespace. 44
 Error whitespace ParenPad '(' is not followed by whitespace. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error blocks RightCurly '}' at column 5 should be alone on a line. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error blocks LeftCurly '{' at column 27 should be on a new line. 55
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error blocks LeftCurly '{' at column 39 should be on a new line. 61
 Error blocks LeftCurly '{' at column 9 should be on a new line. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error blocks NeedBraces 'if' construct must use '{}'s. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 66
 Error whitespace WhitespaceAround '==' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 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. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error blocks RightCurly '}' at column 5 should be alone on a line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' at column 27 should be on a new line. 77
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 78

fr/paris/lutece/plugins/statistics/tools/ObjectConverter.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. 20
 Error naming StaticVariableName Name 'bIsInitialized' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 25
 Error coding ExplicitInitialization Variable 'bIsInitialized' explicitly initialized to 'false' (default value for its type). 25
 Error naming MemberName Name 'mapperFactory' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81
 Error blocks LeftCurly '{' at column 103 should be on a new line. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 99