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
4 0 0 16

Files

File
 I
 W
 E
fr/paris/lutece/plugins/solrserver/SolrServerFilter.java 0 0 14
fr/paris/lutece/plugins/solrserver/web/SolrserverJspBean.java 0 0 2

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3
 Error
coding ParameterAssignment 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
2
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 1
 Error
JavadocType 1
 Error
whitespace ParenPad
  • option: "space"
5
 Error

Details

fr/paris/lutece/plugins/solrserver/SolrServerFilter.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
imports UnusedImports Unused import - org.apache.solr.common.util.FastInputStream. 40
 Error
imports UnusedImports Unused import - javax.servlet.Filter. 45
 Error
imports UnusedImports Unused import - javax.servlet.ServletInputStream. 49
 Error
javadoc JavadocType Missing a Javadoc comment. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 115
 Error
coding ParameterAssignment Assignment of parameter 'request' is not allowed. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 116
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118

fr/paris/lutece/plugins/solrserver/web/SolrserverJspBean.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. 52