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
14 0 0 39

Files

File
 I
 W
 E
fr/paris/lutece/plugins/rest/modules/healthcheck/business/HealthCheckResponseBuilder.java 0 0 6
fr/paris/lutece/plugins/rest/modules/healthcheck/business/LuteceHealthCheckResponseProvider.java 0 0 2
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/CpuUsageCheck.java 0 0 4
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/DBCheck.java 0 0 3
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/DBCheckDAO.java 0 0 1
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/ForcedStatusCheck.java 0 0 2
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/IDBCheckDAO.java 0 0 3
fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/MemoryUsageCheck.java 0 0 3
fr/paris/lutece/plugins/rest/modules/healthcheck/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/rest/modules/healthcheck/rs/HealthCheckRest.java 0 0 9
fr/paris/lutece/plugins/rest/modules/healthcheck/rs/SwaggerRest.java 0 0 1
fr/paris/lutece/plugins/rest/modules/healthcheck/service/HealthCheckService.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
coding HiddenField 1
 Error
design FinalClass 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
12
 Error
javadoc JavadocMethod 6
 Error
JavadocType 7
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
3
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
whitespace ParenPad
  • option: "space"
7
 Error

Details

fr/paris/lutece/plugins/rest/modules/healthcheck/business/HealthCheckResponseBuilder.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 JavadocType Missing a Javadoc comment. 45
 Error
naming MemberName Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48
 Error
naming MemberName Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 50
 Error
naming MemberName Name 'data' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 52
 Error
coding HiddenField 'name' hides a field. 55

fr/paris/lutece/plugins/rest/modules/healthcheck/business/LuteceHealthCheckResponseProvider.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 JavadocType Missing a Javadoc comment. 39

fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/CpuUsageCheck.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 JavadocType Missing a Javadoc comment. 43
 Error
naming StaticVariableName Name 'CPU_MAX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57

fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/DBCheck.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 JavadocType Missing a Javadoc comment. 44
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 58

fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/DBCheckDAO.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/rest/modules/healthcheck/business/impl/ForcedStatusCheck.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 JavadocType Missing a Javadoc comment. 44

fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/IDBCheckDAO.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 Unused @param tag for 'current'. 51
 Error
javadoc JavadocMethod Expected @param tag for 'plugin'. 55

fr/paris/lutece/plugins/rest/modules/healthcheck/business/impl/MemoryUsageCheck.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 JavadocType Missing a Javadoc comment. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57

fr/paris/lutece/plugins/rest/modules/healthcheck/rs/Constants.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/rest/modules/healthcheck/rs/HealthCheckRest.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 Expected @param tag for 'strHealthTypePath'. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
javadoc JavadocMethod Expected @param tag for 'strHealthType'. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 175

fr/paris/lutece/plugins/rest/modules/healthcheck/rs/SwaggerRest.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/rest/modules/healthcheck/service/HealthCheckService.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 FinalClass Class HealthCheckService should be declared as final. 45
 Error
javadoc JavadocType Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Expected @param tag for 'annonationClass'. 81