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 125

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/temporarycode/business/EnumCharacterType.java 0 0 8
fr/paris/lutece/plugins/temporarycode/business/ITemporaryCodeConfigDAO.java 0 0 6
fr/paris/lutece/plugins/temporarycode/business/ITemporaryCodeDAO.java 0 0 12
fr/paris/lutece/plugins/temporarycode/business/TemporaryCode.java 0 0 9
fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfig.java 0 0 3
fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfigDAO.java 0 0 4
fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfigHome.java 0 0 1
fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeDAO.java 0 0 4
fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeHome.java 0 0 1
fr/paris/lutece/plugins/temporarycode/service/ClearExpiredTemporaryCodeDaemon.java 0 0 1
fr/paris/lutece/plugins/temporarycode/service/ICreateTemporaryCodeListener.java 0 0 2
fr/paris/lutece/plugins/temporarycode/service/IRemoveTemporaryCodeListener.java 0 0 2
fr/paris/lutece/plugins/temporarycode/service/ITemporaryCodeService.java 0 0 24
fr/paris/lutece/plugins/temporarycode/service/TemporaryCodeService.java 0 0 7
fr/paris/lutece/plugins/temporarycode/utils/Constants.java 0 0 16
fr/paris/lutece/plugins/temporarycode/utils/TemporaryCodeUtils.java 0 0 6
fr/paris/lutece/plugins/temporarycode/web/AbstractManageCodeJspBean.java 0 0 7
fr/paris/lutece/plugins/temporarycode/web/TemporaryCodeConfigJspBean.java 0 0 12

Règles

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

Détails

fr/paris/lutece/plugins/temporarycode/business/EnumCharacterType.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
whitespace ParenPad '(' is not followed by whitespace. 45
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 45
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 46
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 46
 Erreur
javadoc JavadocMethod Expected @param tag for 'strLabel'. 55
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 61
 Erreur
javadoc JavadocMethod Expected @return tag. 70

fr/paris/lutece/plugins/temporarycode/business/ITemporaryCodeConfigDAO.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 'plugin'. 72
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 90
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 115
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 119
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119

fr/paris/lutece/plugins/temporarycode/business/ITemporaryCodeDAO.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 'strActionName'. 83
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActonName'. 87
 Erreur
javadoc JavadocMethod Expected @param tag for 'strUserId'. 95
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 95
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 95
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCode'. 103
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 103
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 103
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 128
 Erreur
javadoc JavadocMethod Expected @param tag for '_plugin'. 132
 Erreur
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132

fr/paris/lutece/plugins/temporarycode/business/TemporaryCode.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 '_dateCreatedDate'. 136
 Erreur
javadoc JavadocMethod Expected @param tag for 'dateCreatedDate'. 138
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 184
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
coding HiddenField '_strComplementaryInfo' hides a field. 192
 Erreur
naming ParameterName Name '_strComplementaryInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 192
 Erreur
blocks LeftCurly '{' at column 65 should be on a new line. 192

fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfig.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 'strCharacter'. 124
 Erreur
javadoc JavadocMethod Expected @param tag for 'character'. 126

fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfigDAO.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 111 should be on a new line. 220
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 227
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 238

fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeConfigHome.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/temporarycode/business/TemporaryCodeDAO.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. 233
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 240
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 251

fr/paris/lutece/plugins/temporarycode/business/TemporaryCodeHome.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/temporarycode/service/ClearExpiredTemporaryCodeDaemon.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/temporarycode/service/ICreateTemporaryCodeListener.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 'strTemporaryCode'. 50

fr/paris/lutece/plugins/temporarycode/service/IRemoveTemporaryCodeListener.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 'strTemporaryCode'. 51

fr/paris/lutece/plugins/temporarycode/service/ITemporaryCodeService.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 40 should be on a new line. 45
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 53
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdConfig'. 53
 Erreur
javadoc JavadocMethod Expected @param tag for 'userId'. 53
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 53
 Erreur
javadoc JavadocMethod Expected @param tag for 'strComplemtaryInfo'. 53
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 53
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 61
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdConfig'. 61
 Erreur
javadoc JavadocMethod Expected @param tag for 'userId'. 61
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 61
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 61
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'strUserId'. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'strTemporaryCode'. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 70
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 70
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 79
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 88
 Erreur
javadoc JavadocMethod Expected @param tag for 'strUserId'. 88
 Erreur
javadoc JavadocMethod Expected @param tag for 'strTemporaryCode'. 88
 Erreur
javadoc JavadocMethod Expected @param tag for 'strActionName'. 88

fr/paris/lutece/plugins/temporarycode/service/TemporaryCodeService.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
whitespace ParenPad ')' is not preceded with whitespace. 83
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 101
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 127
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 127
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 189

fr/paris/lutece/plugins/temporarycode/utils/Constants.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 Static variable definition in wrong order. 53
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 54
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 55
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 56
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 57
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 60
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 61
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 62
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 63
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 66
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 67
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 68
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 69
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 70
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 71

fr/paris/lutece/plugins/temporarycode/utils/TemporaryCodeUtils.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 TemporaryCodeUtils should be declared as final. 56
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 75
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 94
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 136

fr/paris/lutece/plugins/temporarycode/web/AbstractManageCodeJspBean.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/temporarycode/web/TemporaryCodeConfigJspBean.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 - org.apache.commons.lang3.StringUtils. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 151
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 151
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 151
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 151
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 152
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 152
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 281
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 301