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
4 0 0 68

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/adminauthenticationldap/AdminLdapAuthentication.java 0 0 16
fr/paris/lutece/plugins/adminauthenticationldap/business/AdminLdapUser.java 0 0 1
fr/paris/lutece/plugins/adminauthenticationldap/service/LdapService.java 0 0 45
fr/paris/lutece/plugins/adminauthenticationldap/service/daemon/ImportLdapAdminUsersDaemon.java 0 0 6

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
2
 Erreur
coding DeclarationOrder 1
 Erreur
design FinalClass 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Erreur
imports AvoidStarImport 3
 Erreur
UnusedImports 15
 Erreur
javadoc JavadocMethod 21
 Erreur
JavadocType 2
 Erreur
naming MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
18
 Erreur

Détails

fr/paris/lutece/plugins/adminauthenticationldap/AdminLdapAuthentication.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.adminauthenticationldap.business.AdminLdapUser. 36
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.business.user.AdminUserDAO. 39
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.admin.AdminAuthenticationService. 44
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppLogService. 46
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.util.ldap.LdapUtil. 49
 Erreur
imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 50
 Erreur
imports UnusedImports Unused import - java.text.MessageFormat. 52
 Erreur
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 53
 Erreur
imports UnusedImports Unused import - javax.naming.CommunicationException. 55
 Erreur
imports UnusedImports Unused import - javax.naming.NamingEnumeration. 56
 Erreur
imports UnusedImports Unused import - javax.naming.NamingException. 57
 Erreur
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.naming.directory.*. 58
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 89
 Erreur
blocks LeftCurly '{' at column 85 should be on a new line. 89
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 105

fr/paris/lutece/plugins/adminauthenticationldap/business/AdminLdapUser.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/adminauthenticationldap/service/LdapService.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.adminauthenticationldap.business.AdminLdapUser. 37
 Erreur
imports UnusedImports Unused import - javax.naming.CommunicationException. 46
 Erreur
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.naming.directory.*. 49
 Erreur
imports UnusedImports Unused import - java.util.Collections. 54
 Erreur
imports UnusedImports Unused import - java.util.Map. 56
 Erreur
design FinalClass Class LdapService should be declared as final. 58
 Erreur
javadoc JavadocType Missing a Javadoc comment. 58
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 101
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 105
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 107
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 110
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 110
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 117
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 117
 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. 131
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 131
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 134
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 138
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 138
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 138
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 138
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 141
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 141
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 151
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 164
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 179
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 194
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 204
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 209
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 232
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 238
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 253
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 294
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 307
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 318
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 323
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 342
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 351

fr/paris/lutece/plugins/adminauthenticationldap/service/daemon/ImportLdapAdminUsersDaemon.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.Locale. 44
 Erreur
javadoc JavadocType Missing a Javadoc comment. 46
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 58
 Erreur
naming MethodName Name 'UpdateAdminUsers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 86