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 13

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/AbstractTaskManagement.java 0 0 7
fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/AccountCreationRequestManagement.java 0 0 3
fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/EmailValidationRequestManagement.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"
3
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 5
 Error
JavadocType 3
 Error

Details

fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/AbstractTaskManagement.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. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 77
 Error
javadoc JavadocMethod Missing a Javadoc comment. 101
 Error
javadoc JavadocMethod Missing a Javadoc comment. 112
 Error
javadoc JavadocMethod Missing a Javadoc comment. 143

fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/AccountCreationRequestManagement.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.taskstack.exception.TaskStackException. 39
 Error
javadoc JavadocType Missing a Javadoc comment. 42

fr/paris/lutece/plugins/identitystore/modules/taskstack/provider/EmailValidationRequestManagement.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.taskstack.exception.TaskStackException. 39
 Error
javadoc JavadocType Missing a Javadoc comment. 42