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
6 0 0 7

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/tech-plugin-swaggerui-doc-QA/workspace/target/checkstyle-header.txt"
4  Error
whitespace ParenPad
  • option: "space"
2  Error

Details

fr/paris/lutece/plugins/swaggerui/business/SwaggerFile.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/swaggerui/service/SwaggerFileService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error coding ArrayTrailingComma Array should contain trailing comma. 79

fr/paris/lutece/plugins/swaggerui/web/SwaggerServlet.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96

fr/paris/lutece/plugins/swaggerui/web/SwaggerUI.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2