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
9 0 0 71

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitypicker/business/IdentitySearchCriteria.java 0 0 27
fr/paris/lutece/plugins/identitypicker/business/Referential.java 0 0 12
fr/paris/lutece/plugins/identitypicker/business/Rules.java 0 0 11
fr/paris/lutece/plugins/identitypicker/service/IdentityPickerResourceService.java 0 0 1
fr/paris/lutece/plugins/identitypicker/service/IdentityPickerService.java 0 0 11
fr/paris/lutece/plugins/identitypicker/service/rs/IdentityRestConstants.java 0 0 2
fr/paris/lutece/plugins/identitypicker/service/rs/IdentityRestService.java 0 0 7

Rules

Category Rule Violations Severity
coding HiddenField 13
 Error
design FinalClass 1
 Error
VisibilityModifier 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
7
 Error
javadoc JavadocMethod 30
 Error
JavadocType 6
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
11
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error

Details

fr/paris/lutece/plugins/identitypicker/business/IdentitySearchCriteria.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
naming MemberName Name 'commonEmail' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Error
naming MemberName Name 'commonLastName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Error
naming MemberName Name 'firstName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 14
 Error
naming MemberName Name 'birthDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 17
 Error
javadoc JavadocMethod Missing a Javadoc comment. 20
 Error
javadoc JavadocMethod Missing a Javadoc comment. 25
 Error
coding HiddenField 'commonEmail' hides a field. 25
 Error
coding HiddenField 'commonLastName' hides a field. 25
 Error
coding HiddenField 'firstName' hides a field. 25
 Error
coding HiddenField 'birthDate' hides a field. 25
 Error
javadoc JavadocMethod Missing a Javadoc comment. 34
 Error
javadoc JavadocMethod Missing a Javadoc comment. 39
 Error
javadoc JavadocMethod Missing a Javadoc comment. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
coding HiddenField 'commonEmail' hides a field. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
coding HiddenField 'commonLastName' hides a field. 65
 Error
javadoc JavadocMethod Missing a Javadoc comment. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75
 Error
coding HiddenField 'firstName' hides a field. 75
 Error
javadoc JavadocMethod Missing a Javadoc comment. 80
 Error
javadoc JavadocMethod Missing a Javadoc comment. 85
 Error
coding HiddenField 'birthDate' hides a field. 85

fr/paris/lutece/plugins/identitypicker/business/Referential.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 7
 Error
naming MemberName Name 'processList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 9
 Error
naming MemberName Name 'levelList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 10
 Error
naming MemberName Name 'attributeKeyList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Error
javadoc JavadocMethod Missing a Javadoc comment. 13
 Error
coding HiddenField 'processList' hides a field. 13
 Error
coding HiddenField 'levelList' hides a field. 13
 Error
coding HiddenField 'attributeKeyList' hides a field. 13
 Error
javadoc JavadocMethod Missing a Javadoc comment. 20
 Error
javadoc JavadocMethod Missing a Javadoc comment. 25
 Error
javadoc JavadocMethod Missing a Javadoc comment. 30

fr/paris/lutece/plugins/identitypicker/business/Rules.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
naming MemberName Name 'referential' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Error
design VisibilityModifier Variable 'referential' must be private and have accessor methods. 7
 Error
naming MemberName Name 'contract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Error
design VisibilityModifier Variable 'contract' must be private and have accessor methods. 8
 Error
javadoc JavadocMethod Missing a Javadoc comment. 10
 Error
coding HiddenField 'referential' hides a field. 10
 Error
coding HiddenField 'contract' hides a field. 10
 Error
javadoc JavadocMethod Missing a Javadoc comment. 16
 Error
javadoc JavadocMethod Missing a Javadoc comment. 21

fr/paris/lutece/plugins/identitypicker/service/IdentityPickerResourceService.java

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

fr/paris/lutece/plugins/identitypicker/service/IdentityPickerService.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 IdentityPickerService should be declared as final. 66
 Error
javadoc JavadocType Missing a Javadoc comment. 66
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 75
 Error
naming MemberName Name 'identityService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 76
 Error
naming MemberName Name 'clientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 77
 Error
javadoc JavadocMethod Expected @param tag for 'luteceUser'. 115
 Error
javadoc JavadocMethod Unused @param tag for 'author'. 189
 Error
javadoc JavadocMethod Expected @param tag for 'luteceUser'. 255
 Error
javadoc JavadocMethod Unused @param tag for 'searchResponse'. 266
 Error
javadoc JavadocMethod Expected @param tag for 'apiResponse'. 270

fr/paris/lutece/plugins/identitypicker/service/rs/IdentityRestConstants.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

fr/paris/lutece/plugins/identitypicker/service/rs/IdentityRestService.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. 61
 Error
javadoc JavadocMethod Unused @param tag for 'email'. 69
 Error
javadoc JavadocMethod Unused @param tag for 'lastName'. 71
 Error
javadoc JavadocMethod Unused @param tag for 'firstName'. 73
 Error
javadoc JavadocMethod Unused @param tag for 'birthDate'. 75
 Error
javadoc JavadocMethod Expected @param tag for 'searchCriteria'. 82