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

Files

File
 I
 W
 E
TestsJenkins.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
coding PackageDeclaration 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-gitlab-build/workspace/target/checkstyle-header.txt"
1
 Error
javadoc JavadocType 1
 Error

Details

TestsJenkins.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Missing a Javadoc comment. 1
 Error
header Header Missing a header - not enough lines in file. 1
 Error
coding PackageDeclaration Missing package declaration. 1
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 1