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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/antexecuter/business/CheckDatabaseDAO.java 0 0 6
fr/paris/lutece/plugins/antexecuter/business/package-info.java 0 0 1
fr/paris/lutece/plugins/antexecuter/service/AntExecuter.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3
 Error
RightCurly
  • option: "alone"
1
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
3
 Error
javadoc JavadocMethod 1
 Error
JavadocType 1
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
1
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
1
 Error

Details

fr/paris/lutece/plugins/antexecuter/business/CheckDatabaseDAO.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 5
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 5
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'SELECT *'. 7
 Error
javadoc JavadocMethod Missing a Javadoc comment. 10

fr/paris/lutece/plugins/antexecuter/business/package-info.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1

fr/paris/lutece/plugins/antexecuter/service/AntExecuter.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
blocks RightCurly '}' at column 10 should be alone on a line. 97
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 97
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 103