Checkstyle Results
The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
20 |
0 |
2 |
39 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
NestedIfDepth
|
11 |
Error |
|
ReturnCount
|
2 |
Warning |
header |
Header
- fileExtensions: "java"
- headerFile: "/opt/data/jenkins/home/jobs/form-module-form-exportdirectory-doc-QA/workspace/target/checkstyle-header.txt"
|
18 |
Error |
imports |
UnusedImports |
2 |
Error |
javadoc |
JavadocMethod |
6 |
Error |
misc |
Translation |
2 |
Error |
Details
fr/paris/lutece/plugins/form/modules/exportdirectory/business/EntryConfiguration.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/EntryConfigurationDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/EntryConfigurationEntryDirectoryRemovalListener.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/EntryConfigurationEntryFormRemovalListener.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/EntryConfigurationHome.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Error |
imports |
UnusedImports |
Unused import - fr.paris.lutece.plugins.directory.business.IEntry. |
38 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/FormEntryConfiguration.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
47 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/FormIterableEntryConfiguration.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of '/*'. |
1 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
15 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
21 |
fr/paris/lutece/plugins/form/modules/exportdirectory/business/IEntryConfigurationDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Error |
imports |
UnusedImports |
Unused import - fr.paris.lutece.plugins.directory.business.IEntry. |
36 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Warning |
coding |
ReturnCount |
Return count is 8 (max allowed is 5). |
411 |
Warning |
coding |
ReturnCount |
Return count is 6 (max allowed is 5). |
497 |
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
Translation |
Key 'module.description' missing. |
|
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
Translation |
Key 'module.description' missing. |
|
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. |
2 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'nIteratioNumber'. |
318 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'formIterableEntryConfiguration'. |
324 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
513 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
529 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
788 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
794 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 5 (max allowed is 3). |
818 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
868 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 5 (max allowed is 3). |
884 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 6 (max allowed is 3). |
886 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 5 (max allowed is 3). |
895 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 5 (max allowed is 3). |
907 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 5 (max allowed is 3). |
914 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
1037 |