Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
20 0 0 125

Files

File
 I
 W
 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

Rules

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

Details

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

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

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

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

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

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

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

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

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

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

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

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

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

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