Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 0 15

Rules

Category Rule Violations Severity
coding DeclarationOrder 2  Error
design FinalClass 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
1  Error
imports AvoidStarImport 1  Error
javadoc JavadocMethod 6  Error
JavadocType 1  Error
whitespace WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
3  Error

Details

fr/paris/lutece/plugins/managelogs/business/LogProperties.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' */'. 33

fr/paris/lutece/plugins/managelogs/util/ManageLogsUtil.java

Severity Category Rule Message Line
 Error design FinalClass Class ManageLogsUtil should be declared as final. 40
 Error javadoc JavadocType Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42

fr/paris/lutece/plugins/managelogs/web/AbstractManageLogsPropertiesJspBean.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 59
 Error javadoc JavadocMethod Expected @param tag for 'throwExceptionOnInaccessibleFile'. 120
 Error javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 120

fr/paris/lutece/plugins/managelogs/web/DownloadLogJspBean.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 135
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 200
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 285

fr/paris/lutece/plugins/managelogs/web/LogPropertiesJspBean.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 344