Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
8 0 0 17

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/dev-plugin-codewizard-doc-QA/workspace/target/checkstyle-header.txt"
6  Error
javadoc JavadocMethod 3  Error
misc ArrayTypeStyle
  • javaStyle: "true"
1  Error
whitespace ParenPad
  • option: "space"
6  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-2019, Mairie de 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-2019, Mairie de 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-2019, Mairie de 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-2019, Mairie de 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-2019, Mairie de 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 whitespace ParenPad ')' is not preceded with whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 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-2019, Mairie de Paris'. 2