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
12 0 0 242

Files

File
 I
 W
 E
fr/paris/lutece/plugins/geocode/v1/web/rs/dto/City.java 0 0 24
fr/paris/lutece/plugins/geocode/v1/web/rs/dto/Country.java 0 0 8
fr/paris/lutece/plugins/geocode/v1/web/rs/service/AbstractTransportRest.java 0 0 5
fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportMockRest.java 0 0 130
fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportRest.java 0 0 6
fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpAccessTransport.java 0 0 21
fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpApiManagerAccessTransport.java 0 0 2
fr/paris/lutece/plugins/geocode/v1/web/rs/util/Constants.java 0 0 4
fr/paris/lutece/plugins/geocode/v1/web/service/CustomResponseStatusValidator.java 0 0 7
fr/paris/lutece/plugins/geocode/v1/web/service/GeoCodeService.java 0 0 12
fr/paris/lutece/plugins/geocode/v1/web/service/IGeoCodeTransportProvider.java 0 0 11
fr/paris/lutece/plugins/geocode/v1/web/service/IHttpTransportProvider.java 0 0 12

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
14
 Error
coding DeclarationOrder 13
 Error
design FinalClass 2
 Error
VisibilityModifier 5
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
12
 Error
javadoc JavadocMethod 32
 Error
JavadocType 4
 Error
modifier RedundantModifier 10
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
whitespace ParenPad
  • option: "space"
148
 Error

Details

fr/paris/lutece/plugins/geocode/v1/web/rs/dto/City.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 10
 Error
coding DeclarationOrder Static variable definition in wrong order. 18
 Error
coding DeclarationOrder Static variable definition in wrong order. 19
 Error
coding DeclarationOrder Static variable definition in wrong order. 20
 Error
coding DeclarationOrder Static variable definition in wrong order. 21
 Error
coding DeclarationOrder Static variable definition in wrong order. 22
 Error
coding DeclarationOrder Static variable definition in wrong order. 23
 Error
coding DeclarationOrder Static variable definition in wrong order. 24
 Error
coding DeclarationOrder Static variable definition in wrong order. 25
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 150
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 169
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 177
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 186
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 195
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 204
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 213
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 231

fr/paris/lutece/plugins/geocode/v1/web/rs/dto/Country.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 10
 Error
coding DeclarationOrder Static variable definition in wrong order. 18
 Error
coding DeclarationOrder Static variable definition in wrong order. 19
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 98

fr/paris/lutece/plugins/geocode/v1/web/rs/service/AbstractTransportRest.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 VisibilityModifier Variable '_httpTransport' must be private and have accessor methods. 48
 Error
coding DeclarationOrder Static variable definition in wrong order. 51
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 51
 Error
javadoc JavadocMethod Expected @param tag for 'transportProvider'. 65

fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportMockRest.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. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 77
 Error
whitespace ParenPad ')' is not preceded with whitespace. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 97
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 99
 Error
whitespace ParenPad ')' is not preceded with whitespace. 99
 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. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
whitespace ParenPad '(' is not followed by whitespace. 134
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 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 preceded with whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad '(' is not followed by 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
whitespace ParenPad '(' is not followed by whitespace. 155
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 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. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 196
 Error
whitespace ParenPad ')' is not preceded with whitespace. 196
 Error
whitespace ParenPad '(' is not followed by whitespace. 197
 Error
whitespace ParenPad ')' is not preceded with whitespace. 197
 Error
whitespace ParenPad '(' is not followed by whitespace. 198
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 Error
whitespace ParenPad ')' is not preceded with whitespace. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 226
 Error
whitespace ParenPad '(' is not followed by whitespace. 233
 Error
whitespace ParenPad ')' is not preceded with whitespace. 233
 Error
whitespace ParenPad '(' is not followed by whitespace. 234
 Error
whitespace ParenPad ')' is not preceded with whitespace. 234

fr/paris/lutece/plugins/geocode/v1/web/rs/service/GeoCodeTransportRest.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
naming MemberName Name 'df' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 56
 Error
design VisibilityModifier Variable 'df' must be private and have accessor methods. 56
 Error
coding DeclarationOrder Static variable definition in wrong order. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158

fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpAccessTransport.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 VisibilityModifier Variable '_httpClient' must be private and have accessor methods. 61
 Error
design VisibilityModifier Variable '_strEndPoint' must be private and have accessor methods. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
javadoc JavadocMethod Unable to get class information for @throws tag 'IdentityNotFoundException'. 136
 Error
javadoc JavadocMethod Unable to get class information for @throws tag 'IdentityStoreException'. 138
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 141
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 165
 Error
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 175
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 203
 Error
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 204
 Error
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 204
 Error
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 204
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 233
 Error
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 234
 Error
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 234
 Error
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 234

fr/paris/lutece/plugins/geocode/v1/web/rs/service/HttpApiManagerAccessTransport.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 'Exception'. 98

fr/paris/lutece/plugins/geocode/v1/web/rs/util/Constants.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
design FinalClass Class Constants should be declared as final. 3
 Error
javadoc JavadocType Missing a Javadoc comment. 3
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 3

fr/paris/lutece/plugins/geocode/v1/web/service/CustomResponseStatusValidator.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 CustomResponseStatusValidator should be declared as final. 38
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42
 Error
coding DeclarationOrder Constructor definition in wrong order. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51

fr/paris/lutece/plugins/geocode/v1/web/service/GeoCodeService.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 'Exception'. 92
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 107
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 122
 Error
javadoc JavadocMethod Expected @return tag. 134
 Error
javadoc JavadocMethod Expected @param tag for 'strNameCountry'. 134
 Error
javadoc JavadocMethod Expected @param tag for 'dateRef'. 134
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 135
 Error
javadoc JavadocMethod Expected @return tag. 147
 Error
javadoc JavadocMethod Expected @param tag for 'strCodeCountry'. 147
 Error
javadoc JavadocMethod Expected @param tag for 'dateRef'. 147
 Error
javadoc JavadocMethod Expected @throws tag for 'Exception'. 148

fr/paris/lutece/plugins/geocode/v1/web/service/IGeoCodeTransportProvider.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
modifier RedundantModifier Redundant 'final' modifier. 58
 Error
modifier RedundantModifier Redundant 'final' modifier. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 Error
modifier RedundantModifier Redundant 'final' modifier. 82
 Error
modifier RedundantModifier Redundant 'final' modifier. 82
 Error
modifier RedundantModifier Redundant 'final' modifier. 94
 Error
modifier RedundantModifier Redundant 'final' modifier. 94
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106

fr/paris/lutece/plugins/geocode/v1/web/service/IHttpTransportProvider.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
modifier RedundantModifier Redundant 'public' modifier. 52
 Error
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 52
 Error
modifier RedundantModifier Redundant 'public' modifier. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
modifier RedundantModifier Redundant 'public' modifier. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
modifier RedundantModifier Redundant 'public' modifier. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67