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
18 0 0 110

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/elasticdata/business/AbstractDataObject.java 0 0 5
fr/paris/lutece/plugins/elasticdata/business/AbstractDataSource.java 0 0 4
fr/paris/lutece/plugins/elasticdata/business/BatchDataObjectsIterator.java 0 0 8
fr/paris/lutece/plugins/elasticdata/business/DataObject.java 0 0 3
fr/paris/lutece/plugins/elasticdata/business/DataSource.java 0 0 5
fr/paris/lutece/plugins/elasticdata/business/IDataSourceExternalAttributesProvider.java 0 0 3
fr/paris/lutece/plugins/elasticdata/business/IIndexerActionDAO.java 0 0 8
fr/paris/lutece/plugins/elasticdata/business/IndexerAction.java 0 0 4
fr/paris/lutece/plugins/elasticdata/business/IndexerActionDAO.java 0 0 4
fr/paris/lutece/plugins/elasticdata/business/IndexerActionHome.java 0 0 9
fr/paris/lutece/plugins/elasticdata/service/DataSourceIncrementalService.java 0 0 11
fr/paris/lutece/plugins/elasticdata/service/DataSourceService.java 0 0 11
fr/paris/lutece/plugins/elasticdata/service/DataSourceUtils.java 0 0 4
fr/paris/lutece/plugins/elasticdata/service/IndexingStatus.java 0 0 2
fr/paris/lutece/plugins/elasticdata/service/daemon/FullIndexingDaemon.java 0 0 1
fr/paris/lutece/plugins/elasticdata/service/daemon/IncrementalIndexingDaemon.java 0 0 2
fr/paris/lutece/plugins/elasticdata/web/AbstractManageJspBean.java 0 0 7
fr/paris/lutece/plugins/elasticdata/web/ManageElasticDataJspBean.java 0 0 19

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
4
 Erreur
NeedBraces 1
 Erreur
coding ArrayTrailingComma 1
 Erreur
DeclarationOrder 5
 Erreur
ExplicitInitialization 1
 Erreur
ParameterAssignment 3
 Erreur
design FinalClass 1
 Erreur
HideUtilityClassConstructor 1
 Erreur
VisibilityModifier 5
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
18
 Erreur
javadoc JavadocMethod 51
 Erreur
JavadocType 6
 Erreur
modifier RedundantModifier 4
 Erreur
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
8
 Erreur

Détails

fr/paris/lutece/plugins/elasticdata/business/AbstractDataObject.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. 97
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 108
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 119
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 130

fr/paris/lutece/plugins/elasticdata/business/AbstractDataSource.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 58
 Erreur
design VisibilityModifier Variable '_colExternalAttributesProvider' must be private and have accessor methods. 58
 Erreur
javadoc JavadocMethod Expected @param tag for 'colExternalAttributesProvider'. 268

fr/paris/lutece/plugins/elasticdata/business/BatchDataObjectsIterator.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 VisibilityModifier Variable '_nBatchSize' must be private and have accessor methods. 48
 Erreur
design VisibilityModifier Variable '_listIdDataObjects' must be private and have accessor methods. 49
 Erreur
design VisibilityModifier Variable '_dataSource' must be private and have accessor methods. 50
 Erreur
coding ExplicitInitialization Variable '_nNextFirstId' explicitly initialized to '0' (default value for its type). 52
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 54
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 82
 Erreur
javadoc JavadocMethod Expected @param tag for 'nFirstId'. 108

fr/paris/lutece/plugins/elasticdata/business/DataObject.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 Javadoc tag. 61
 Erreur
javadoc JavadocMethod Expected @param tag for 'strId'. 64

fr/paris/lutece/plugins/elasticdata/business/DataSource.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
modifier RedundantModifier Redundant 'public' modifier. 48
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 49
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIdDataObjects'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIdDataObjects'. 101

fr/paris/lutece/plugins/elasticdata/business/IDataSourceExternalAttributesProvider.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
modifier RedundantModifier Redundant 'public' modifier. 49
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/elasticdata/business/IIndexerActionDAO.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 'nIdTask'. 134
 Erreur
javadoc JavadocMethod Unused @param tag for 'nIdTask'. 141
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDataSource'. 165
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 165
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 178
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 182
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 182

fr/paris/lutece/plugins/elasticdata/business/IndexerAction.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 46
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 47
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 48

fr/paris/lutece/plugins/elasticdata/business/IndexerActionDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 99 should be on a new line. 373
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 380
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 391

fr/paris/lutece/plugins/elasticdata/business/IndexerActionHome.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'. 127
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdResource'. 131
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDataSource'. 131
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDataSource'. 151
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 151
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDataSource'. 161
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDataSource'. 182
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 182

fr/paris/lutece/plugins/elasticdata/service/DataSourceIncrementalService.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. 55
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 58
 Erreur
javadoc JavadocMethod Unused Javadoc tag. 97
 Erreur
coding ArrayTrailingComma Array should contain trailing comma. 148
 Erreur
javadoc JavadocMethod Unused @param tag for 'indexActionList'. 165
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIdResource'. 174
 Erreur
coding ParameterAssignment Assignment of parameter 'elastic' is not allowed. 234
 Erreur
coding ParameterAssignment Assignment of parameter 'elastic' is not allowed. 283
 Erreur
javadoc JavadocMethod Expected @return tag. 329
 Erreur
blocks LeftCurly '{' at column 82 should be on a new line. 397

fr/paris/lutece/plugins/elasticdata/service/DataSourceService.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 59
 Erreur
javadoc JavadocMethod Unused @param tag for 'sbLogs'. 113
 Erreur
javadoc JavadocMethod Unused @param tag for 'sbLogs'. 141
 Erreur
javadoc JavadocMethod Expected @throws tag for 'ElasticClientException'. 224
 Erreur
javadoc JavadocMethod Expected @return tag. 326
 Erreur
javadoc JavadocMethod Unused @param tag for 'dataObject'. 382
 Erreur
javadoc JavadocMethod Expected @param tag for 'dataObjectList'. 385
 Erreur
javadoc JavadocMethod Expected @return tag. 402
 Erreur
coding ParameterAssignment Assignment of parameter 'elastic' is not allowed. 440
 Erreur
javadoc JavadocMethod Expected @param tag for 'dataObject'. 459

fr/paris/lutece/plugins/elasticdata/service/DataSourceUtils.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 DataSourceUtils should be declared as final. 40
 Erreur
javadoc JavadocType Missing a Javadoc comment. 40
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 53

fr/paris/lutece/plugins/elasticdata/service/IndexingStatus.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. 38

fr/paris/lutece/plugins/elasticdata/service/daemon/FullIndexingDaemon.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/elasticdata/service/daemon/IncrementalIndexingDaemon.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. 39

fr/paris/lutece/plugins/elasticdata/web/AbstractManageJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <S> tag. 50
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/elasticdata/web/ManageElasticDataJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 129
 Erreur
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 129
 Erreur
javadoc JavadocMethod Expected @throws tag for 'ElasticClientException'. 171
 Erreur
javadoc JavadocMethod Expected @throws tag for 'ElasticClientException'. 189
 Erreur
javadoc JavadocMethod Expected @return tag. 204
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 205
 Erreur
javadoc JavadocMethod Expected @throws tag for 'ElasticClientException'. 205
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDataSourceId'. 217
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 240
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 262
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 263
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 263
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 300
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 375
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 394