Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
31 |
0 |
0 |
110 |
Details
fr/paris/lutece/plugins/elasticdata/business/AbstractDataObject.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. |
97 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
108 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
119 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
130 |
fr/paris/lutece/plugins/elasticdata/business/AbstractDataSource.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 |
Variable access definition in wrong order. |
58 |
Error |
design |
VisibilityModifier |
Variable '_colExternalAttributesProvider' must be private and have accessor methods. |
58 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'colExternalAttributesProvider'. |
268 |
fr/paris/lutece/plugins/elasticdata/business/BatchDataObjectsIterator.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 |
design |
VisibilityModifier |
Variable '_nBatchSize' must be private and have accessor methods. |
48 |
Error |
design |
VisibilityModifier |
Variable '_listIdDataObjects' must be private and have accessor methods. |
49 |
Error |
design |
VisibilityModifier |
Variable '_dataSource' must be private and have accessor methods. |
50 |
Error |
coding |
ExplicitInitialization |
Variable '_nNextFirstId' explicitly initialized to '0' (default value for its type). |
52 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
54 |
Error |
blocks |
NeedBraces |
'if' construct must use '{}'s. |
82 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nFirstId'. |
108 |
fr/paris/lutece/plugins/elasticdata/business/DataObject.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 Javadoc tag. |
61 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strId'. |
64 |
fr/paris/lutece/plugins/elasticdata/business/DataSource.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 |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
48 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
49 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'listIdDataObjects'. |
85 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'listIdDataObjects'. |
101 |
fr/paris/lutece/plugins/elasticdata/business/IDataSourceExternalAttributesProvider.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 |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
49 |
Error |
modifier |
RedundantModifier |
Redundant 'public' modifier. |
58 |
fr/paris/lutece/plugins/elasticdata/business/IIndexerActionDAO.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 @param tag for 'nIdTask'. |
134 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'nIdTask'. |
141 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdDataSource'. |
165 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdTask'. |
165 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'plugin'. |
178 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for '_plugin'. |
182 |
Error |
naming |
ParameterName |
Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
182 |
fr/paris/lutece/plugins/elasticdata/business/IndexerAction.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 |
Variable access definition in wrong order. |
46 |
Error |
coding |
DeclarationOrder |
Variable access definition in wrong order. |
47 |
Error |
coding |
DeclarationOrder |
Variable access definition in wrong order. |
48 |
fr/paris/lutece/plugins/elasticdata/business/IndexerActionDAO.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 99 should be on a new line. |
373 |
Error |
blocks |
LeftCurly |
'{' at column 47 should be on a new line. |
380 |
Error |
blocks |
LeftCurly |
'{' at column 32 should be on a new line. |
391 |
fr/paris/lutece/plugins/elasticdata/business/IndexerActionHome.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'. |
127 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdResource'. |
131 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdDataSource'. |
131 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdDataSource'. |
151 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdTask'. |
151 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdDataSource'. |
161 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strIdDataSource'. |
182 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdTask'. |
182 |
fr/paris/lutece/plugins/elasticdata/service/DataSourceIncrementalService.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 |
Missing a Javadoc comment. |
55 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
58 |
Error |
javadoc |
JavadocMethod |
Unused Javadoc tag. |
97 |
Error |
coding |
ArrayTrailingComma |
Array should contain trailing comma. |
148 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'indexActionList'. |
165 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'listIdResource'. |
174 |
Error |
coding |
ParameterAssignment |
Assignment of parameter 'elastic' is not allowed. |
234 |
Error |
coding |
ParameterAssignment |
Assignment of parameter 'elastic' is not allowed. |
283 |
Error |
javadoc |
JavadocMethod |
Expected @return tag. |
329 |
Error |
blocks |
LeftCurly |
'{' at column 82 should be on a new line. |
397 |
fr/paris/lutece/plugins/elasticdata/service/DataSourceService.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 |
design |
HideUtilityClassConstructor |
Utility classes should not have a public or default constructor. |
59 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'sbLogs'. |
113 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'sbLogs'. |
141 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'ElasticClientException'. |
224 |
Error |
javadoc |
JavadocMethod |
Expected @return tag. |
326 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'dataObject'. |
382 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'dataObjectList'. |
385 |
Error |
javadoc |
JavadocMethod |
Expected @return tag. |
402 |
Error |
coding |
ParameterAssignment |
Assignment of parameter 'elastic' is not allowed. |
440 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'dataObject'. |
459 |
fr/paris/lutece/plugins/elasticdata/service/DataSourceUtils.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 |
design |
FinalClass |
Class DataSourceUtils should be declared as final. |
40 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
40 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
53 |
fr/paris/lutece/plugins/elasticdata/service/IndexingStatus.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 |
Missing a Javadoc comment. |
38 |
fr/paris/lutece/plugins/elasticdata/service/daemon/FullIndexingDaemon.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/elasticdata/service/daemon/IncrementalIndexingDaemon.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 |
Missing a Javadoc comment. |
39 |
fr/paris/lutece/plugins/elasticdata/web/AbstractManageJspBean.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. |
50 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing @param <T> tag. |
50 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for '<T>'. |
77 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for '<S>'. |
103 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for '<T>'. |
104 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'listIds'. |
109 |
fr/paris/lutece/plugins/elasticdata/web/ManageElasticDataJspBean.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 |
Variable access definition in wrong order. |
129 |
Error |
design |
VisibilityModifier |
Variable '_mapper' must be private and have accessor methods. |
129 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'ElasticClientException'. |
171 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'ElasticClientException'. |
189 |
Error |
javadoc |
JavadocMethod |
Expected @return tag. |
204 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'request'. |
205 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'ElasticClientException'. |
205 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strDataSourceId'. |
217 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
240 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
262 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
262 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
262 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
262 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
263 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
263 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'AccessDeniedException'. |
300 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
375 |
Error |
javadoc |
JavadocMethod |
Expected @throws tag for 'AccessDeniedException'. |
394 |