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
18 0 0 37

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitystore/modules/test/business/ITestDefinitionDAO.java 0 0 4
fr/paris/lutece/plugins/identitystore/modules/test/business/ITestIdentityAttributeDAO.java 0 0 4
fr/paris/lutece/plugins/identitystore/modules/test/business/ITestIdentityDAO.java 0 0 4
fr/paris/lutece/plugins/identitystore/modules/test/business/TestDefinition.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestDefinitionDAO.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestDefinitionHome.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentity.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentityAttribute.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentityAttributeDAO.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentityAttributeHome.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentityDAO.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/business/TestIdentityHome.java 0 0 1
fr/paris/lutece/plugins/identitystore/modules/test/web/AbstractManageTesterJspBean.java 0 0 7
fr/paris/lutece/plugins/identitystore/modules/test/web/TestDefinitionJspBean.java 0 0 3
fr/paris/lutece/plugins/identitystore/modules/test/web/TestIdentityAttributeJspBean.java 0 0 3
fr/paris/lutece/plugins/identitystore/modules/test/web/TestIdentityJspBean.java 0 0 3

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
16
 Error
javadoc JavadocMethod 16
 Error
JavadocType 2
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
3
 Error

Details

fr/paris/lutece/plugins/identitystore/modules/test/business/ITestDefinitionDAO.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 Unused @param tag for 'plugin'. 120
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 126
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126

fr/paris/lutece/plugins/identitystore/modules/test/business/ITestIdentityAttributeDAO.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 Unused @param tag for 'plugin'. 120
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 126
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126

fr/paris/lutece/plugins/identitystore/modules/test/business/ITestIdentityDAO.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 Unused @param tag for 'plugin'. 120
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 126
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126

fr/paris/lutece/plugins/identitystore/modules/test/business/TestDefinition.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/modules/test/business/TestDefinitionDAO.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/modules/test/business/TestDefinitionHome.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/modules/test/business/TestIdentity.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/modules/test/business/TestIdentityAttribute.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/modules/test/business/TestIdentityAttributeDAO.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/modules/test/business/TestIdentityAttributeHome.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/modules/test/business/TestIdentityDAO.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/modules/test/business/TestIdentityHome.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/modules/test/web/AbstractManageTesterJspBean.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 Type Javadoc comment is missing @param <S> tag. 49
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 49
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 81
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 107
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 115

fr/paris/lutece/plugins/identitystore/modules/test/web/TestDefinitionJspBean.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 @throws tag for 'AccessDeniedException'. 184
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 279

fr/paris/lutece/plugins/identitystore/modules/test/web/TestIdentityAttributeJspBean.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 @throws tag for 'AccessDeniedException'. 186
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 281

fr/paris/lutece/plugins/identitystore/modules/test/web/TestIdentityJspBean.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 @throws tag for 'AccessDeniedException'. 184
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 278