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
1 0 0 6

Rules

Category Rule Violations Severity
coding DeclarationOrder 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-plugin-test-sector-public-release-doc-QA/workspace/target/checkstyle-header.txt"
1  Error
javadoc JavadocMethod 2  Error
whitespace ParenPad
  • option: "space"
2  Error

Details

fr/paris/lutece/plugins/release/web/ReleaseApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 80
 Error javadoc JavadocMethod Unused @param tag for 'ddd'. 161
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170