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

Files

File
 I
 W
 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

Rules

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

Details

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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