Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
15 0 0 159

Files

File
 I
 W
 E
fr/paris/lutece/plugins/accountgenerator/AccountGeneratorPlugin.java 0 0 1
fr/paris/lutece/plugins/accountgenerator/business/IIdentityAccountDao.java 0 0 9
fr/paris/lutece/plugins/accountgenerator/business/IdentityAccount.java 0 0 18
fr/paris/lutece/plugins/accountgenerator/business/IdentityAccountDao.java 0 0 7
fr/paris/lutece/plugins/accountgenerator/business/IdentityAccountHome.java 0 0 6
fr/paris/lutece/plugins/accountgenerator/daemon/PurgeExpiratedIdentityAccountsDaemons.java 0 0 5
fr/paris/lutece/plugins/accountgenerator/dto/CitiesCodesListResponse.java 0 0 10
fr/paris/lutece/plugins/accountgenerator/dto/PurgeExipratedIdentityAccountsResult.java 0 0 14
fr/paris/lutece/plugins/accountgenerator/service/GeocodesCache.java 0 0 8
fr/paris/lutece/plugins/accountgenerator/service/IdentityAccountGeneratorService.java 0 0 49
fr/paris/lutece/plugins/accountgenerator/service/IdentityAccountPurgeService.java 0 0 18
fr/paris/lutece/plugins/accountgenerator/web/request/AccountGeneratorCreateRequest.java 0 0 11
fr/paris/lutece/plugins/accountgenerator/web/rs/AccountGeneratorRestService.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
7
 Error
coding DeclarationOrder 39
 Error
ExplicitInitialization 2
 Error
HiddenField 8
 Error
design FinalClass 3
 Error
HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
13
 Error
imports AvoidStarImport 1
 Error
javadoc JavadocMethod 44
 Error
JavadocType 12
 Error
modifier ModifierOrder 2
 Error
RedundantModifier 7
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
3
 Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
13
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4
 Error

Details

fr/paris/lutece/plugins/accountgenerator/AccountGeneratorPlugin.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/accountgenerator/business/IIdentityAccountDao.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 40
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44
 Error
modifier RedundantModifier Redundant 'final' modifier. 44
 Error
modifier RedundantModifier Redundant 'final' modifier. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 46
 Error
modifier RedundantModifier Redundant 'final' modifier. 46
 Error
modifier RedundantModifier Redundant 'final' modifier. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48

fr/paris/lutece/plugins/accountgenerator/business/IdentityAccount.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
naming MemberName Name 'guid' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error
naming MemberName Name 'cuid' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 41
 Error
naming MemberName Name 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 42
 Error
naming MemberName Name 'expirationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
coding HiddenField 'guid' hides a field. 50
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60
 Error
coding HiddenField 'cuid' hides a field. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
javadoc JavadocMethod Missing a Javadoc comment. 70
 Error
coding HiddenField 'creationDate' hides a field. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75
 Error
javadoc JavadocMethod Missing a Javadoc comment. 80
 Error
coding HiddenField 'expirationDate' hides a field. 80

fr/paris/lutece/plugins/accountgenerator/business/IdentityAccountDao.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 Error
modifier RedundantModifier Redundant 'final' modifier. 52
 Error
modifier RedundantModifier Redundant 'final' modifier. 68
 Error
modifier RedundantModifier Redundant 'final' modifier. 82

fr/paris/lutece/plugins/accountgenerator/business/IdentityAccountHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65

fr/paris/lutece/plugins/accountgenerator/daemon/PurgeExpiratedIdentityAccountsDaemons.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 44
 Error
naming LocalVariableName Name 'S' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
 Error
naming LocalVariableName Name 'H' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
 Error
naming LocalVariableName Name 'M' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59

fr/paris/lutece/plugins/accountgenerator/dto/CitiesCodesListResponse.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
naming MemberName Name 'result' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error
naming MemberName Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48
 Error
coding HiddenField 'result' hides a field. 48
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
coding HiddenField 'status' hides a field. 58

fr/paris/lutece/plugins/accountgenerator/dto/PurgeExipratedIdentityAccountsResult.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 36
 Error
naming MemberName Name 'nbDeletedAccounts' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 38
 Error
coding ExplicitInitialization Variable 'nbDeletedAccounts' explicitly initialized to '0' (default value for its type). 38
 Error
naming MemberName Name 'nbDeletedIdentities' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 39
 Error
coding ExplicitInitialization Variable 'nbDeletedIdentities' explicitly initialized to '0' (default value for its type). 39
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
coding HiddenField 'nbDeletedAccounts' hides a field. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
coding HiddenField 'nbDeletedIdentities' hides a field. 66

fr/paris/lutece/plugins/accountgenerator/service/GeocodesCache.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class GeocodesCache should be declared as final. 53
 Error
javadoc JavadocType Missing a Javadoc comment. 53
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
coding DeclarationOrder Constructor definition in wrong order. 73
 Error
javadoc JavadocMethod Missing a Javadoc comment. 73
 Error
javadoc JavadocMethod Missing a Javadoc comment. 82

fr/paris/lutece/plugins/accountgenerator/service/IdentityAccountGeneratorService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class IdentityAccountGeneratorService should be declared as final. 74
 Error
javadoc JavadocType Missing a Javadoc comment. 74
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 77
 Error
javadoc JavadocMethod Missing a Javadoc comment. 79
 Error
coding DeclarationOrder Static variable definition in wrong order. 89
 Error
coding DeclarationOrder Static variable definition in wrong order. 90
 Error
coding DeclarationOrder Static variable definition in wrong order. 91
 Error
coding DeclarationOrder Static variable definition in wrong order. 94
 Error
coding DeclarationOrder Static variable definition in wrong order. 95
 Error
coding DeclarationOrder Static variable definition in wrong order. 96
 Error
coding DeclarationOrder Static variable definition in wrong order. 97
 Error
coding DeclarationOrder Static variable definition in wrong order. 100
 Error
coding DeclarationOrder Static variable definition in wrong order. 101
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
coding DeclarationOrder Static variable definition in wrong order. 103
 Error
coding DeclarationOrder Static variable definition in wrong order. 104
 Error
coding DeclarationOrder Static variable definition in wrong order. 105
 Error
coding DeclarationOrder Static variable definition in wrong order. 106
 Error
coding DeclarationOrder Static variable definition in wrong order. 107
 Error
coding DeclarationOrder Static variable definition in wrong order. 108
 Error
coding DeclarationOrder Static variable definition in wrong order. 109
 Error
coding DeclarationOrder Static variable definition in wrong order. 110
 Error
coding DeclarationOrder Static variable definition in wrong order. 111
 Error
coding DeclarationOrder Static variable definition in wrong order. 112
 Error
coding DeclarationOrder Static variable definition in wrong order. 113
 Error
coding DeclarationOrder Static variable definition in wrong order. 116
 Error
coding DeclarationOrder Static variable definition in wrong order. 117
 Error
coding DeclarationOrder Static variable definition in wrong order. 119
 Error
coding DeclarationOrder Instance variable definition in wrong order. 120
 Error
naming MemberName Name 'maxGenerationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 120
 Error
coding DeclarationOrder Static variable definition in wrong order. 121
 Error
coding DeclarationOrder Instance variable definition in wrong order. 124
 Error
naming MemberName Name 'client' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 124
 Error
coding DeclarationOrder Instance variable definition in wrong order. 125
 Error
naming MemberName Name 'author' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 125
 Error
coding DeclarationOrder Constructor definition in wrong order. 128
 Error
javadoc JavadocMethod Missing a Javadoc comment. 128
 Error
blocks LeftCurly '{' at column 127 should be on a new line. 252
 Error
javadoc JavadocMethod Missing a Javadoc comment. 266
 Error
javadoc JavadocMethod Missing a Javadoc comment. 304
 Error
javadoc JavadocMethod Missing a Javadoc comment. 310
 Error
javadoc JavadocMethod Missing a Javadoc comment. 317
 Error
javadoc JavadocMethod Missing a Javadoc comment. 328
 Error
javadoc JavadocMethod Missing a Javadoc comment. 333
 Error
javadoc JavadocMethod Missing a Javadoc comment. 339
 Error
javadoc JavadocMethod Missing a Javadoc comment. 344
 Error
javadoc JavadocMethod Missing a Javadoc comment. 356
 Error
javadoc JavadocMethod Missing a Javadoc comment. 364

fr/paris/lutece/plugins/accountgenerator/service/IdentityAccountPurgeService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class IdentityAccountPurgeService should be declared as final. 55
 Error
javadoc JavadocType Missing a Javadoc comment. 55
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
coding DeclarationOrder Static variable definition in wrong order. 71
 Error
coding DeclarationOrder Static variable definition in wrong order. 72
 Error
coding DeclarationOrder Static variable definition in wrong order. 73
 Error
coding DeclarationOrder Static variable definition in wrong order. 76
 Error
coding DeclarationOrder Static variable definition in wrong order. 77
 Error
coding DeclarationOrder Instance variable definition in wrong order. 80
 Error
naming MemberName Name 'client' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 80
 Error
coding DeclarationOrder Instance variable definition in wrong order. 81
 Error
naming MemberName Name 'author' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 81
 Error
coding DeclarationOrder Constructor definition in wrong order. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 95

fr/paris/lutece/plugins/accountgenerator/web/request/AccountGeneratorCreateRequest.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.identitystore.web.exception.*. 44
 Error
javadoc JavadocType Missing a Javadoc comment. 49
 Error
naming StaticVariableName Name 'JSON_EXAMPLE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 52
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 65
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 70
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 78
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 83
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 88
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 93

fr/paris/lutece/plugins/accountgenerator/web/rs/AccountGeneratorRestService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55