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
8 0 0 15

Files

File
 I
 W
 E
fr/paris/lutece/plugins/codewizard/business/BusinessObject.java 0 0 2
fr/paris/lutece/plugins/codewizard/business/JavaType.java 0 0 1
fr/paris/lutece/plugins/codewizard/business/ObjectAttribute.java 0 0 1
fr/paris/lutece/plugins/codewizard/service/GeneratorService.java 0 0 1
fr/paris/lutece/plugins/codewizard/service/JavaTypeService.java 0 0 9
fr/paris/lutece/plugins/codewizard/web/CodeWizardApp.java 0 0 1

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
6
 Error
javadoc JavadocMethod 3
 Error
misc ArrayTypeStyle
  • javaStyle: "true"
1
 Error
whitespace ParenPad
  • option: "space"
4
 Error

Details

fr/paris/lutece/plugins/codewizard/business/BusinessObject.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. 142

fr/paris/lutece/plugins/codewizard/business/JavaType.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/codewizard/business/ObjectAttribute.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/codewizard/service/GeneratorService.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/codewizard/service/JavaTypeService.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
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
misc ArrayTypeStyle Array brackets at illegal position. 168

fr/paris/lutece/plugins/codewizard/web/CodeWizardApp.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