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
29 0 0 164

Files

File
 I
 W
 E
fr/paris/lutece/plugins/termofservice/business/Entry.java 0 0 2
fr/paris/lutece/plugins/termofservice/business/EntryDAO.java 0 0 8
fr/paris/lutece/plugins/termofservice/business/EntryHome.java 0 0 2
fr/paris/lutece/plugins/termofservice/business/IEntryDAO.java 0 0 9
fr/paris/lutece/plugins/termofservice/business/IUserAcceptedDAO.java 0 0 6
fr/paris/lutece/plugins/termofservice/business/UserAccepted.java 0 0 1
fr/paris/lutece/plugins/termofservice/business/UserAcceptedDAO.java 0 0 7
fr/paris/lutece/plugins/termofservice/business/UserAcceptedHome.java 0 0 14
fr/paris/lutece/plugins/termofservice/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/termofservice/rs/UserAcceptedRest.java 0 0 14
fr/paris/lutece/plugins/termofservice/rs/dto/UserDTO.java 0 0 27
fr/paris/lutece/plugins/termofservice/service/ClientRS.java 0 0 14
fr/paris/lutece/plugins/termofservice/web/AbstractManageTOSJspBean.java 0 0 7
fr/paris/lutece/plugins/termofservice/web/EntryJspBean.java 0 0 11
fr/paris/lutece/plugins/termofservice/web/EntryXPage.java 0 0 28
fr/paris/lutece/plugins/termofservice/web/TOSPredicate.java 0 0 13

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
20
 Error
coding HiddenField 3
 Error
SimplifyBooleanReturn 1
 Error
design HideUtilityClassConstructor 1
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
16
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 30
 Error
JavadocType 5
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
3
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
8
 Error
whitespace ParenPad
  • option: "space"
74
 Error

Details

fr/paris/lutece/plugins/termofservice/business/Entry.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 - javax.validation.constraints.Size. 36

fr/paris/lutece/plugins/termofservice/business/EntryDAO.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 83 should be on a new line. 212
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 219
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 230
 Error
whitespace ParenPad '(' is not followed by whitespace. 256
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 256
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 256

fr/paris/lutece/plugins/termofservice/business/EntryHome.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 'nKey'. 108

fr/paris/lutece/plugins/termofservice/business/IEntryDAO.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 'plugin'. 102
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 114
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114

fr/paris/lutece/plugins/termofservice/business/IUserAcceptedDAO.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 'nKey'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strGuid'. 85
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 110
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 114
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114

fr/paris/lutece/plugins/termofservice/business/UserAccepted.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/termofservice/business/UserAcceptedDAO.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 97 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 266

fr/paris/lutece/plugins/termofservice/business/UserAcceptedHome.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. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
javadoc JavadocMethod Expected @param tag for 'bUseRemote'. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176

fr/paris/lutece/plugins/termofservice/rs/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

fr/paris/lutece/plugins/termofservice/rs/UserAcceptedRest.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. 81
 Error
javadoc JavadocMethod Expected @param tag for 'header_security'. 86
 Error
naming ParameterName Name 'header_security' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
naming ParameterName Name 'id_entry_tos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
 Error
javadoc JavadocMethod Expected @param tag for 'header_security'. 144
 Error
naming ParameterName Name 'header_security' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Error
naming ParameterName Name 'fk_id_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. 170
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 196
 Error
whitespace ParenPad '(' is not followed by whitespace. 197

fr/paris/lutece/plugins/termofservice/rs/dto/UserDTO.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 Missing a Javadoc comment. 41
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 44
 Error
naming MemberName Name 'nIdTermOfService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 47
 Error
naming MemberName Name 'strGuid' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48
 Error
naming MemberName Name 'nId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 52
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
coding HiddenField 'nIdTermOfService' hides a field. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
coding HiddenField 'strGuid' hides a field. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 67
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
coding HiddenField 'nId' hides a field. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 72

fr/paris/lutece/plugins/termofservice/service/ClientRS.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 Missing a Javadoc comment. 51
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 51
 Error
blocks LeftCurly '{' at column 23 should be on a new line. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 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. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102

fr/paris/lutece/plugins/termofservice/web/AbstractManageTOSJspBean.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/termofservice/web/EntryJspBean.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. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277

fr/paris/lutece/plugins/termofservice/web/EntryXPage.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 @throws tag for 'UserNotSignedException'. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 171
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 210
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217

fr/paris/lutece/plugins/termofservice/web/TOSPredicate.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. 39
 Error
javadoc JavadocType Missing a Javadoc comment. 47
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 47
 Error
design VisibilityModifier Variable '_biPredicate' must be private and have accessor methods. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 53
 Error
coding SimplifyBooleanReturn Conditional logic can be removed. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 67