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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AttributeDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AuthorDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/CertificateDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/DtoFormatConstants.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityChangeDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/ResponseDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/rs/util/Constants.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/AuthorType.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AppRightDto.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ApplicationRightsDto.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeDto.java 0 0 4
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeStatusDto.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AuthorDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/CertificateDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/DtoFormatConstants.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityChangeDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ResponseDto.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/SearchDto.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/util/Constants.java 0 0 1

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
21
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 6
 Error

Details

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AttributeDto.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/identitystore/v1/web/rs/dto/AuthorDto.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/identitystore/v1/web/rs/dto/CertificateDto.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/identitystore/v1/web/rs/dto/DtoFormatConstants.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/identitystore/v1/web/rs/dto/IdentityChangeDto.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/identitystore/v1/web/rs/dto/IdentityDto.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/identitystore/v1/web/rs/dto/ResponseDto.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/identitystore/v1/web/rs/util/Constants.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/identitystore/v2/web/rs/AuthorType.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/identitystore/v2/web/rs/dto/AppRightDto.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 JavadocMethod Expected @param tag for 'listCertifiers'. 167

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ApplicationRightsDto.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 JavadocMethod Expected @param tag for 'listAppRights'. 108

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeDto.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 JavadocMethod Expected @param tag for 'strlastUpdateApplicationCode'. 151
 Error
javadoc JavadocMethod Expected @param tag for 'dateLastUpdate'. 169
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 254

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeStatusDto.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 JavadocMethod Expected @param tag for 'dateNewCertificateExpirationDate'. 171

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AuthorDto.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/identitystore/v2/web/rs/dto/CertificateDto.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/identitystore/v2/web/rs/dto/DtoFormatConstants.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/identitystore/v2/web/rs/dto/IdentityChangeDto.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/identitystore/v2/web/rs/dto/IdentityDto.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/identitystore/v2/web/rs/dto/ResponseDto.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/identitystore/v2/web/rs/dto/SearchDto.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 - com.fasterxml.jackson.annotation.JsonRootName. 38

fr/paris/lutece/plugins/identitystore/v2/web/rs/util/Constants.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