Fork me on GitHub

Résultats Checkstyle

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

Résumé

Fichiers  Infos  Avertissements  Erreurs
14 0 0 287

Règles

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

Détails

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

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

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

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

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

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

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

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

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'image.create.directory' missing.
 Erreur misc Translation Key 'image.create.icon' missing.
 Erreur misc Translation Key 'image.create.state' missing.
 Erreur misc Translation Key 'image.create.workflow' missing.
 Erreur misc Translation Key 'image.error.missingField' missing.
 Erreur misc Translation Key 'label.listDirectory.labelSelectDirectory' missing.
 Erreur misc Translation Key 'label.view' missing.

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

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - javax.servlet.http.HttpServletRequest. 42
 Erreur imports UnusedImports Unused import - javax.servlet.http.HttpSession. 43

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

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

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocType Missing a Javadoc comment. 50
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 54
 Erreur whitespace ParenPad '(' is not followed by whitespace. 56
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 56
 Erreur whitespace ParenPad '(' is not followed by whitespace. 66
 Erreur whitespace ParenPad '(' is not followed by whitespace. 72
 Erreur whitespace ParenPad '(' is not followed by whitespace. 75
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 75
 Erreur whitespace ParenPad '(' is not followed by whitespace. 77
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 77
 Erreur whitespace ParenPad '(' is not followed by whitespace. 79
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 91
 Erreur whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 94
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 95