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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/helpdesk/modules/solr/search/SolrHelpdeskIndexer.java 0 0 40
fr/paris/lutece/plugins/helpdesk/modules/solr/service/HelpdeskSolrPlugin.java 0 0 1
fr/paris/lutece/plugins/helpdesk/modules/solr/service/HelpdeskSolrService.java 0 0 1

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
6
 Error
RightCurly
  • option: "alone"
4
 Error
coding DeclarationOrder 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
3
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 1
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
4
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
4
 Error
whitespace ParenPad
  • option: "space"
20
 Error

Details

fr/paris/lutece/plugins/helpdesk/modules/solr/search/SolrHelpdeskIndexer.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 - java.io.Reader. 39
 Error
imports UnusedImports Unused import - java.io.StringReader. 40
 Error
coding DeclarationOrder Variable access definition in wrong order. 87
 Error
coding DeclarationOrder Variable access definition in wrong order. 88
 Error
javadoc JavadocMethod Missing a Javadoc comment. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 356
 Error
whitespace ParenPad '(' is not followed by whitespace. 357
 Error
whitespace ParenPad ')' is not preceded with whitespace. 357
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 358
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 359
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 360
 Error
whitespace ParenPad '(' is not followed by whitespace. 360
 Error
whitespace ParenPad ')' is not preceded with whitespace. 360
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 360
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 361
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 409
 Error
whitespace ParenPad '(' is not followed by whitespace. 410
 Error
whitespace ParenPad ')' is not preceded with whitespace. 410
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 411
 Error
whitespace ParenPad '(' is not followed by whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 411
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 411
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 412
 Error
blocks RightCurly '}' at column 3 should be alone on a line. 413
 Error
whitespace ParenPad '(' is not followed by whitespace. 413
 Error
whitespace ParenPad ')' is not preceded with whitespace. 413
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 413
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 414

fr/paris/lutece/plugins/helpdesk/modules/solr/service/HelpdeskSolrPlugin.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/helpdesk/modules/solr/service/HelpdeskSolrService.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