Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
16 0 0 87

Fichiers

Fichier
 I
 A
 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

Règles

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

Détails

fr/paris/lutece/plugins/geocodes/business/City.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 82 should be on a new line. 280
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 287
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 298

fr/paris/lutece/plugins/geocodes/business/CityHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'nKey'. 108
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 111
 Erreur
javadoc JavadocMethod Expected @param tag for 'strVal'. 129

fr/paris/lutece/plugins/geocodes/business/Country.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 88 should be on a new line. 267
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 274
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 285

fr/paris/lutece/plugins/geocodes/business/CountryHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'nKey'. 108
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 111
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSearch'. 129

fr/paris/lutece/plugins/geocodes/business/ICityDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'nKey'. 81
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'strVal'. 99
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 117
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 121
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121

fr/paris/lutece/plugins/geocodes/business/ICountryDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'nKey'. 81
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'strVal'. 99
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 117
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 121
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121

fr/paris/lutece/plugins/geocodes/rs/CityRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'strVal'. 72
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 72
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
javadoc JavadocMethod Unused @param tag for 'id'. 114
 Erreur
javadoc JavadocMethod Expected @param tag for 'code'. 122
 Erreur
javadoc JavadocMethod Unused @param tag for 'id'. 136
 Erreur
javadoc JavadocMethod Expected @param tag for 'code'. 139

fr/paris/lutece/plugins/geocodes/rs/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'id'. 130
 Erreur
javadoc JavadocMethod Expected @param tag for 'code'. 133
 Erreur
javadoc JavadocMethod Unused @param tag for 'search'. 152
 Erreur
javadoc JavadocMethod Expected @param tag for 'strVal'. 160
 Erreur
javadoc JavadocMethod Unused @param tag for 'id'. 174
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 177

fr/paris/lutece/plugins/geocodes/rs/SwaggerRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 11
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 11
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 20
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 31
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSearchBeginningVal'. 53

fr/paris/lutece/plugins/geocodes/web/AbstractManageGeoCodesJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <S> tag. 50
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/geocodes/web/CityJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 258
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277

fr/paris/lutece/plugins/geocodes/web/CountryJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 145
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 258
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277