Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 0 0 287

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
29  Error
RightCurly
  • option: "alone"
5  Error
coding DeclarationOrder 20  Error
EmptyStatement 1  Error
ParameterAssignment 2  Error
design HideUtilityClassConstructor 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/directory-module-directory-gismap-doc-QA/workspace/target/checkstyle-header.txt"
12  Error
imports UnusedImports 5  Error
javadoc JavadocMethod 44  Error
JavadocType 3  Error
misc Translation 7  Error
naming MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
2  Error
whitespace ParenPad
  • option: "space"
151  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
5  Error

Details

fr/paris/lutece/plugins/directory/modules/gismap/business/DirectoryGismapSourceQuery.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 38
 Error whitespace ParenPad '(' is not followed by whitespace. 38
 Error whitespace ParenPad ')' is not preceded with whitespace. 38
 Error blocks LeftCurly '{' at column 41 should be on a new line. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error blocks LeftCurly '{' at column 38 should be on a new line. 49
 Error blocks LeftCurly '{' at column 27 should be on a new line. 54
 Error blocks LeftCurly '{' at column 37 should be on a new line. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error javadoc JavadocMethod Expected @param tag for 'idGeolocationEntry'. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' at column 60 should be on a new line. 70
 Error blocks LeftCurly '{' at column 30 should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error javadoc JavadocMethod Expected @param tag for 'idDirectory'. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error blocks LeftCurly '{' at column 46 should be on a new line. 85
 Error blocks LeftCurly '{' at column 35 should be on a new line. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error javadoc JavadocMethod Expected @param tag for 'listIdRecord'. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error blocks LeftCurly '{' at column 51 should be on a new line. 99
 Error blocks LeftCurly '{' at column 32 should be on a new line. 106
 Error whitespace ParenPad '(' is not followed by whitespace. 113
 Error javadoc JavadocMethod Expected @param tag for 'geoJsonIndex'. 113
 Error whitespace ParenPad ')' is not preceded with whitespace. 113
 Error blocks LeftCurly '{' at column 48 should be on a new line. 113
 Error blocks LeftCurly '{' at column 26 should be on a new line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 128
 Error javadoc JavadocMethod Expected @param tag for 'strView'. 128
 Error whitespace ParenPad ')' is not preceded with whitespace. 128
 Error blocks LeftCurly '{' at column 38 should be on a new line. 128
 Error blocks LeftCurly '{' at column 43 should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 144
 Error javadoc JavadocMethod Expected @param tag for 'geolocationEntryTitle'. 144
 Error whitespace ParenPad ')' is not preceded with whitespace. 144
 Error blocks LeftCurly '{' at column 69 should be on a new line. 144
 Error blocks LeftCurly '{' at column 36 should be on a new line. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error javadoc JavadocMethod Expected @param tag for 'directoryTitle'. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error blocks LeftCurly '{' at column 55 should be on a new line. 160

fr/paris/lutece/plugins/directory/modules/gismap/business/RecordsResource.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 61
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 61
 Error coding DeclarationOrder Variable access definition in wrong order. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error javadoc JavadocMethod Expected an @return tag. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 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. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error whitespace ParenPad '(' is not followed by whitespace. 178
 Error whitespace ParenPad ')' is not preceded with whitespace. 178
 Error whitespace ParenPad '(' is not followed by whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error coding ParameterAssignment Assignment of parameter 'strGeoJsonIndex' is not allowed. 206
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Error coding ParameterAssignment Assignment of parameter 'strView' is not allowed. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 219
 Error whitespace ParenPad '(' is not followed by whitespace. 220
 Error whitespace ParenPad ')' is not preceded with whitespace. 220
 Error whitespace ParenPad '(' is not followed by whitespace. 248
 Error whitespace ParenPad ')' is not preceded with whitespace. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 250
 Error whitespace ParenPad '(' is not followed by whitespace. 291
 Error whitespace WhitespaceAround '==' is not preceded with whitespace. 291
 Error javadoc JavadocMethod Missing a Javadoc comment. 314
 Error whitespace ParenPad '(' is not followed by whitespace. 314
 Error whitespace ParenPad ')' is not preceded with whitespace. 314
 Error javadoc JavadocMethod Expected an @return tag. 340
 Error whitespace ParenPad '(' is not followed by whitespace. 340
 Error javadoc JavadocMethod Expected @param tag for 'strViewNumberValue'. 340
 Error javadoc JavadocMethod Expected @param tag for 'strGeoJsonIndex'. 340
 Error whitespace ParenPad ')' is not preceded with whitespace. 340
 Error blocks LeftCurly '{' at column 92 should be on a new line. 340
 Error javadoc JavadocMethod Expected an @return tag. 356
 Error whitespace ParenPad '(' is not followed by whitespace. 356
 Error javadoc JavadocMethod Expected @param tag for 'strPropertyName'. 356
 Error javadoc JavadocMethod Expected @param tag for 'strViewNumberValue'. 356
 Error blocks LeftCurly '{' at column 102 should be on a new line. 356
 Error javadoc JavadocMethod Expected an @return tag. 373
 Error whitespace ParenPad '(' is not followed by whitespace. 373
 Error javadoc JavadocMethod Expected @param tag for 'strViewNumberValue'. 373
 Error whitespace ParenPad ')' is not preceded with whitespace. 373
 Error blocks LeftCurly '{' at column 76 should be on a new line. 373
 Error javadoc JavadocMethod Expected an @return tag. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error javadoc JavadocMethod Expected @param tag for 'strViewNumberValue'. 390
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error blocks LeftCurly '{' at column 75 should be on a new line. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 412
 Error javadoc JavadocMethod Expected @param tag for 'bRMMSHOWCENTROIDProperty'. 412
 Error javadoc JavadocMethod Expected @param tag for 'strRecordFieldGeometry'. 412
 Error javadoc JavadocMethod Expected @param tag for 'strRecordFieldX'. 412
 Error javadoc JavadocMethod Expected @param tag for 'strRecordFieldY'. 412
 Error whitespace ParenPad ')' is not preceded with whitespace. 412
 Error blocks LeftCurly '{' at column 149 should be on a new line. 412
 Error blocks LeftCurly '{' at column 10 should be on a new line. 415
 Error whitespace ParenPad '(' is not followed by whitespace. 431
 Error whitespace ParenPad '(' is not followed by whitespace. 431
 Error whitespace ParenPad ')' is not preceded with whitespace. 431
 Error whitespace ParenPad ')' is not preceded with whitespace. 431
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 438
 Error whitespace ParenPad '(' is not followed by whitespace. 440
 Error whitespace ParenPad ')' is not preceded with whitespace. 440

fr/paris/lutece/plugins/directory/modules/gismap/business/portlet/GismapDirectoryPortlet.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. 46
 Error coding DeclarationOrder Variable access definition in wrong order. 61
 Error coding DeclarationOrder Variable access definition in wrong order. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error javadoc JavadocMethod Unused @param tag for '_nview'. 179
 Error javadoc JavadocMethod Unused @param tag for '_nview'. 191
 Error javadoc JavadocMethod Expected @param tag for 'nView'. 194
 Error javadoc JavadocMethod Unused @param tag for 'listDirectoryGismapSource'. 201
 Error javadoc JavadocMethod Expected an @return tag. 204
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215

fr/paris/lutece/plugins/directory/modules/gismap/business/portlet/GismapDirectoryPortletDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.plugin.Plugin. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error javadoc JavadocMethod Expected @param tag for 'portletId'. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 194
 Error javadoc JavadocMethod Expected @param tag for 'portletId'. 194
 Error whitespace ParenPad ')' is not preceded with whitespace. 194
 Error blocks LeftCurly '{' at column 69 should be on a new line. 194
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error javadoc JavadocMethod Expected @param tag for 'idPortlet'. 207
 Error javadoc JavadocMethod Expected @param tag for 'listDirectoryGismapSource'. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 207
 Error blocks LeftCurly '{' at column 124 should be on a new line. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error javadoc JavadocMethod Unused @param tag for 'plugin'. 230

fr/paris/lutece/plugins/directory/modules/gismap/business/portlet/GismapDirectoryPortletHome.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/directory/modules/gismap/business/portlet/IGismapDirectoryPortletDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/directory/modules/gismap/resources/gismap_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'image.create.directory' missing.
 Error misc Translation Key 'image.create.icon' missing.
 Error misc Translation Key 'image.create.state' missing.
 Error misc Translation Key 'image.create.workflow' missing.
 Error misc Translation Key 'image.error.missingField' missing.
 Error misc Translation Key 'label.listDirectory.labelSelectDirectory' missing.
 Error misc Translation Key 'label.view' missing.

fr/paris/lutece/plugins/directory/modules/gismap/service/DirectoryGismapPlugin.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/directory/modules/gismap/service/GismapDirectoryService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.directory.modules.gismap.utils.GismapDirectoryUtils. 46
 Error coding DeclarationOrder Variable access definition in wrong order. 68
 Error coding DeclarationOrder Variable access definition in wrong order. 71
 Error coding DeclarationOrder Variable access definition in wrong order. 80
 Error coding DeclarationOrder Variable access definition in wrong order. 81
 Error coding DeclarationOrder Variable access definition in wrong order. 82
 Error coding DeclarationOrder Variable access definition in wrong order. 83
 Error coding DeclarationOrder Variable access definition in wrong order. 84
 Error coding DeclarationOrder Variable access definition in wrong order. 85
 Error coding DeclarationOrder Variable access definition in wrong order. 86
 Error coding DeclarationOrder Variable access definition in wrong order. 87
 Error coding DeclarationOrder Variable access definition in wrong order. 88
 Error coding DeclarationOrder Variable access definition in wrong order. 89
 Error coding DeclarationOrder Variable access definition in wrong order. 90
 Error coding DeclarationOrder Variable access definition in wrong order. 91
 Error coding DeclarationOrder Variable access definition in wrong order. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142

fr/paris/lutece/plugins/directory/modules/gismap/service/GismapProvider.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - javax.servlet.http.HttpServletRequest. 42
 Error imports UnusedImports Unused import - javax.servlet.http.HttpSession. 43

fr/paris/lutece/plugins/directory/modules/gismap/utils/GismapDirectoryUtils.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 62
 Error coding DeclarationOrder Variable access definition in wrong order. 65
 Error javadoc JavadocMethod Unused @param tag for 'identifier'. 138
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error javadoc JavadocMethod Expected @param tag for 'nIdDirectory'. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error blocks LeftCurly '{' at column 66 should be on a new line. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 151

fr/paris/lutece/plugins/directory/modules/gismap/web/portlet/GismapDirectoryPortletJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 143
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 143
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error blocks RightCurly '}' at column 9 should be alone on a line. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error whitespace ParenPad '(' is not followed by whitespace. 194
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 194
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error javadoc JavadocMethod Missing a Javadoc comment. 221
 Error whitespace ParenPad '(' is not followed by whitespace. 221
 Error whitespace ParenPad ')' is not preceded with whitespace. 221
 Error blocks LeftCurly '{' at column 96 should be on a new line. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 227
 Error whitespace ParenPad '(' is not followed by whitespace. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error blocks LeftCurly '{' at column 102 should be on a new line. 227
 Error blocks RightCurly '}' at column 9 should be alone on a line. 272
 Error whitespace ParenPad '(' is not followed by whitespace. 286
 Error whitespace ParenPad ')' is not preceded with whitespace. 286
 Error whitespace ParenPad '(' is not followed by whitespace. 292
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 292
 Error whitespace ParenPad '(' is not followed by whitespace. 299
 Error whitespace ParenPad ')' is not preceded with whitespace. 299
 Error whitespace ParenPad '(' is not followed by whitespace. 301
 Error whitespace ParenPad ')' is not preceded with whitespace. 301
 Error whitespace ParenPad '(' is not followed by whitespace. 311
 Error whitespace ParenPad ')' is not preceded with whitespace. 311
 Error whitespace ParenPad '(' is not followed by whitespace. 313
 Error whitespace ParenPad ')' is not preceded with whitespace. 313
 Error blocks RightCurly '}' at column 9 should be alone on a line. 344
 Error blocks RightCurly '}' at column 9 should be alone on a line. 378
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 397
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 397
 Error whitespace ParenPad '(' is not followed by whitespace. 404
 Error whitespace ParenPad ')' is not preceded with whitespace. 404
 Error whitespace ParenPad '(' is not followed by whitespace. 406
 Error whitespace ParenPad ')' is not preceded with whitespace. 406
 Error whitespace ParenPad '(' is not followed by whitespace. 416
 Error whitespace ParenPad ')' is not preceded with whitespace. 416
 Error whitespace ParenPad '(' is not followed by whitespace. 418
 Error whitespace ParenPad ')' is not preceded with whitespace. 418
 Error naming MethodName Name 'CheckGeolocationParams' must match pattern '^[a-z][a-zA-Z0-9]*$'. 442
 Error whitespace ParenPad '(' is not followed by whitespace. 442
 Error whitespace ParenPad ')' is not preceded with whitespace. 442
 Error blocks LeftCurly '{' at column 62 should be on a new line. 442
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 452
 Error whitespace ParenPad '(' is not followed by whitespace. 454
 Error whitespace ParenPad '(' is not followed by whitespace. 463
 Error whitespace ParenPad '(' is not followed by whitespace. 465
 Error blocks RightCurly '}' at column 28 should be alone on a line. 468
 Error coding EmptyStatement Empty statement. 468
 Error naming MethodName Name 'GetDirectoriesWithGeolocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 497
 Error whitespace ParenPad '(' is not followed by whitespace. 504
 Error whitespace ParenPad '(' is not followed by whitespace. 511
 Error whitespace ParenPad ')' is not preceded with whitespace. 511
 Error whitespace ParenPad '(' is not followed by whitespace. 517
 Error whitespace ParenPad ')' is not preceded with whitespace. 517
 Error whitespace ParenPad '(' is not followed by whitespace. 519
 Error whitespace ParenPad '(' is not followed by whitespace. 522
 Error whitespace ParenPad ')' is not preceded with whitespace. 522

fr/paris/lutece/plugins/directory/modules/gismap/web/rs/RecordsResourceRest.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 95