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
41 0 0 325

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/carto/business/Basemap.java 0 0 5
fr/paris/lutece/plugins/carto/business/BasemapDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/BasemapHome.java 0 0 1
fr/paris/lutece/plugins/carto/business/Coordonnee.java 0 0 15
fr/paris/lutece/plugins/carto/business/CoordonneeDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/CoordonneeHome.java 0 0 1
fr/paris/lutece/plugins/carto/business/DataLayer.java 0 0 25
fr/paris/lutece/plugins/carto/business/DataLayerDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/DataLayerHome.java 0 0 7
fr/paris/lutece/plugins/carto/business/DataLayerMapTemplate.java 0 0 50
fr/paris/lutece/plugins/carto/business/DataLayerMapTemplateDAO.java 0 0 3
fr/paris/lutece/plugins/carto/business/DataLayerMapTemplateHome.java 0 0 3
fr/paris/lutece/plugins/carto/business/DataLayerType.java 0 0 1
fr/paris/lutece/plugins/carto/business/DataLayerTypeDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/DataLayerTypeHome.java 0 0 1
fr/paris/lutece/plugins/carto/business/Feature.java 0 0 43
fr/paris/lutece/plugins/carto/business/FeatureCollection.java 0 0 14
fr/paris/lutece/plugins/carto/business/GeometryType.java 0 0 1
fr/paris/lutece/plugins/carto/business/GeometryTypeDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/GeometryTypeHome.java 0 0 1
fr/paris/lutece/plugins/carto/business/IBasemapDAO.java 0 0 4
fr/paris/lutece/plugins/carto/business/ICoordonneeDAO.java 0 0 4
fr/paris/lutece/plugins/carto/business/IDataLayerDAO.java 0 0 8
fr/paris/lutece/plugins/carto/business/IDataLayerMapTemplateDAO.java 0 0 9
fr/paris/lutece/plugins/carto/business/IDataLayerTypeDAO.java 0 0 4
fr/paris/lutece/plugins/carto/business/IGeometryTypeDAO.java 0 0 4
fr/paris/lutece/plugins/carto/business/IMapTemplateDAO.java 0 0 7
fr/paris/lutece/plugins/carto/business/MapTemplate.java 0 0 1
fr/paris/lutece/plugins/carto/business/MapTemplateDAO.java 0 0 1
fr/paris/lutece/plugins/carto/business/MapTemplateHome.java 0 0 1
fr/paris/lutece/plugins/carto/provider/IMarkerProvider.java 0 0 9
fr/paris/lutece/plugins/carto/provider/InfoMarker.java 0 0 1
fr/paris/lutece/plugins/carto/util/EnumDataLayerSource.java 0 0 3
fr/paris/lutece/plugins/carto/web/AbstractManageCartoJspBean.java 0 0 7
fr/paris/lutece/plugins/carto/web/BasemapJspBean.java 0 0 3
fr/paris/lutece/plugins/carto/web/CoordonneeJspBean.java 0 0 3
fr/paris/lutece/plugins/carto/web/DataLayerJspBean.java 0 0 45
fr/paris/lutece/plugins/carto/web/DataLayerMapTemplateJspBean.java 0 0 26
fr/paris/lutece/plugins/carto/web/DataLayerTypeJspBean.java 0 0 3
fr/paris/lutece/plugins/carto/web/GeometryTypeJspBean.java 0 0 3
fr/paris/lutece/plugins/carto/web/MapTemplateJspBean.java 0 0 3

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
38
 Erreur
NeedBraces 8
 Erreur
RightCurly
  • option: "alone"
4
 Erreur
coding DeclarationOrder 5
 Erreur
HiddenField 14
 Erreur
InnerAssignment 1
 Erreur
InnerAssignment 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
41
 Erreur
imports UnusedImports 6
 Erreur
javadoc JavadocMethod 75
 Erreur
JavadocType 4
 Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2
 Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
25
 Erreur
whitespace ParenPad
  • option: "space"
102
 Erreur

Détails

fr/paris/lutece/plugins/carto/business/Basemap.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 33 should be on a new line. 127
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 137
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 137

fr/paris/lutece/plugins/carto/business/BasemapDAO.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/carto/business/BasemapHome.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/carto/business/Coordonnee.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 Missing a Javadoc comment. 62
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 62
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 66
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 66
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 66
 Erreur
blocks LeftCurly '{' at column 55 should be on a new line. 66
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 155
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 160
 Erreur
coding HiddenField '_strGeoJson' hides a field. 160
 Erreur
naming ParameterName Name '_strGeoJson' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 165
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 170
 Erreur
coding HiddenField '_dataLayer' hides a field. 170
 Erreur
naming ParameterName Name '_dataLayer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170

fr/paris/lutece/plugins/carto/business/CoordonneeDAO.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/carto/business/CoordonneeHome.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/carto/business/DataLayer.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 28 should be on a new line. 199
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 208
 Erreur
coding HiddenField '_strSource' hides a field. 208
 Erreur
naming ParameterName Name '_strSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 208
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 208
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 208
 Erreur
blocks LeftCurly '{' at column 29 should be on a new line. 217
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 226
 Erreur
coding HiddenField '_strUrlFlux' hides a field. 226
 Erreur
naming ParameterName Name '_strUrlFlux' must match pattern '^[a-z][a-zA-Z0-9]*$'. 226
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 226
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 226
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 235
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 244
 Erreur
coding HiddenField '_strTypeNameFlux' hides a field. 244
 Erreur
naming ParameterName Name '_strTypeNameFlux' must match pattern '^[a-z][a-zA-Z0-9]*$'. 244
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 244
 Erreur
blocks LeftCurly '{' at column 55 should be on a new line. 244
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 253
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 262
 Erreur
coding HiddenField '_strVersionFlux' hides a field. 262
 Erreur
naming ParameterName Name '_strVersionFlux' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 262

fr/paris/lutece/plugins/carto/business/DataLayerDAO.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/carto/business/DataLayerHome.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'. 115
 Erreur
javadoc JavadocMethod Expected @param tag for 'strSolrTag'. 119
 Erreur
javadoc JavadocMethod Expected @param tag for 'nMapId'. 139
 Erreur
javadoc JavadocMethod Expected @param tag for 'editable'. 183
 Erreur
javadoc JavadocMethod Expected @param tag for 'inclusion'. 183
 Erreur
javadoc JavadocMethod Expected @param tag for 'exclusion'. 183

fr/paris/lutece/plugins/carto/business/DataLayerMapTemplate.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
imports UnusedImports Unused import - javax.validation.constraints.NotEmpty. 37
 Erreur
naming ParameterName Name '_fkIdCoordinate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 286
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 296
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 306
 Erreur
coding HiddenField '_nZoomPicto' hides a field. 306
 Erreur
naming ParameterName Name '_nZoomPicto' must match pattern '^[a-z][a-zA-Z0-9]*$'. 306
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 306
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 306
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 315
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 325
 Erreur
coding HiddenField '_strIconImage' hides a field. 325
 Erreur
naming ParameterName Name '_strIconImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 325
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 325
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 325
 Erreur
blocks LeftCurly '{' at column 34 should be on a new line. 334
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 341
 Erreur
coding HiddenField '_nPictoSizeZoom0_7' hides a field. 341
 Erreur
javadoc JavadocMethod Expected @param tag for '_nPictoSizeZoom0_7'. 341
 Erreur
naming ParameterName Name '_nPictoSizeZoom0_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. 341
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 341
 Erreur
blocks LeftCurly '{' at column 57 should be on a new line. 341
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 350
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 357
 Erreur
coding HiddenField '_nPictoSizeZoom8_12' hides a field. 357
 Erreur
javadoc JavadocMethod Expected @param tag for '_nPictoSizeZoom8_12'. 357
 Erreur
naming ParameterName Name '_nPictoSizeZoom8_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 357
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 357
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 357
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 366
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 373
 Erreur
coding HiddenField '_nPictoSizeZoom13_15' hides a field. 373
 Erreur
javadoc JavadocMethod Expected @param tag for '_nPictoSizeZoom13_15'. 373
 Erreur
naming ParameterName Name '_nPictoSizeZoom13_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 373
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 373
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 373
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 382
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 389
 Erreur
coding HiddenField '_nPictoSizeZoom16_19' hides a field. 389
 Erreur
javadoc JavadocMethod Expected @param tag for '_nPictoSizeZoom16_19'. 389
 Erreur
naming ParameterName Name '_nPictoSizeZoom16_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. 389
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 389
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 389
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 398
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 405
 Erreur
coding HiddenField '_bMarkerCluster' hides a field. 405
 Erreur
javadoc JavadocMethod Expected @param tag for '_bMarkerCluster'. 405
 Erreur
naming ParameterName Name '_bMarkerCluster' must match pattern '^[a-z][a-zA-Z0-9]*$'. 405
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 405
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 405

fr/paris/lutece/plugins/carto/business/DataLayerMapTemplateDAO.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
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 333
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 400

fr/paris/lutece/plugins/carto/business/DataLayerMapTemplateHome.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'. 157
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 161

fr/paris/lutece/plugins/carto/business/DataLayerType.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/carto/business/DataLayerTypeDAO.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/carto/business/DataLayerTypeHome.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/carto/business/Feature.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
whitespace ParenPad '(' is not followed by whitespace. 10
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 10
 Erreur
blocks LeftCurly '{' at column 22 should be on a new line. 11
 Erreur
naming MemberName Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 23
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 28
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 29
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 30
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 31
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 34
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 39
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 39
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 39
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 39
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 43
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 43
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 43
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 43
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 47
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 47
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 47
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 47
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 56
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 64
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 64
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 64
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 67
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 67
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 67
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 90
 Erreur
javadoc JavadocMethod Expected @param tag for 'strType'. 90
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 90
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 90
 Erreur
coding InnerAssignment Inner assignments should be avoided. 91

fr/paris/lutece/plugins/carto/business/FeatureCollection.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. 8
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 8
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 8
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 9
 Erreur
naming MemberName Name 'features' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 10
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 12
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 12
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 16
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 16
 Erreur
coding HiddenField 'features' hides a field. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 16
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29

fr/paris/lutece/plugins/carto/business/GeometryType.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/carto/business/GeometryTypeDAO.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/carto/business/GeometryTypeHome.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/carto/business/IBasemapDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127

fr/paris/lutece/plugins/carto/business/ICoordonneeDAO.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 'plugin'. 120
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 126
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126

fr/paris/lutece/plugins/carto/business/IDataLayerDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 155
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 164
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 164

fr/paris/lutece/plugins/carto/business/IDataLayerMapTemplateDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 132
 Erreur
javadoc JavadocMethod Unused @param tag for 'nkey'. 134
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 138
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 138

fr/paris/lutece/plugins/carto/business/IDataLayerTypeDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127

fr/paris/lutece/plugins/carto/business/IGeometryTypeDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127

fr/paris/lutece/plugins/carto/business/IMapTemplateDAO.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 'plugin'. 121
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 132
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 136
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136

fr/paris/lutece/plugins/carto/business/MapTemplate.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/carto/business/MapTemplateDAO.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/carto/business/MapTemplateHome.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/carto/provider/IMarkerProvider.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
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory. 41
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.service.task.ITask. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'solrTag'. 79
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 79
 Erreur
javadoc JavadocMethod Unused @param tag for 'request'. 89
 Erreur
javadoc JavadocMethod Expected @param tag for 'solrTag'. 93
 Erreur
javadoc JavadocMethod Expected @param tag for 'uid'. 93
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 95

fr/paris/lutece/plugins/carto/provider/InfoMarker.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/carto/util/EnumDataLayerSource.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
coding DeclarationOrder Constructor definition in wrong order. 58
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 58

fr/paris/lutece/plugins/carto/web/AbstractManageCartoJspBean.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. 49
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 49
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 81
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 107
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 109
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 115

fr/paris/lutece/plugins/carto/web/BasemapJspBean.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 'AccessDeniedException'. 185
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 279

fr/paris/lutece/plugins/carto/web/CoordonneeJspBean.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 'AccessDeniedException'. 184
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 278

fr/paris/lutece/plugins/carto/web/DataLayerJspBean.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
imports UnusedImports Unused import - java.util.Collection. 55
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.carto.provider.InfoMarker. 81
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 225
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 329
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 345
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 407
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 434
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 434
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 435
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 435
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 437
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 437
 Erreur
blocks LeftCurly '{' at column 53 should be on a new line. 437
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 438
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 438
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 439
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 439
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 440
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 440
 Erreur
blocks LeftCurly '{' at column 8 should be on a new line. 444
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 445
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 445
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 454
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 460
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 460
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 463
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 463
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 466
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 466
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 473
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 480
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 481
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 481
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 483
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 483
 Erreur
blocks LeftCurly '{' at column 60 should be on a new line. 483
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 489
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 489
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 490
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 490
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 493
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 493
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 493
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 493

fr/paris/lutece/plugins/carto/web/DataLayerMapTemplateJspBean.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
imports UnusedImports Unused import - fr.paris.lutece.portal.business.file.File. 40
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 240
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 285
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 287
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 381
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 411
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 459
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 461
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 471
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 473
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 496
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 502
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 502
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 505
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 505
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 508
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 508
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 524
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 531
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 533
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 533
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 533
 Erreur
blocks LeftCurly '{' at column 36 should be on a new line. 533
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 534
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 534

fr/paris/lutece/plugins/carto/web/DataLayerTypeJspBean.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 'AccessDeniedException'. 185
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 280

fr/paris/lutece/plugins/carto/web/GeometryTypeJspBean.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 'AccessDeniedException'. 185
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 279

fr/paris/lutece/plugins/carto/web/MapTemplateJspBean.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 'AccessDeniedException'. 213
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 315