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
31 0 0 170

Files

File
 I
 W
 E
fr/paris/lutece/plugins/termofservice/business/Entry.java 0 0 1
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 11
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/service/TOSService.java 0 0 6
fr/paris/lutece/plugins/termofservice/util/TOSConstants.java 0 0 3
fr/paris/lutece/plugins/termofservice/web/AbstractManageTOSJspBean.java 0 0 7
fr/paris/lutece/plugins/termofservice/web/EntryJspBean.java 0 0 12
fr/paris/lutece/plugins/termofservice/web/EntryXPage.java 0 0 27
fr/paris/lutece/plugins/termofservice/web/TOSPredicate.java 0 0 9

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
19
 Error
RightCurly
  • option: "alone"
2
 Error
coding DeclarationOrder 1
 Error
HiddenField 3
 Error
design FinalClass 2
 Error
HideUtilityClassConstructor 1
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@4/target/checkstyle-header.txt"
18
 Error
javadoc JavadocMethod 31
 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"
76
 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

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. 223
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 230
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 269
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 269
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 269

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'. 125

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'. 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
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 127
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135

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'. 120
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 124
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 124

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. 221
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 228
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 267

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/service/TOSService.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 TOSService should be declared as final. 51
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 121

fr/paris/lutece/plugins/termofservice/util/TOSConstants.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 TOSConstants should be declared as final. 43
 Error
coding DeclarationOrder Static variable definition in wrong order. 54

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. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 155
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 286
 Error
javadoc JavadocMethod Missing a Javadoc comment. 310

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'. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 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. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 178
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 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. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224

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
javadoc JavadocType Missing a Javadoc comment. 43
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 43
 Error
design VisibilityModifier Variable '_biPredicate' must be private and have accessor methods. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 54