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
18 0 0 87

Files

File
 I
 W
 E
fr/paris/lutece/plugins/geocodes/business/City.java 0 0 1
fr/paris/lutece/plugins/geocodes/business/CityDAO.java 0 0 4
fr/paris/lutece/plugins/geocodes/business/CityHome.java 0 0 4
fr/paris/lutece/plugins/geocodes/business/Country.java 0 0 1
fr/paris/lutece/plugins/geocodes/business/CountryDAO.java 0 0 4
fr/paris/lutece/plugins/geocodes/business/CountryHome.java 0 0 4
fr/paris/lutece/plugins/geocodes/business/ICityDAO.java 0 0 7
fr/paris/lutece/plugins/geocodes/business/ICountryDAO.java 0 0 7
fr/paris/lutece/plugins/geocodes/rs/CityRest.java 0 0 10
fr/paris/lutece/plugins/geocodes/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/geocodes/rs/CountryRest.java 0 0 7
fr/paris/lutece/plugins/geocodes/rs/SwaggerRest.java 0 0 1
fr/paris/lutece/plugins/geocodes/service/GeoCodesService.java 0 0 7
fr/paris/lutece/plugins/geocodes/web/AbstractManageGeoCodesJspBean.java 0 0 7
fr/paris/lutece/plugins/geocodes/web/CityJspBean.java 0 0 11
fr/paris/lutece/plugins/geocodes/web/CountryJspBean.java 0 0 11

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
6
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
16
 Error
javadoc JavadocMethod 40
 Error
JavadocType 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
19
 Error

Details

fr/paris/lutece/plugins/geocodes/business/City.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/geocodes/business/CityDAO.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
blocks LeftCurly '{' at column 82 should be on a new line. 280
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 287
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 298

fr/paris/lutece/plugins/geocodes/business/CityHome.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 'nKey'. 108
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'strVal'. 129

fr/paris/lutece/plugins/geocodes/business/Country.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/geocodes/business/CountryDAO.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
blocks LeftCurly '{' at column 88 should be on a new line. 267
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 274
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 285

fr/paris/lutece/plugins/geocodes/business/CountryHome.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 'nKey'. 108
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 111
 Error
javadoc JavadocMethod Expected @param tag for 'strSearch'. 129

fr/paris/lutece/plugins/geocodes/business/ICityDAO.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 'nKey'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 85
 Error
javadoc JavadocMethod Expected @param tag for 'strVal'. 99
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 117
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 121
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121

fr/paris/lutece/plugins/geocodes/business/ICountryDAO.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 'nKey'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 85
 Error
javadoc JavadocMethod Expected @param tag for 'strVal'. 99
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 117
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 121
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121

fr/paris/lutece/plugins/geocodes/rs/CityRest.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 'strVal'. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
javadoc JavadocMethod Unused @param tag for 'id'. 114
 Error
javadoc JavadocMethod Expected @param tag for 'code'. 122
 Error
javadoc JavadocMethod Unused @param tag for 'id'. 136
 Error
javadoc JavadocMethod Expected @param tag for 'code'. 139

fr/paris/lutece/plugins/geocodes/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/geocodes/rs/CountryRest.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 'id'. 130
 Error
javadoc JavadocMethod Expected @param tag for 'code'. 133
 Error
javadoc JavadocMethod Unused @param tag for 'search'. 152
 Error
javadoc JavadocMethod Expected @param tag for 'strVal'. 160
 Error
javadoc JavadocMethod Unused @param tag for 'id'. 174
 Error
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 177

fr/paris/lutece/plugins/geocodes/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/geocodes/service/GeoCodesService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 11
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 20
 Error
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 31
 Error
javadoc JavadocMethod Expected @param tag for 'strCode'. 42
 Error
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 53

fr/paris/lutece/plugins/geocodes/web/AbstractManageGeoCodesJspBean.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 Type Javadoc comment is missing @param <S> tag. 50
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/geocodes/web/CityJspBean.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
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277

fr/paris/lutece/plugins/geocodes/web/CountryJspBean.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
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277