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
17 0 1 228

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/workflow/modules/formscarto/business/AbstractFilterDao.java 0 1 48
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigCarto.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigCartoDao.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCarto.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCartoDao.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCartoHome.java 0 0 11
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTree.java 0 0 9
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTreeDAO.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTreeHome.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/formscarto/business/FormsCartoTaskConfig.java 0 0 22
fr/paris/lutece/plugins/workflow/modules/formscarto/business/FormsCartoTaskConfigDAO.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/formscarto/business/IEditFormResponseConfigValueCartoDao.java 0 0 15
fr/paris/lutece/plugins/workflow/modules/formscarto/business/IEditFormsCartoUnitTreeDAO.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/formscarto/service/EditFormResponseCartoTask.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/formscarto/service/FormsCartoTask.java 0 0 23
fr/paris/lutece/plugins/workflow/modules/formscarto/service/FormsCartoTaskService.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/formscarto/web/FormsCartoTaskComponent.java 0 0 55

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
11
 Erreur
NeedBraces 8
 Erreur
RightCurly
  • option: "alone"
1
 Erreur
coding DeclarationOrder 15
 Erreur
ExplicitInitialization 2
 Erreur
HiddenField 3
 Erreur
ReturnCount
  • max: "5"
1
 Avertissement
design FinalClass 1
 Erreur
VisibilityModifier 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
17
 Erreur
imports UnusedImports 11
 Erreur
javadoc JavadocMethod 62
 Erreur
JavadocType 6
 Erreur
modifier ModifierOrder 15
 Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
4
 Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
5
 Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
2
 Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
2
 Erreur
whitespace ParenPad
  • option: "space"
54
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
10
 Erreur

Détails

fr/paris/lutece/plugins/workflow/modules/formscarto/business/AbstractFilterDao.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.ArrayList. 37
 Erreur
javadoc JavadocType Missing a Javadoc comment. 45
 Erreur
design VisibilityModifier Variable '_mapSql' must be private and have accessor methods. 48
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 51
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 52
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 52
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 55
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 55
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 55
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 56
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 56
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 57
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 57
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 57
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 58
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 58
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 59
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 60
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 61
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 61
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 64
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 65
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 66
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 67
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 70
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 71
 Erreur
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Erreur
javadoc JavadocMethod Expected @param tag for 'SQL_QUERY_SELECTALL_ID'. 84
 Erreur
naming ParameterName Name 'SQL_QUERY_SELECTALL_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
 Erreur
naming LocalVariableName Name 'WhereClauses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'mapFilterCriteria'. 159
 Avertissement
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 179
 Erreur
javadoc JavadocMethod Expected @param tag for 'strAttributeName'. 206
 Erreur
javadoc JavadocMethod Expected @param tag for 'strPrefixToCut'. 206
 Erreur
javadoc JavadocMethod Expected @param tag for 'businessClass'. 235

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigCarto.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 Missing a Javadoc comment. 42
 Erreur
coding ExplicitInitialization Variable '_bMultiform' explicitly initialized to 'false' (default value for its type). 45
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 82

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigCartoDao.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 Missing a Javadoc comment. 41
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 114

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCarto.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. 7
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 85
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 90

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCartoDao.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 220

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormResponseConfigValueCartoHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class EditFormResponseConfigValueCartoHome should be declared as final. 42
 Erreur
javadoc JavadocType Missing a Javadoc comment. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'configValue'. 60
 Erreur
javadoc JavadocMethod Expected @param tag for 'configValue'. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdConfigValue'. 80
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdConfig'. 90
 Erreur
javadoc JavadocMethod Expected @return tag. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'nConfigId'. 101
 Erreur
javadoc JavadocMethod Expected @return tag. 112
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 112

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTree.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. 144
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 144
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
coding HiddenField '_nIdConfig' hides a field. 148
 Erreur
naming ParameterName Name '_nIdConfig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 148

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTreeDAO.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. 282
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 282
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 282

fr/paris/lutece/plugins/workflow/modules/formscarto/business/EditFormsCartoUnitTreeHome.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'. 102
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdConfig'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'idConfig'. 169
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 171

fr/paris/lutece/plugins/workflow/modules/formscarto/business/FormsCartoTaskConfig.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 ExplicitInitialization Variable '_bMultiform' explicitly initialized to 'false' (default value for its type). 54
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 120
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 142
 Erreur
blocks LeftCurly '{' at column 70 should be on a new line. 142
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 146
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 146
 Erreur
coding HiddenField '_listEditFormsCartoUnitTree' hides a field. 146
 Erreur
naming ParameterName Name '_listEditFormsCartoUnitTree' must match pattern '^[a-z][a-zA-Z0-9]*$'. 146
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 146
 Erreur
blocks LeftCurly '{' at column 102 should be on a new line. 146
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 150
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 206
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 206
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 210
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 210
 Erreur
coding HiddenField '_questionUnitTree' hides a field. 210
 Erreur
naming ParameterName Name '_questionUnitTree' must match pattern '^[a-z][a-zA-Z0-9]*$'. 210
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 210
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 210
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 214
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 219

fr/paris/lutece/plugins/workflow/modules/formscarto/business/FormsCartoTaskConfigDAO.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 'request'. 197
 Erreur
javadoc JavadocMethod Unused @param tag for 'locale'. 199
 Erreur
javadoc JavadocMethod Unused @param tag for 'task'. 201
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 205

fr/paris/lutece/plugins/workflow/modules/formscarto/business/IEditFormResponseConfigValueCartoDao.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 @param tag for 'configValue'. 52
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 52
 Erreur
javadoc JavadocMethod Expected @param tag for 'configValue'. 60
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 60
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'nConfigId'. 76
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 76
 Erreur
javadoc JavadocMethod Expected @return tag. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'nConfigId'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 85
 Erreur
javadoc JavadocMethod Expected @return tag. 94
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 94
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 94

fr/paris/lutece/plugins/workflow/modules/formscarto/business/IEditFormsCartoUnitTreeDAO.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'. 114
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 118
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 123
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 123
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128

fr/paris/lutece/plugins/workflow/modules/formscarto/service/EditFormResponseCartoTask.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 3

fr/paris/lutece/plugins/workflow/modules/formscarto/service/FormsCartoTask.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
whitespace ParenPad '(' is not followed by whitespace. 115
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 115
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 162
 Erreur
blocks LeftCurly '{' at column 10 should be on a new line. 229
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 230
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 230
 Erreur
blocks RightCurly '}' at column 6 should be alone on a line. 232
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 232
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 232
 Erreur
blocks LeftCurly '{' at column 33 should be on a new line. 232
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 234
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 243
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 244
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 244
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 270
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 270
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 270
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 328
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 360
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 361
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 361
 Erreur
blocks NeedBraces 'else' construct must use '{}'s. 362

fr/paris/lutece/plugins/workflow/modules/formscarto/service/FormsCartoTaskService.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.workflow.modules.forms.business.EditFormResponseConfigValue. 51
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.modules.forms.business.EditFormResponseConfigValueHome. 52
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.modules.formscarto.business.EditFormResponseConfigValueCarto. 54
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.modules.formscarto.business.EditFormsCartoUnitTreeHome. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 95
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 144

fr/paris/lutece/plugins/workflow/modules/formscarto/web/FormsCartoTaskComponent.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.carto.business.DataLayerHome. 42
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.forms.business.Form. 44
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService. 53
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.modules.formscarto.business.EditFormResponseConfigValueCarto. 56
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.modules.formscarto.business.EditFormResponseConfigValueCartoHome. 57
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflow.web.task.AbstractTaskComponent. 61
 Erreur
naming LocalVariableName Name 'id_affectation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 196
 Erreur
whitespace WhitespaceAround '==' is not followed by whitespace. 202
 Erreur
whitespace WhitespaceAround '==' is not preceded with whitespace. 202
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 204
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 204
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 291
 Erreur
naming LocalVariableName Name 'field_carto' must match pattern '^[a-z][a-zA-Z0-9]*$'. 317
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 328
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 328
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdResource'. 371
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 433
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 438
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 463
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 469
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 469
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 471
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 485
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 485
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 489
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 489
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 534
 Erreur
blocks LeftCurly '{' at column 22 should be on a new line. 543
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 546
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 546
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 547
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 547
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 548
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 548
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 555
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 555
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 556
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 556
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 557
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 557
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 609
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 627
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 639
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 639
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 640
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 640
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 643
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 643
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 643
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 653
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 672
 Erreur
naming LocalVariableName Name '_unitService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 678
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 680
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 680