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
3 0 0 14

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2  Error
NeedBraces 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/seo-module-seo-wiki-doc-QA/workspace/target/checkstyle-header.txt"
1  Error
imports UnusedImports 1  Error
whitespace ParenPad
  • option: "space"
9  Error

Details

fr/paris/lutece/plugins/seo/modules/wiki/service/WikiFriendlyUrlGenerator.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 imports UnusedImports Unused import - java.util.ArrayList. 52
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error blocks LeftCurly '{' at column 55 should be on a new line. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 143
 Error whitespace ParenPad ')' is not preceded with whitespace. 143
 Error blocks LeftCurly '{' at column 57 should be on a new line. 143
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error blocks NeedBraces 'if' construct must use '{}'s. 159