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
45 0 1 719

Files

File
 I
 W
 E
fr/paris/lutece/plugins/wiki/business/IImageDAO.java 0 0 1
fr/paris/lutece/plugins/wiki/business/ITopicDAO.java 0 0 1
fr/paris/lutece/plugins/wiki/business/ITopicVersionDAO.java 0 0 4
fr/paris/lutece/plugins/wiki/business/Image.java 0 0 1
fr/paris/lutece/plugins/wiki/business/ImageDAO.java 0 0 1
fr/paris/lutece/plugins/wiki/business/ImageHome.java 0 0 1
fr/paris/lutece/plugins/wiki/business/Topic.java 0 0 1
fr/paris/lutece/plugins/wiki/business/TopicDAO.java 0 0 12
fr/paris/lutece/plugins/wiki/business/TopicHome.java 0 0 1
fr/paris/lutece/plugins/wiki/business/TopicVersion.java 0 0 1
fr/paris/lutece/plugins/wiki/business/TopicVersionDAO.java 0 0 291
fr/paris/lutece/plugins/wiki/business/TopicVersionHome.java 0 0 1
fr/paris/lutece/plugins/wiki/business/WikiContent.java 0 0 4
fr/paris/lutece/plugins/wiki/search/WikiIndexer.java 0 0 3
fr/paris/lutece/plugins/wiki/search/WikiSearchEngine.java 0 0 2
fr/paris/lutece/plugins/wiki/service/ContentDeserializer.java 0 0 63
fr/paris/lutece/plugins/wiki/service/DiffService.java 0 0 1
fr/paris/lutece/plugins/wiki/service/ImageService.java 0 0 1
fr/paris/lutece/plugins/wiki/service/PathService.java 0 0 3
fr/paris/lutece/plugins/wiki/service/RoleService.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiDiff.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiExtendableResourceService.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiLocaleService.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiPlugin.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiService.java 0 0 23
fr/paris/lutece/plugins/wiki/service/WikiSitePropertiesGroup.java 0 0 1
fr/paris/lutece/plugins/wiki/service/WikiUtils.java 0 0 2
fr/paris/lutece/plugins/wiki/service/parser/LuteceHtmlParser.java 0 0 9
fr/paris/lutece/plugins/wiki/service/parser/LuteceWikiParser.java 0 0 6
fr/paris/lutece/plugins/wiki/service/parser/ParserOptions.java 0 0 1
fr/paris/lutece/plugins/wiki/service/parser/SpecialChar.java 0 0 41
fr/paris/lutece/plugins/wiki/service/parser/TextFormatMacro.java 0 0 1
fr/paris/lutece/plugins/wiki/service/parser/TextWrapperMacro.java 0 0 1
fr/paris/lutece/plugins/wiki/service/parser/WikiCreoleToMarkdown.java 0 0 25
fr/paris/lutece/plugins/wiki/service/parser/WikiMacro.java 0 0 1
fr/paris/lutece/plugins/wiki/service/parser/WikiMacroService.java 0 0 1
fr/paris/lutece/plugins/wiki/utils/auth/WikiAnonymousAuthentication.java 0 0 1
fr/paris/lutece/plugins/wiki/utils/auth/WikiAnonymousUser.java 0 0 3
fr/paris/lutece/plugins/wiki/web/Constants.java 0 0 1
fr/paris/lutece/plugins/wiki/web/WikiApp.java 0 0 43
fr/paris/lutece/plugins/wiki/web/WikiDynamicInputs.java 0 0 4
ys/wikiparser/Utils.java 0 0 25
ys/wikiparser/WikiParser.java 0 1 132

Rules

Category Rule Violations Severity
blocks AvoidNestedBlocks 1
 Error
LeftCurly
  • option: "nl"
67
 Error
NeedBraces 19
 Error
RightCurly
  • option: "alone"
5
 Error
coding ArrayTrailingComma 8
 Error
DeclarationOrder 9
 Error
EmptyStatement 12
 Error
ExplicitInitialization 7
 Error
HiddenField 3
 Error
InnerAssignment 1
 Error
InnerAssignment 1
 Error
MissingSwitchDefault 1
 Error
NestedIfDepth
  • max: "3"
8
 Error
ParameterAssignment 43
 Error
ReturnCount
  • max: "5"
1
 Warning
design HideUtilityClassConstructor 6
 Error
MutableException 1
 Error
VisibilityModifier 18
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
43
 Error
imports AvoidStarImport 8
 Error
javadoc JavadocMethod 73
 Error
JavadocType 8
 Error
modifier ModifierOrder 5
 Error
RedundantModifier 3
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
28
 Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
2
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
whitespace ParenPad
  • option: "space"
339
 Error

Details

fr/paris/lutece/plugins/wiki/business/IImageDAO.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/wiki/business/ITopicDAO.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/wiki/business/ITopicVersionDAO.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 Missing a Javadoc comment. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78

fr/paris/lutece/plugins/wiki/business/Image.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/wiki/business/ImageDAO.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/wiki/business/ImageHome.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/wiki/business/Topic.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/wiki/business/TopicDAO.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. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 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. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
javadoc JavadocMethod Expected @return tag. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 199

fr/paris/lutece/plugins/wiki/business/TopicHome.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/wiki/business/TopicVersion.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/wiki/business/TopicVersionDAO.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 64 should be on a new line. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 71
 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. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
whitespace ParenPad '(' is not followed by whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
whitespace ParenPad '(' is not followed by whitespace. 95
 Error
whitespace ParenPad ')' is not preceded with whitespace. 95
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 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 followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 103
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 107
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 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. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 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. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 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. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 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. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 151
 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 followed by whitespace. 152
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 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. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 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. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 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. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 184
 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. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 99 should be on a new line. 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. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 200
 Error
whitespace ParenPad ')' is not preceded with whitespace. 200
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 211
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 214
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 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. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 232
 Error
whitespace ParenPad '(' is not followed by whitespace. 233
 Error
whitespace ParenPad '(' is not followed by whitespace. 233
 Error
whitespace ParenPad ')' is not preceded with 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 238
 Error
whitespace ParenPad '(' is not followed by whitespace. 238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 238
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 256
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 Error
whitespace ParenPad ')' is not preceded with whitespace. 259
 Error
whitespace ParenPad '(' is not followed by whitespace. 260
 Error
whitespace ParenPad ')' is not preceded with whitespace. 260
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
blocks LeftCurly '{' at column 88 should be on a new line. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 277
 Error
whitespace ParenPad ')' is not preceded with whitespace. 277
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 277
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 283
 Error
whitespace ParenPad ')' is not preceded with whitespace. 283
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 293
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 295
 Error
whitespace ParenPad '(' is not followed by whitespace. 295
 Error
whitespace ParenPad ')' is not preceded with whitespace. 295
 Error
whitespace ParenPad ')' is not preceded with whitespace. 295
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 295
 Error
whitespace ParenPad '(' is not followed by whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 296
 Error
whitespace ParenPad '(' is not followed by whitespace. 299
 Error
whitespace ParenPad ')' is not preceded with whitespace. 299
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 299
 Error
whitespace ParenPad '(' is not followed by whitespace. 300
 Error
whitespace ParenPad ')' is not preceded with whitespace. 300
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
javadoc JavadocMethod Expected @return tag. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 314
 Error
whitespace ParenPad '(' is not followed by whitespace. 314
 Error
whitespace ParenPad ')' is not preceded with whitespace. 314
 Error
whitespace ParenPad ')' is not preceded with whitespace. 314
 Error
whitespace ParenPad '(' is not followed by whitespace. 315
 Error
whitespace ParenPad '(' is not followed by whitespace. 315
 Error
whitespace ParenPad ')' is not preceded with whitespace. 315
 Error
whitespace ParenPad ')' is not preceded with whitespace. 315
 Error
whitespace ParenPad '(' is not followed by whitespace. 316
 Error
whitespace ParenPad '(' is not followed by whitespace. 316
 Error
whitespace ParenPad ')' is not preceded with whitespace. 316
 Error
whitespace ParenPad ')' is not preceded with whitespace. 316
 Error
whitespace ParenPad '(' is not followed by whitespace. 317
 Error
whitespace ParenPad '(' is not followed by whitespace. 317
 Error
whitespace ParenPad ')' is not preceded with whitespace. 317
 Error
whitespace ParenPad ')' is not preceded with whitespace. 317

fr/paris/lutece/plugins/wiki/business/TopicVersionHome.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/wiki/business/WikiContent.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. 118
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 118
 Error
blocks AvoidNestedBlocks Avoid nested blocks. 119

fr/paris/lutece/plugins/wiki/search/WikiIndexer.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 94 should be on a new line. 247
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 249

fr/paris/lutece/plugins/wiki/search/WikiSearchEngine.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 ParameterAssignment Assignment of parameter 'strQuery' is not allowed. 96

fr/paris/lutece/plugins/wiki/service/ContentDeserializer.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. 7
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 7
 Error
naming MemberName Name 'topicVersion' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 10
 Error
design VisibilityModifier Variable 'topicVersion' must be private and have accessor methods. 10
 Error
naming MemberName Name 'parentPageName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 11
 Error
design VisibilityModifier Variable 'parentPageName' must be private and have accessor methods. 11
 Error
naming MemberName Name 'topicId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 12
 Error
design VisibilityModifier Variable 'topicId' must be private and have accessor methods. 12
 Error
naming MemberName Name 'topicTitle' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 13
 Error
design VisibilityModifier Variable 'topicTitle' must be private and have accessor methods. 13
 Error
naming MemberName Name 'topicContent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 15
 Error
design VisibilityModifier Variable 'topicContent' must be private and have accessor methods. 15
 Error
naming MemberName Name 'language' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 17
 Error
design VisibilityModifier Variable 'language' must be private and have accessor methods. 17
 Error
naming MemberName Name 'wikiHtmlContent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 19
 Error
design VisibilityModifier Variable 'wikiHtmlContent' must be private and have accessor methods. 19
 Error
naming MemberName Name 'wikiPageUrl' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 21
 Error
design VisibilityModifier Variable 'wikiPageUrl' must be private and have accessor methods. 21
 Error
naming MemberName Name 'editComment' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 22
 Error
design VisibilityModifier Variable 'editComment' must be private and have accessor methods. 22
 Error
naming MemberName Name 'viewRole' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 24
 Error
design VisibilityModifier Variable 'viewRole' must be private and have accessor methods. 24
 Error
naming MemberName Name 'editRole' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 26
 Error
design VisibilityModifier Variable 'editRole' must be private and have accessor methods. 26
 Error
naming MemberName Name 'topicPageName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 28
 Error
design VisibilityModifier Variable 'topicPageName' must be private and have accessor methods. 28
 Error
javadoc JavadocMethod Expected @return tag. 38
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 38
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 61
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 65
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 72
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 72
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 75
 Error
javadoc JavadocMethod Missing a Javadoc comment. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 82
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88

fr/paris/lutece/plugins/wiki/service/DiffService.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/wiki/service/ImageService.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/wiki/service/PathService.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 48
 Error
coding ParameterAssignment Assignment of parameter 'topic' is not allowed. 68

fr/paris/lutece/plugins/wiki/service/RoleService.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/wiki/service/WikiDiff.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/wiki/service/WikiExtendableResourceService.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/wiki/service/WikiLocaleService.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/wiki/service/WikiPlugin.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/wiki/service/WikiService.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 21 should be on a new line. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 111
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114

fr/paris/lutece/plugins/wiki/service/WikiSitePropertiesGroup.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/wiki/service/WikiUtils.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 Constructor definition in wrong order. 60

fr/paris/lutece/plugins/wiki/service/parser/LuteceHtmlParser.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. 42
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 42
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 45
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
coding ParameterAssignment Assignment of parameter 'htmlFromEditor' is not allowed. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 97

fr/paris/lutece/plugins/wiki/service/parser/LuteceWikiParser.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 AvoidStarImport Using the '.*' form of import should be avoided - ys.wikiparser.Utils.*. 47
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
coding DeclarationOrder Static variable definition in wrong order. 71
 Error
javadoc JavadocMethod Expected @param tag for 'strPageName'. 83
 Error
coding MissingSwitchDefault switch without "default" clause. 149

fr/paris/lutece/plugins/wiki/service/parser/ParserOptions.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/wiki/service/parser/SpecialChar.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. 3
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 3
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 3
 Error
whitespace ParenPad '(' is not followed by whitespace. 15
 Error
whitespace ParenPad ')' is not preceded with whitespace. 15
 Error
whitespace ParenPad '(' is not followed by whitespace. 22
 Error
whitespace ParenPad ')' is not preceded with whitespace. 22
 Error
whitespace ParenPad '(' is not followed by whitespace. 23
 Error
whitespace ParenPad ')' is not preceded with whitespace. 23
 Error
javadoc JavadocMethod Missing a Javadoc comment. 26
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 29
 Error
whitespace ParenPad ')' is not preceded with whitespace. 29
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 30
 Error
whitespace ParenPad '(' is not followed by whitespace. 30
 Error
whitespace ParenPad ')' is not preceded with whitespace. 30
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 34
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38

fr/paris/lutece/plugins/wiki/service/parser/TextFormatMacro.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/wiki/service/parser/TextWrapperMacro.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/wiki/service/parser/WikiCreoleToMarkdown.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. 45
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 50
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 51
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 52
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 53
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 54
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 55
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 56
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 57
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 58
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 59
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 60
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 61
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 62
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 63
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 64
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 65
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 66
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 67
 Error
coding ParameterAssignment Assignment of parameter 'str' is not allowed. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 72
 Error
coding ArrayTrailingComma Array should contain trailing comma. 121

fr/paris/lutece/plugins/wiki/service/parser/WikiMacro.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/wiki/service/parser/WikiMacroService.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/wiki/utils/auth/WikiAnonymousAuthentication.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/wiki/utils/auth/WikiAnonymousUser.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. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64

fr/paris/lutece/plugins/wiki/web/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/wiki/web/WikiApp.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 AvoidStarImport Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.wiki.service.*. 46
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 83
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 84
 Error
coding DeclarationOrder Variable access definition in wrong order. 172
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 334
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 428
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 445
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 450
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 450
 Error
whitespace ParenPad '(' is not followed by whitespace. 451
 Error
whitespace ParenPad ')' is not preceded with whitespace. 451
 Error
whitespace ParenPad ')' is not preceded with whitespace. 480
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 508
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 508
 Error
whitespace ParenPad '(' is not followed by whitespace. 539
 Error
whitespace ParenPad ')' is not preceded with whitespace. 539
 Error
whitespace ParenPad ')' is not preceded with whitespace. 539
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 552
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 583
 Error
whitespace ParenPad '(' is not followed by whitespace. 603
 Error
whitespace ParenPad ')' is not preceded with whitespace. 603
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 603
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 607
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 607
 Error
whitespace ParenPad '(' is not followed by whitespace. 608
 Error
whitespace ParenPad ')' is not preceded with whitespace. 608
 Error
whitespace ParenPad '(' is not followed by whitespace. 609
 Error
whitespace ParenPad ')' is not preceded with whitespace. 609
 Error
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 794
 Error
blocks LeftCurly '{' at column 93 should be on a new line. 794
 Error
whitespace ParenPad '(' is not followed by whitespace. 808
 Error
whitespace ParenPad ')' is not preceded with whitespace. 808
 Error
coding EmptyStatement Empty statement. 808
 Error
whitespace ParenPad '(' is not followed by whitespace. 812
 Error
whitespace ParenPad ')' is not preceded with whitespace. 812
 Error
javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 828
 Error
javadoc JavadocMethod Missing a Javadoc comment. 941
 Error
coding ParameterAssignment Assignment of parameter 'topic' is not allowed. 1016
 Error
whitespace ParenPad '(' is not followed by whitespace. 1189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1189

fr/paris/lutece/plugins/wiki/web/WikiDynamicInputs.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 AvoidStarImport Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.wiki.business.*. 38
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 62

ys/wikiparser/Utils.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 PackageName Name 'ys.wikiparser' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 28
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 30
 Error
javadoc JavadocType Missing a Javadoc comment. 32
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Error
naming StaticVariableName Name 'entities' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 34
 Error
coding ExplicitInitialization Variable 'entities' explicitly initialized to 'null' (default value for its type). 34
 Error
javadoc JavadocMethod Missing a Javadoc comment. 37
 Error
javadoc JavadocMethod Missing a Javadoc comment. 52
 Error
javadoc JavadocMethod Expected @param tag for 'text'. 64
 Error
coding ParameterAssignment Assignment of parameter 'text' is not allowed. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
javadoc JavadocMethod Missing a Javadoc comment. 127
 Error
javadoc JavadocMethod Missing a Javadoc comment. 174
 Error
javadoc JavadocMethod Missing a Javadoc comment. 203
 Error
javadoc JavadocMethod Missing a Javadoc comment. 270
 Error
modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 270
 Error
javadoc JavadocMethod Missing a Javadoc comment. 282
 Error
modifier ModifierOrder 'public' modifier out of order with the JLS suggestions. 282
 Error
javadoc JavadocMethod Missing a Javadoc comment. 294
 Error
javadoc JavadocMethod Missing a Javadoc comment. 313
 Error
javadoc JavadocMethod Missing a Javadoc comment. 391
 Error
javadoc JavadocMethod Missing a Javadoc comment. 396
 Error
javadoc JavadocMethod Missing a Javadoc comment. 401
 Error
javadoc JavadocMethod Missing a Javadoc comment. 406

ys/wikiparser/WikiParser.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 PackageName Name 'ys.wikiparser' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 23
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - ys.wikiparser.Utils.*. 25
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.net.*. 27
 Error
coding ArrayTrailingComma Array should contain trailing comma. 45
 Error
coding ArrayTrailingComma Array should contain trailing comma. 49
 Error
coding ArrayTrailingComma Array should contain trailing comma. 52
 Error
coding ArrayTrailingComma Array should contain trailing comma. 56
 Error
coding ArrayTrailingComma Array should contain trailing comma. 59
 Error
coding ArrayTrailingComma Array should contain trailing comma. 62
 Error
naming MemberName Name 'wikiLength' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 63
 Error
naming MemberName Name 'wikiChars' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 64
 Error
coding DeclarationOrder Variable access definition in wrong order. 65
 Error
naming MemberName Name 'sb' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 65
 Error
design VisibilityModifier Variable 'sb' must be private and have accessor methods. 65
 Error
coding DeclarationOrder Variable access definition in wrong order. 66
 Error
naming MemberName Name 'toc' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 66
 Error
design VisibilityModifier Variable 'toc' must be private and have accessor methods. 66
 Error
coding DeclarationOrder Variable access definition in wrong order. 67
 Error
naming MemberName Name 'tocLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 67
 Error
coding ExplicitInitialization Variable 'tocLevel' explicitly initialized to '0' (default value for its type). 67
 Error
design VisibilityModifier Variable 'tocLevel' must be private and have accessor methods. 67
 Error
naming MemberName Name 'tocAnchorIds' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 68
 Error
naming MemberName Name 'wikiText' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 69
 Error
naming MemberName Name 'pos' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 70
 Error
coding ExplicitInitialization Variable 'pos' explicitly initialized to '0' (default value for its type). 70
 Error
naming MemberName Name 'listLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 71
 Error
naming MemberName Name 'listLevels' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 72
 Error
naming MemberName Name 'blockquoteBR' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 73
 Error
coding ExplicitInitialization Variable 'blockquoteBR' explicitly initialized to 'false' (default value for its type). 73
 Error
naming MemberName Name 'inTable' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 74
 Error
coding ExplicitInitialization Variable 'inTable' explicitly initialized to 'false' (default value for its type). 74
 Error
naming MemberName Name 'mediawikiTableLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 75
 Error
coding ExplicitInitialization Variable 'mediawikiTableLevel' explicitly initialized to '0' (default value for its type). 75
 Error
coding DeclarationOrder Variable access definition in wrong order. 76
 Error
naming MemberName Name 'HEADING_LEVEL_SHIFT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 76
 Error
design VisibilityModifier Variable 'HEADING_LEVEL_SHIFT' must be private and have accessor methods. 76
 Error
coding DeclarationOrder Variable access definition in wrong order. 77
 Error
naming MemberName Name 'HEADING_ID_PREFIX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 77
 Error
coding ExplicitInitialization Variable 'HEADING_ID_PREFIX' explicitly initialized to 'null' (default value for its type). 77
 Error
design VisibilityModifier Variable 'HEADING_ID_PREFIX' must be private and have accessor methods. 77
 Error
javadoc JavadocMethod Missing a Javadoc comment. 82
 Error
javadoc JavadocMethod Missing a Javadoc comment. 88
 Error
coding HiddenField 'wikiText' hides a field. 88
 Error
javadoc JavadocMethod Missing a Javadoc comment. 93
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
javadoc JavadocMethod Missing a Javadoc comment. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 110
 Error
javadoc JavadocMethod Missing a Javadoc comment. 115
 Error
coding HiddenField 'wikiText' hides a field. 115
 Error
coding ParameterAssignment Assignment of parameter 'wikiText' is not allowed. 117
 Error
blocks NeedBraces 'while' construct must use '{}'s. 124
 Error
coding EmptyStatement Empty statement. 125
 Error
blocks NeedBraces 'while' construct must use '{}'s. 129
 Error
javadoc JavadocMethod Missing a Javadoc comment. 135
 Error
javadoc JavadocMethod Missing a Javadoc comment. 140
 Error
javadoc JavadocMethod Missing a Javadoc comment. 155
 Warning
coding ReturnCount Return count is 14 (max allowed for non-void methods/lambdas is 5). 155
 Error
blocks NeedBraces 'for' construct must use '{}'s. 157
 Error
coding EmptyStatement Empty statement. 158
 Error
blocks NeedBraces 'for' construct must use '{}'s. 199
 Error
coding EmptyStatement Empty statement. 200
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
blocks NeedBraces 'for' construct must use '{}'s. 245
 Error
coding EmptyStatement Empty statement. 246
 Error
blocks NeedBraces 'for' construct must use '{}'s. 312
 Error
coding EmptyStatement Empty statement. 313
 Error
blocks NeedBraces 'for' construct must use '{}'s. 322
 Error
coding EmptyStatement Empty statement. 323
 Error
blocks NeedBraces 'for' construct must use '{}'s. 379
 Error
coding EmptyStatement Empty statement. 380
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
blocks NeedBraces 'for' construct must use '{}'s. 397
 Error
coding EmptyStatement Empty statement. 398
 Error
blocks NeedBraces 'while' construct must use '{}'s. 480
 Error
javadoc JavadocMethod Expected @return tag. 531
 Error
blocks NeedBraces 'while' construct must use '{}'s. 546
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 549
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 553
 Error
blocks NeedBraces 'while' construct must use '{}'s. 555
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 556
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 560
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 580
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 589
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 595
 Error
whitespace ParenPad ')' is not preceded with whitespace. 601
 Error
javadoc JavadocMethod Expected @return tag. 613
 Error
javadoc JavadocMethod Expected @param tag for 'start'. 613
 Error
blocks NeedBraces 'while' construct must use '{}'s. 615
 Error
coding ParameterAssignment Assignment of parameter 'start' is not allowed. 616
 Error
blocks NeedBraces 'while' construct must use '{}'s. 654
 Error
blocks NeedBraces 'while' construct must use '{}'s. 659
 Error
blocks NeedBraces 'while' construct must use '{}'s. 666
 Error
coding ArrayTrailingComma Array should contain trailing comma. 684
 Error
javadoc JavadocMethod Missing a Javadoc comment. 693
 Error
javadoc JavadocMethod Missing a Javadoc comment. 705
 Error
blocks NeedBraces 'for' construct must use '{}'s. 750
 Error
coding EmptyStatement Empty statement. 751
 Error
blocks NeedBraces 'for' construct must use '{}'s. 766
 Error
coding EmptyStatement Empty statement. 767
 Error
blocks NeedBraces 'for' construct must use '{}'s. 816
 Error
coding EmptyStatement Empty statement. 817
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 859
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 864
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 869
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 878
 Error
coding InnerAssignment Inner assignments should be avoided. 964
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 981
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 1037
 Error
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 1053
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1119
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1146
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1172
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1177
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1194
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1218
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1235
 Error
javadoc JavadocType Missing a Javadoc comment. 1240
 Error
design MutableException The field 'position' must be declared final. 1243
 Error
naming MemberName Name 'position' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 1243
 Error
design VisibilityModifier Variable 'position' must be private and have accessor methods. 1243
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1245
 Error
modifier RedundantModifier Redundant 'public' modifier. 1245
 Error
coding HiddenField 'position' hides a field. 1245
 Error
javadoc JavadocType Missing a Javadoc comment. 1252
 Error
javadoc JavadocMethod Missing a Javadoc comment. 1256
 Error
modifier RedundantModifier Redundant 'public' modifier. 1256
 Error
javadoc JavadocType Missing a Javadoc comment. 1262
 Error
modifier RedundantModifier Redundant 'static' modifier. 1262