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 19

Files

File
 I
 W
 E
fr/paris/lutece/plugins/asynchronousupload/service/AbstractAsynchronousUploadHandler.java 0 0 5
fr/paris/lutece/plugins/asynchronousupload/service/AsynchronousUploadHandler.java 0 0 3
fr/paris/lutece/plugins/asynchronousupload/service/AsynchronousUploadSessionListener.java 0 0 1
fr/paris/lutece/plugins/asynchronousupload/service/IAsyncUploadHandler.java 0 0 3
fr/paris/lutece/plugins/asynchronousupload/service/PartialFileItemGroup.java 0 0 3
fr/paris/lutece/plugins/asynchronousupload/service/UploadCacheService.java 0 0 1
fr/paris/lutece/plugins/asynchronousupload/util/JSONUtils.java 0 0 2
fr/paris/lutece/plugins/asynchronousupload/web/AsynchronousUploadApp.java 0 0 1

Rules

Category Rule Violations Severity
coding NestedIfDepth
  • max: "3"
1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
8
 Error
javadoc JavadocMethod 9
 Error
JavadocType 1
 Error

Details

fr/paris/lutece/plugins/asynchronousupload/service/AbstractAsynchronousUploadHandler.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
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 107
 Error
javadoc JavadocMethod Expected @return tag. 438
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 438
 Error
javadoc JavadocMethod Missing a Javadoc comment. 463

fr/paris/lutece/plugins/asynchronousupload/service/AsynchronousUploadHandler.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. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 152

fr/paris/lutece/plugins/asynchronousupload/service/AsynchronousUploadSessionListener.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/asynchronousupload/service/IAsyncUploadHandler.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 'strSessionId'. 237
 Error
javadoc JavadocMethod Expected @param tag for 'session'. 240

fr/paris/lutece/plugins/asynchronousupload/service/PartialFileItemGroup.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 'item'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'items'. 70

fr/paris/lutece/plugins/asynchronousupload/service/UploadCacheService.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/asynchronousupload/util/JSONUtils.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 Missing a Javadoc comment. 146

fr/paris/lutece/plugins/asynchronousupload/web/AsynchronousUploadApp.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