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 |
24 |
0 |
0 |
56 |
Details
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/IdxWSSODatabaseAuthentication.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/IdxWSSODatabaseUser.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/IIdxWSSODatabaseDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/IWssoUserDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/IWssoUserRoleDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/IdxWSSODatabaseDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/IdxWSSODatabaseHome.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUser.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUserDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUserHome.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUserRoleDAO.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUserRoleHome.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/business/WssoUserRoleRemovalListener.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/security/WSSOSessionTrackingFilter.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/service/WssoDatabasePlugin.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/service/WssoDatabaseService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
69 |
Error |
naming |
MemberName |
Name 'ATTRIBUTE_USER_MAPPING' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. |
70 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
71 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
73 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
112 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
123 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
155 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
157 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
186 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/util/LdapBrowser.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
124 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
351 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
366 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
375 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
384 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
393 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
402 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
411 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
420 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
429 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
445 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
454 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
463 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'messageFormatFilter'. |
463 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'messageFormatParam'. |
463 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/util/LdapUtil.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/authentication/web/WssodatabaseJspBean.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/resources/wssodatabase_messages.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
Translation |
Key 'daemon.ExportXmlFileDaemon.description' missing. |
|
Error |
misc |
Translation |
Key 'daemon.ExportXmlFileDaemon.name' missing. |
|
Error |
misc |
Translation |
Key 'modify_user.btnModify' missing. |
|
Error |
misc |
Translation |
Key 'modify_user.pageTitle' missing. |
|
Error |
misc |
Translation |
Key 'modify_user.tableTitle' missing. |
|
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/resources/wssodatabase_messages_fr.properties
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
Translation |
Key 'daemon.ExportWssoUsersDaemon.description' missing. |
|
Error |
misc |
Translation |
Key 'daemon.ExportWssoUsersDaemon.name' missing. |
|
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/service/AutoExportWssoUsersFile.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
Error |
design |
HideUtilityClassConstructor |
Utility classes should not have a public or default constructor. |
43 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/service/WssoUsersFileGeneratorService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |
Error |
design |
HideUtilityClassConstructor |
Utility classes should not have a public or default constructor. |
60 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
154 |
fr/paris/lutece/plugins/mylutece/modules/wssodatabase/service/daemon/ExportWssoUsersDaemon.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. |
2 |