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
11 0 0 93

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/geocode/v1/web/rs/dto/City.java 0 0 19
fr/paris/lutece/plugins/geocode/v1/web/rs/dto/Country.java 0 0 9
fr/paris/lutece/plugins/geocode/v1/web/rs/service/AbstractTransportRest.java 0 0 5
fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportRest.java 0 0 1
fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpAccessTransport.java 0 0 21
fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpApiManagerAccessTransport.java 0 0 2
fr/paris/lutece/plugins/geocode/v1/web/rs/util/Constants.java 0 0 4
fr/paris/lutece/plugins/geocode/v1/web/service/CustomResponseStatusValidator.java 0 0 7
fr/paris/lutece/plugins/geocode/v1/web/service/GeoCodeQualityService.java 0 0 4
fr/paris/lutece/plugins/geocode/v1/web/service/IGeoCodeTransportProvider.java 0 0 9
fr/paris/lutece/plugins/geocode/v1/web/service/IHttpTransportProvider.java 0 0 12

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
13
 Erreur
coding DeclarationOrder 10
 Erreur
design FinalClass 2
 Erreur
VisibilityModifier 4
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Erreur
javadoc JavadocMethod 24
 Erreur
JavadocType 4
 Erreur
modifier RedundantModifier 8
 Erreur
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
16
 Erreur

Détails

fr/paris/lutece/plugins/geocode/v1/web/rs/dto/City.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. 10
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 18
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 19
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 20
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 21
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 22
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 139
 Erreur
blocks LeftCurly '{' at column 51 should be on a new line. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 158
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 158
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 158
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 166
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 175
 Erreur
blocks LeftCurly '{' at column 57 should be on a new line. 184
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 193
 Erreur
blocks LeftCurly '{' at column 48 should be on a new line. 202
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 211
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 220

fr/paris/lutece/plugins/geocode/v1/web/rs/dto/Country.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. 10
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 18
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 19
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 20
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 91
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 99
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 99
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 99

fr/paris/lutece/plugins/geocode/v1/web/rs/service/AbstractTransportRest.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
design VisibilityModifier Variable '_httpTransport' must be private and have accessor methods. 48
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 51
 Erreur
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 51
 Erreur
javadoc JavadocMethod Expected @param tag for 'transportProvider'. 65

fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportRest.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/geocode/v1/web/rs/service/HttpAccessTransport.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
design VisibilityModifier Variable '_httpClient' must be private and have accessor methods. 61
 Erreur
design VisibilityModifier Variable '_strEndPoint' must be private and have accessor methods. 62
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 71
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 102
 Erreur
javadoc JavadocMethod Unable to get class information for @throws tag 'IdentityNotFoundException'. 136
 Erreur
javadoc JavadocMethod Unable to get class information for @throws tag 'IdentityStoreException'. 138
 Erreur
javadoc JavadocMethod Expected @throws tag for 'Exception'. 141
 Erreur
javadoc JavadocMethod Expected @throws tag for 'Exception'. 165
 Erreur
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 175
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 203
 Erreur
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 204
 Erreur
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 204
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 204
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 233
 Erreur
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 234
 Erreur
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 234
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 234

fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpApiManagerAccessTransport.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 @throws tag for 'Exception'. 98

fr/paris/lutece/plugins/geocode/v1/web/rs/util/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
design FinalClass Class Constants should be declared as final. 3
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 3

fr/paris/lutece/plugins/geocode/v1/web/service/CustomResponseStatusValidator.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
design FinalClass Class CustomResponseStatusValidator should be declared as final. 38
 Erreur
javadoc JavadocType Missing a Javadoc comment. 38
 Erreur
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 42
 Erreur
coding DeclarationOrder Constructor definition in wrong order. 51
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 51

fr/paris/lutece/plugins/geocode/v1/web/service/GeoCodeQualityService.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 @throws tag for 'Exception'. 91
 Erreur
javadoc JavadocMethod Expected @throws tag for 'Exception'. 106
 Erreur
javadoc JavadocMethod Expected @throws tag for 'Exception'. 121

fr/paris/lutece/plugins/geocode/v1/web/service/IGeoCodeTransportProvider.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
modifier RedundantModifier Redundant 'final' modifier. 58
 Erreur
modifier RedundantModifier Redundant 'final' modifier. 58
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 70
 Erreur
modifier RedundantModifier Redundant 'final' modifier. 82
 Erreur
modifier RedundantModifier Redundant 'final' modifier. 82
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 94
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 94

fr/paris/lutece/plugins/geocode/v1/web/service/IHttpTransportProvider.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
modifier RedundantModifier Redundant 'public' modifier. 52
 Erreur
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 52
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 59
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 61
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 61
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 62
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 66
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 66
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 66
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67