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

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-plugin-identitystore-openamprovider-doc-QA/workspace/target/checkstyle-header.txt"
1  Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Error

Details

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error naming LocalVariableName Name 'UserInformations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65