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
3 0 0 21

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java 0 0 21

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
1
 Error
imports UnusedImports 1
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
whitespace ParenPad
  • option: "space"
14
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
4
 Error

Details

fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.identitystore.web.exception.IdentityNotFoundException. 44
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 63
 Error
naming LocalVariableName Name 'UserInformations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 134
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136