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
17 0 0 47

Files

File
 I
 W
 E
fr/paris/lutece/plugins/blobstore/business/BytesBlobStore.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/InputStreamBlobStore.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/database/DatabaseBlobStoreHome.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/database/IDatabaseBlobStoreDAO.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/database/IDatabaseBlobStoreHome.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/filesystem/FileAlreadyExistsException.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/filesystem/FileSystemBlobStoreHome.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/filesystem/IFileSystemBlobStoreDAO.java 0 0 1
fr/paris/lutece/plugins/blobstore/business/filesystem/IFileSystemBlobStoreHome.java 0 0 22
fr/paris/lutece/plugins/blobstore/service/BlobStoreClientException.java 0 0 1
fr/paris/lutece/plugins/blobstore/service/BlobStoreFileItem.java 0 0 9
fr/paris/lutece/plugins/blobstore/service/IBlobStoreClientService.java 0 0 1
fr/paris/lutece/plugins/blobstore/service/IBlobStoreService.java 0 0 2
fr/paris/lutece/plugins/blobstore/service/NoSuchBlobException.java 0 0 1
fr/paris/lutece/plugins/blobstore/service/download/IBlobStoreDownloadUrlService.java 0 0 1
fr/paris/lutece/plugins/blobstore/util/BlobStoreLibConstants.java 0 0 1
fr/paris/lutece/plugins/blobstore/util/BlobStoreLibUtils.java 0 0 1

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
17
 Error
javadoc JavadocMethod 1
 Error
modifier RedundantModifier 21
 Error
whitespace ParenPad
  • option: "space"
6
 Error

Details

fr/paris/lutece/plugins/blobstore/business/BytesBlobStore.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/blobstore/business/InputStreamBlobStore.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/blobstore/business/database/DatabaseBlobStoreHome.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/blobstore/business/database/IDatabaseBlobStoreDAO.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/blobstore/business/database/IDatabaseBlobStoreHome.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/blobstore/business/filesystem/FileAlreadyExistsException.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/blobstore/business/filesystem/FileSystemBlobStoreHome.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/blobstore/business/filesystem/IFileSystemBlobStoreDAO.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/blobstore/business/filesystem/IFileSystemBlobStoreHome.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
modifier RedundantModifier Redundant 'final' modifier. 61
 Error
modifier RedundantModifier Redundant 'final' modifier. 61
 Error
modifier RedundantModifier Redundant 'final' modifier. 61
 Error
modifier RedundantModifier Redundant 'final' modifier. 75
 Error
modifier RedundantModifier Redundant 'final' modifier. 75
 Error
modifier RedundantModifier Redundant 'final' modifier. 75
 Error
modifier RedundantModifier Redundant 'final' modifier. 89
 Error
modifier RedundantModifier Redundant 'final' modifier. 89
 Error
modifier RedundantModifier Redundant 'final' modifier. 89
 Error
modifier RedundantModifier Redundant 'final' modifier. 104
 Error
modifier RedundantModifier Redundant 'final' modifier. 104
 Error
modifier RedundantModifier Redundant 'final' modifier. 104
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 134
 Error
modifier RedundantModifier Redundant 'final' modifier. 134
 Error
modifier RedundantModifier Redundant 'final' modifier. 134
 Error
modifier RedundantModifier Redundant 'final' modifier. 150
 Error
modifier RedundantModifier Redundant 'final' modifier. 150
 Error
modifier RedundantModifier Redundant 'final' modifier. 150

fr/paris/lutece/plugins/blobstore/service/BlobStoreClientException.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/blobstore/service/BlobStoreFileItem.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
blocks LeftCurly '{' at column 41 should be on a new line. 357
 Error
whitespace ParenPad '(' is not followed by whitespace. 358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 362
 Error
whitespace ParenPad ')' is not preceded with whitespace. 362
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 362
 Error
whitespace ParenPad '(' is not followed by whitespace. 363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 363

fr/paris/lutece/plugins/blobstore/service/IBlobStoreClientService.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/blobstore/service/IBlobStoreService.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 'fileItem'. 87

fr/paris/lutece/plugins/blobstore/service/NoSuchBlobException.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/blobstore/service/download/IBlobStoreDownloadUrlService.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/blobstore/util/BlobStoreLibConstants.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/blobstore/util/BlobStoreLibUtils.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