Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
30 61 15 4336

Files

File
 I
 W
 E
org/apache/maven/cli/CLIManager.java 38 0 359
org/apache/maven/cli/CLIReportingUtils.java 2 0 200
org/apache/maven/cli/CleanArgument.java 0 0 74
org/apache/maven/cli/CliRequest.java 0 0 21
org/apache/maven/cli/MavenCli.java 7 1 1666
org/apache/maven/cli/ResolveFile.java 0 0 22
org/apache/maven/cli/configuration/ConfigurationProcessor.java 0 0 4
org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java 5 0 178
org/apache/maven/cli/event/DefaultEventSpyContext.java 0 0 3
org/apache/maven/cli/event/ExecutionEventLogger.java 0 0 467
org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java 3 0 140
org/apache/maven/cli/internal/ExtensionResolutionException.java 0 0 7
org/apache/maven/cli/logging/BaseSlf4jConfiguration.java 0 0 12
org/apache/maven/cli/logging/Slf4jConfiguration.java 3 0 5
org/apache/maven/cli/logging/Slf4jConfigurationFactory.java 1 0 28
org/apache/maven/cli/logging/Slf4jLogger.java 0 4 69
org/apache/maven/cli/logging/Slf4jLoggerManager.java 0 10 39
org/apache/maven/cli/logging/Slf4jStdoutLogger.java 0 0 232
org/apache/maven/cli/logging/impl/Log4j2Configuration.java 0 0 11
org/apache/maven/cli/logging/impl/LogbackConfiguration.java 0 0 15
org/apache/maven/cli/logging/impl/Slf4jSimpleConfiguration.java 0 0 11
org/apache/maven/cli/logging/impl/UnsupportedSlf4jBindingConfiguration.java 0 0 32
org/apache/maven/cli/transfer/AbstractMavenTransferListener.java 1 0 178
org/apache/maven/cli/transfer/BatchModeMavenTransferListener.java 0 0 7
org/apache/maven/cli/transfer/ConsoleMavenTransferListener.java 0 0 122
org/apache/maven/cli/transfer/QuietMavenTransferListener.java 0 0 3
org/apache/maven/cli/transfer/Slf4jMavenTransferListener.java 1 0 79
org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java 0 0 341
org/slf4j/MavenSlf4jFriend.java 0 0 3
org/slf4j/impl/MavenSlf4jSimpleFriend.java 0 0 8

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
621
 Error
RightCurly
  • option: "alone"
93
 Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1
 Warning
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
30
 Error
javadoc JavadocMethod
  • accessModifiers: "public, protected"
14
 Warning
JavadocVariable
  • scope: "protected"
61
 Info
sizes MethodLength 1
 Error
whitespace ParenPad
  • option: "space"
3481
 Error
WhitespaceAround 110
 Error

Details

org/apache/maven/cli/CLIManager.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 35
 Info
javadoc JavadocVariable Missing a Javadoc comment. 36
 Info
javadoc JavadocVariable Missing a Javadoc comment. 38
 Info
javadoc JavadocVariable Missing a Javadoc comment. 40
 Info
javadoc JavadocVariable Missing a Javadoc comment. 48
 Info
javadoc JavadocVariable Missing a Javadoc comment. 50
 Info
javadoc JavadocVariable Missing a Javadoc comment. 52
 Info
javadoc JavadocVariable Missing a Javadoc comment. 54
 Info
javadoc JavadocVariable Missing a Javadoc comment. 56
 Info
javadoc JavadocVariable Missing a Javadoc comment. 58
 Info
javadoc JavadocVariable Missing a Javadoc comment. 60
 Info
javadoc JavadocVariable Missing a Javadoc comment. 62
 Info
javadoc JavadocVariable Missing a Javadoc comment. 64
 Info
javadoc JavadocVariable Missing a Javadoc comment. 66
 Info
javadoc JavadocVariable Missing a Javadoc comment. 68
 Info
javadoc JavadocVariable Missing a Javadoc comment. 70
 Info
javadoc JavadocVariable Missing a Javadoc comment. 72
 Info
javadoc JavadocVariable Missing a Javadoc comment. 74
 Info
javadoc JavadocVariable Missing a Javadoc comment. 76
 Info
javadoc JavadocVariable Missing a Javadoc comment. 78
 Info
javadoc JavadocVariable Missing a Javadoc comment. 80
 Info
javadoc JavadocVariable Missing a Javadoc comment. 82
 Info
javadoc JavadocVariable Missing a Javadoc comment. 84
 Info
javadoc JavadocVariable Missing a Javadoc comment. 86
 Info
javadoc JavadocVariable Missing a Javadoc comment. 88
 Info
javadoc JavadocVariable Missing a Javadoc comment. 90
 Info
javadoc JavadocVariable Missing a Javadoc comment. 92
 Info
javadoc JavadocVariable Missing a Javadoc comment. 94
 Info
javadoc JavadocVariable Missing a Javadoc comment. 96
 Info
javadoc JavadocVariable Missing a Javadoc comment. 98
 Info
javadoc JavadocVariable Missing a Javadoc comment. 100
 Info
javadoc JavadocVariable Missing a Javadoc comment. 102
 Info
javadoc JavadocVariable Missing a Javadoc comment. 104
 Info
javadoc JavadocVariable Missing a Javadoc comment. 106
 Info
javadoc JavadocVariable Missing a Javadoc comment. 108
 Info
javadoc JavadocVariable Missing a Javadoc comment. 110
 Info
javadoc JavadocVariable Missing a Javadoc comment. 112
 Info
javadoc JavadocVariable Missing a Javadoc comment. 114
 Info
javadoc JavadocVariable Missing a Javadoc comment. 121
 Error
sizes MethodLength Method CLIManager length is 181 lines (max allowed is 150). 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad ')' is not preceded with 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. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 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. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 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 preceded with whitespace. 150
 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 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. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
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 preceded with whitespace. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 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. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with 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 preceded with whitespace. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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 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 preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with 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 preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 196
 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 preceded with whitespace. 200
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 202
 Error
whitespace ParenPad ')' is not preceded with whitespace. 202
 Error
whitespace ParenPad '(' is not followed by whitespace. 203
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 210
 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 followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 215
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 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 preceded with whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 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. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 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 followed by whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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 followed by whitespace. 234
 Error
whitespace ParenPad ')' is not preceded with whitespace. 234
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 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 followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 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. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
whitespace ParenPad '(' is not followed by whitespace. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 249
 Error
whitespace ParenPad ')' is not preceded with whitespace. 249
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 251
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 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. 256
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad ')' is not preceded with 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 preceded with whitespace. 260
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 262
 Error
whitespace ParenPad ')' is not preceded with whitespace. 262
 Error
whitespace ParenPad '(' is not followed by whitespace. 264
 Error
whitespace ParenPad ')' is not preceded with whitespace. 264
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 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 followed by whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 277
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 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. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 281
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 283
 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. 284
 Error
whitespace ParenPad ')' is not preceded with whitespace. 284
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 295
 Error
whitespace ParenPad ')' is not preceded with whitespace. 295
 Error
whitespace ParenPad '(' is not followed by whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297
 Error
whitespace ParenPad '(' is not followed by whitespace. 300
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 303
 Error
whitespace ParenPad '(' is not followed by whitespace. 306
 Error
whitespace ParenPad ')' is not preceded with whitespace. 306
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 306
 Error
whitespace ParenPad '(' is not followed by whitespace. 308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 308
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 315
 Error
whitespace ParenPad ')' is not preceded with whitespace. 315
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 315
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 323
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336

org/apache/maven/cli/CLIReportingUtils.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 38
 Info
javadoc JavadocVariable Missing a Javadoc comment. 40
 Info
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 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
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 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. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 97
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 97
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 99
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 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
blocks LeftCurly '{' at column 47 should be on a new line. 105
 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. 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 52 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
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 121
 Error
whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 125
 Error
blocks LeftCurly '{' at column 100 should be on a new line. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 130
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 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. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
blocks LeftCurly '{' at column 102 should be on a new line. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 140
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 28 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 95 should be on a new line. 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. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by 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 followed by whitespace. 155
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 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
blocks LeftCurly '{' at column 56 should be on a new line. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 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. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 168
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 171
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 171
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 174
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 177
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182

org/apache/maven/cli/CleanArgument.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 28
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 39
 Error
whitespace ParenPad ')' is not preceded with whitespace. 39
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 65
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 81
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 81
 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. 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 95
 Error
whitespace ParenPad ')' is not preceded with whitespace. 95
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 95
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 97
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 97
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98

org/apache/maven/cli/CliRequest.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 54
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 60
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 64
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 68
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 72
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 76
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 80
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 84
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 88
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 92
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 96
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105

org/apache/maven/cli/MavenCli.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 23 should be on a new line. 131
 Info
javadoc JavadocVariable Missing a Javadoc comment. 132
 Info
javadoc JavadocVariable Missing a Javadoc comment. 134
 Info
javadoc JavadocVariable Missing a Javadoc comment. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Info
javadoc JavadocVariable Missing a Javadoc comment. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Info
javadoc JavadocVariable Missing a Javadoc comment. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Info
javadoc JavadocVariable Missing a Javadoc comment. 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
 Info
javadoc JavadocVariable Missing a Javadoc comment. 151
 Error
blocks LeftCurly '{' at column 23 should be on a new line. 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. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 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. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 197
 Error
whitespace ParenPad '(' is not followed by whitespace. 197
 Error
whitespace ParenPad ')' is not preceded with whitespace. 197
 Error
whitespace ParenPad ')' is not preceded with whitespace. 197
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 Error
whitespace ParenPad ')' is not preceded with whitespace. 220
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 230
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 230
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 234
 Error
whitespace ParenPad '(' is not followed by whitespace. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 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. 238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 238
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 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. 242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 246
 Error
blocks LeftCurly '{' at column 19 should be on a new line. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 250
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 251
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks RightCurly '}' at column 25 should be alone on a line. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 253
 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. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 265
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 269
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 271
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 277
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 281
 Error
whitespace ParenPad ')' is not preceded with whitespace. 281
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 282
 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
blocks RightCurly '}' at column 9 should be alone on a line. 284
 Error
whitespace ParenPad '(' is not followed by whitespace. 284
 Error
whitespace ParenPad ')' is not preceded with whitespace. 284
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 284
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 287
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 292
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 295
 Error
blocks LeftCurly '{' at column 19 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
blocks LeftCurly '{' at column 41 should be on a new line. 296
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 303
 Error
whitespace ParenPad ')' is not preceded with whitespace. 303
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 303
 Error
whitespace ParenPad '(' is not followed by whitespace. 304
 Error
whitespace ParenPad ')' is not preceded with whitespace. 304
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 308
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 309
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 311
 Error
whitespace ParenPad ')' is not preceded with whitespace. 311
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 314
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 316
 Error
whitespace ParenPad '(' is not followed by whitespace. 316
 Error
whitespace ParenPad ')' is not preceded with whitespace. 316
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 316
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 327
 Error
whitespace ParenPad '(' is not followed by whitespace. 328
 Error
whitespace ParenPad '(' is not followed by whitespace. 328
 Error
whitespace ParenPad ')' is not preceded with whitespace. 328
 Error
whitespace ParenPad ')' is not preceded with whitespace. 328
 Error
whitespace ParenPad '(' is not followed by whitespace. 332
 Error
whitespace ParenPad ')' is not preceded with whitespace. 332
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 332
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
whitespace ParenPad '(' is not followed by whitespace. 346
 Error
whitespace ParenPad ')' is not preceded with whitespace. 346
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 346
 Error
whitespace ParenPad '(' is not followed by whitespace. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 347
 Error
whitespace ParenPad ')' is not preceded with whitespace. 347
 Error
whitespace ParenPad ')' is not preceded with whitespace. 347
 Error
blocks LeftCurly '{' at column 102 should be on a new line. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 348
 Error
whitespace ParenPad ')' is not preceded with whitespace. 348
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 348
 Error
whitespace ParenPad '(' is not followed by whitespace. 349
 Error
whitespace ParenPad ')' is not preceded with whitespace. 349
 Error
whitespace ParenPad '(' is not followed by whitespace. 353
 Error
whitespace ParenPad '(' is not followed by whitespace. 353
 Error
whitespace ParenPad ')' is not preceded with whitespace. 353
 Error
whitespace ParenPad ')' is not preceded with whitespace. 353
 Error
whitespace ParenPad '(' is not followed by whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 356
 Error
whitespace ParenPad ')' is not preceded with whitespace. 356
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 359
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 360
 Error
whitespace ParenPad ')' is not preceded with whitespace. 360
 Error
whitespace ParenPad '(' is not followed by whitespace. 361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 361
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 365
 Error
whitespace ParenPad '(' is not followed by whitespace. 366
 Error
whitespace ParenPad ')' is not preceded with whitespace. 366
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 366
 Error
whitespace ParenPad '(' is not followed by whitespace. 367
 Error
whitespace ParenPad ')' is not preceded with whitespace. 367
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 368
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 368
 Error
whitespace ParenPad '(' is not followed by whitespace. 369
 Error
whitespace ParenPad '(' is not followed by whitespace. 369
 Error
whitespace ParenPad ')' is not preceded with whitespace. 369
 Error
whitespace ParenPad ')' is not preceded with whitespace. 369
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 371
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 371
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 373
 Error
whitespace ParenPad '(' is not followed by whitespace. 378
 Error
whitespace ParenPad ')' is not preceded with whitespace. 378
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 378
 Error
whitespace ParenPad '(' is not followed by whitespace. 379
 Error
whitespace ParenPad '(' is not followed by whitespace. 379
 Error
whitespace ParenPad ')' is not preceded with whitespace. 379
 Error
whitespace ParenPad ')' is not preceded with whitespace. 379
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 379
 Error
whitespace ParenPad '(' is not followed by whitespace. 380
 Error
whitespace ParenPad ')' is not preceded with whitespace. 380
 Error
whitespace ParenPad '(' is not followed by whitespace. 381
 Error
whitespace ParenPad ')' is not preceded with whitespace. 381
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 385
 Error
whitespace ParenPad '(' is not followed by whitespace. 385
 Error
whitespace ParenPad ')' is not preceded with whitespace. 385
 Error
whitespace ParenPad ')' is not preceded with whitespace. 385
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 385
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 387
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 387
 Error
whitespace ParenPad '(' is not followed by whitespace. 388
 Error
whitespace ParenPad ')' is not preceded with whitespace. 388
 Error
whitespace ParenPad '(' is not followed by whitespace. 390
 Error
whitespace ParenPad ')' is not preceded with whitespace. 390
 Error
whitespace ParenPad '(' is not followed by whitespace. 394
 Error
whitespace ParenPad ')' is not preceded with whitespace. 394
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 394
 Error
whitespace ParenPad '(' is not followed by whitespace. 398
 Error
whitespace ParenPad ')' is not preceded with whitespace. 398
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 398
 Error
whitespace ParenPad '(' is not followed by whitespace. 399
 Error
whitespace ParenPad ')' is not preceded with whitespace. 399
 Error
whitespace ParenPad '(' is not followed by whitespace. 401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 401
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 401
 Error
whitespace ParenPad '(' is not followed by whitespace. 402
 Error
whitespace ParenPad ')' is not preceded with whitespace. 402
 Error
whitespace ParenPad '(' is not followed by whitespace. 407
 Error
whitespace ParenPad ')' is not preceded with whitespace. 407
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 407
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 409
 Error
whitespace ParenPad ')' is not preceded with whitespace. 409
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 410
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 410
 Error
whitespace ParenPad '(' is not followed by whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 411
 Error
whitespace ParenPad '(' is not followed by whitespace. 414
 Error
whitespace ParenPad ')' is not preceded with whitespace. 414
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 414
 Error
whitespace ParenPad '(' is not followed by whitespace. 415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 418
 Error
whitespace ParenPad ')' is not preceded with whitespace. 418
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 418
 Error
whitespace ParenPad '(' is not followed by whitespace. 419
 Error
whitespace ParenPad ')' is not preceded with whitespace. 419
 Error
whitespace ParenPad '(' is not followed by whitespace. 427
 Error
whitespace ParenPad ')' is not preceded with whitespace. 427
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 427
 Error
whitespace ParenPad '(' is not followed by whitespace. 429
 Error
whitespace ParenPad ')' is not preceded with whitespace. 429
 Error
whitespace ParenPad '(' is not followed by whitespace. 430
 Error
whitespace ParenPad ')' is not preceded with whitespace. 430
 Error
whitespace ParenPad '(' is not followed by whitespace. 431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 431
 Error
whitespace ParenPad '(' is not followed by whitespace. 432
 Error
whitespace ParenPad ')' is not preceded with whitespace. 432
 Error
whitespace ParenPad '(' is not followed by whitespace. 435
 Error
whitespace ParenPad ')' is not preceded with whitespace. 435
 Error
whitespace ParenPad '(' is not followed by whitespace. 437
 Error
whitespace ParenPad ')' is not preceded with whitespace. 437
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 437
 Error
whitespace ParenPad '(' is not followed by whitespace. 438
 Error
whitespace ParenPad ')' is not preceded with whitespace. 438
 Error
whitespace ParenPad '(' is not followed by whitespace. 439
 Error
whitespace ParenPad ')' is not preceded with whitespace. 439
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 440
 Error
whitespace ParenPad ')' is not preceded with whitespace. 440
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 440
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
whitespace ParenPad '(' is not followed by whitespace. 442
 Error
whitespace ParenPad ')' is not preceded with whitespace. 442
 Error
whitespace ParenPad '(' is not followed by whitespace. 448
 Error
whitespace ParenPad ')' is not preceded with whitespace. 448
 Error
whitespace ParenPad '(' is not followed by whitespace. 449
 Error
whitespace ParenPad ')' is not preceded with whitespace. 449
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
blocks LeftCurly '{' at column 100 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
blocks RightCurly '}' at column 9 should be alone on a line. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 452
 Error
whitespace ParenPad ')' is not preceded with whitespace. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 452
 Error
whitespace ParenPad ')' is not preceded with whitespace. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 452
 Error
whitespace ParenPad ')' is not preceded with whitespace. 452
 Error
whitespace ParenPad ')' is not preceded with whitespace. 452
 Error
blocks LeftCurly '{' at column 104 should be on a new line. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 453
 Error
whitespace ParenPad ')' is not preceded with whitespace. 453
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
blocks LeftCurly '{' at column 109 should be on a new line. 454
 Error
whitespace ParenPad ')' is not preceded with whitespace. 456
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 457
 Error
whitespace ParenPad '(' is not followed by whitespace. 457
 Error
whitespace ParenPad '(' is not followed by whitespace. 457
 Error
whitespace ParenPad ')' is not preceded with whitespace. 457
 Error
whitespace ParenPad '(' is not followed by whitespace. 458
 Error
whitespace ParenPad ')' is not preceded with whitespace. 458
 Error
whitespace ParenPad ')' is not preceded with whitespace. 458
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 458
 Error
whitespace ParenPad '(' is not followed by whitespace. 459
 Error
whitespace ParenPad ')' is not preceded with whitespace. 459
 Error
whitespace ParenPad '(' is not followed by whitespace. 463
 Error
whitespace ParenPad '(' is not followed by whitespace. 463
 Error
whitespace ParenPad ')' is not preceded with whitespace. 463
 Error
whitespace ParenPad ')' is not preceded with whitespace. 463
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 463
 Error
whitespace ParenPad '(' is not followed by whitespace. 464
 Error
whitespace ParenPad '(' is not followed by whitespace. 464
 Error
whitespace ParenPad ')' is not preceded with whitespace. 464
 Error
whitespace ParenPad ')' is not preceded with whitespace. 464
 Error
whitespace ParenPad '(' is not followed by whitespace. 465
 Error
whitespace ParenPad ')' is not preceded with whitespace. 465
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 468
 Error
whitespace ParenPad '(' is not followed by whitespace. 469
 Error
whitespace ParenPad '(' is not followed by whitespace. 469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 469
 Error
whitespace ParenPad '(' is not followed by whitespace. 470
 Error
whitespace ParenPad ')' is not preceded with whitespace. 470
 Error
whitespace ParenPad '(' is not followed by whitespace. 471
 Error
whitespace ParenPad ')' is not preceded with whitespace. 471
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 472
 Error
whitespace ParenPad '(' is not followed by whitespace. 472
 Error
whitespace ParenPad ')' is not preceded with whitespace. 472
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 472
 Error
whitespace ParenPad '(' is not followed by whitespace. 482
 Error
whitespace ParenPad ')' is not preceded with whitespace. 482
 Error
whitespace ParenPad '(' is not followed by whitespace. 484
 Error
whitespace ParenPad '(' is not followed by whitespace. 484
 Error
whitespace ParenPad ')' is not preceded with whitespace. 484
 Error
whitespace ParenPad ')' is not preceded with whitespace. 484
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 484
 Error
whitespace ParenPad '(' is not followed by whitespace. 485
 Error
whitespace ParenPad ')' is not preceded with whitespace. 485
 Error
whitespace ParenPad '(' is not followed by whitespace. 487
 Error
whitespace ParenPad ')' is not preceded with whitespace. 487
 Error
blocks LeftCurly '{' at column 73 should be on a new line. 487
 Error
whitespace ParenPad '(' is not followed by whitespace. 488
 Error
whitespace ParenPad ')' is not preceded with whitespace. 488
 Error
whitespace ParenPad '(' is not followed by whitespace. 489
 Error
whitespace ParenPad ')' is not preceded with whitespace. 489
 Error
whitespace ParenPad '(' is not followed by whitespace. 489
 Error
whitespace ParenPad ')' is not preceded with whitespace. 489
 Error
whitespace ParenPad '(' is not followed by whitespace. 490
 Error
whitespace ParenPad ')' is not preceded with whitespace. 490
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 491
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 491
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 501
 Error
whitespace ParenPad ')' is not preceded with whitespace. 502
 Error
whitespace ParenPad '(' is not followed by whitespace. 506
 Error
whitespace ParenPad ')' is not preceded with whitespace. 506
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 506
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
whitespace ParenPad ')' is not preceded with whitespace. 507
 Error
whitespace ParenPad ')' is not preceded with whitespace. 507
 Error
blocks LeftCurly '{' at column 94 should be on a new line. 507
 Error
whitespace ParenPad '(' is not followed by whitespace. 508
 Error
whitespace ParenPad ')' is not preceded with whitespace. 508
 Error
whitespace ParenPad '(' is not followed by whitespace. 512
 Error
whitespace ParenPad ')' is not preceded with whitespace. 512
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 512
 Error
whitespace ParenPad '(' is not followed by whitespace. 513
 Error
whitespace ParenPad ')' is not preceded with whitespace. 513
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 513
 Error
whitespace ParenPad '(' is not followed by whitespace. 514
 Error
whitespace ParenPad ')' is not preceded with whitespace. 514
 Error
whitespace ParenPad '(' is not followed by whitespace. 517
 Error
whitespace ParenPad '(' is not followed by whitespace. 517
 Error
whitespace ParenPad ')' is not preceded with whitespace. 517
 Error
whitespace ParenPad ')' is not preceded with whitespace. 517
 Error
blocks LeftCurly '{' at column 110 should be on a new line. 517
 Error
whitespace ParenPad '(' is not followed by whitespace. 518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 518
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 519
 Error
whitespace ParenPad '(' is not followed by whitespace. 519
 Error
whitespace ParenPad '(' is not followed by whitespace. 519
 Error
whitespace ParenPad ')' is not preceded with whitespace. 519
 Error
whitespace ParenPad ')' is not preceded with whitespace. 519
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 519
 Error
whitespace ParenPad '(' is not followed by whitespace. 520
 Error
whitespace ParenPad ')' is not preceded with whitespace. 520
 Error
whitespace ParenPad '(' is not followed by whitespace. 523
 Error
whitespace ParenPad ')' is not preceded with whitespace. 523
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 523
 Error
whitespace ParenPad '(' is not followed by whitespace. 524
 Error
whitespace ParenPad '(' is not followed by whitespace. 524
 Error
whitespace ParenPad ')' is not preceded with whitespace. 524
 Error
whitespace ParenPad ')' is not preceded with whitespace. 524
 Error
whitespace ParenPad '(' is not followed by whitespace. 525
 Error
whitespace ParenPad ')' is not preceded with whitespace. 525
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 525
 Error
whitespace ParenPad '(' is not followed by whitespace. 527
 Error
whitespace ParenPad ')' is not preceded with whitespace. 527
 Error
whitespace ParenPad '(' is not followed by whitespace. 528
 Error
whitespace ParenPad '(' is not followed by whitespace. 528
 Error
whitespace ParenPad ')' is not preceded with whitespace. 528
 Error
whitespace ParenPad ')' is not preceded with whitespace. 528
 Error
whitespace ParenPad '(' is not followed by whitespace. 528
 Error
whitespace ParenPad ')' is not preceded with whitespace. 528
 Error
whitespace ParenPad '(' is not followed by whitespace. 529
 Error
whitespace ParenPad '(' is not followed by whitespace. 529
 Error
whitespace ParenPad ')' is not preceded with whitespace. 529
 Error
whitespace ParenPad ')' is not preceded with whitespace. 529
 Error
whitespace ParenPad '(' is not followed by whitespace. 529
 Error
whitespace ParenPad ')' is not preceded with whitespace. 529
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 531
 Error
whitespace ParenPad '(' is not followed by whitespace. 531
 Error
whitespace ParenPad ')' is not preceded with whitespace. 531
 Error
whitespace ParenPad ')' is not preceded with whitespace. 531
 Error
whitespace ParenPad '(' is not followed by whitespace. 531
 Error
whitespace ParenPad ')' is not preceded with whitespace. 531
 Error
whitespace ParenPad '(' is not followed by whitespace. 533
 Error
whitespace ParenPad ')' is not preceded with whitespace. 533
 Error
whitespace ParenPad '(' is not followed by whitespace. 533
 Error
whitespace ParenPad ')' is not preceded with whitespace. 533
 Error
whitespace ParenPad '(' is not followed by whitespace. 534
 Error
whitespace ParenPad ')' is not preceded with whitespace. 534
 Error
whitespace ParenPad '(' is not followed by whitespace. 534
 Error
whitespace ParenPad ')' is not preceded with whitespace. 534
 Error
whitespace ParenPad '(' is not followed by whitespace. 535
 Error
whitespace ParenPad ')' is not preceded with whitespace. 535
 Error
whitespace ParenPad '(' is not followed by whitespace. 535
 Error
whitespace ParenPad ')' is not preceded with whitespace. 535
 Error
whitespace ParenPad '(' is not followed by whitespace. 536
 Error
whitespace ParenPad ')' is not preceded with whitespace. 536
 Error
whitespace ParenPad '(' is not followed by whitespace. 536
 Error
whitespace ParenPad ')' is not preceded with whitespace. 536
 Error
whitespace ParenPad '(' is not followed by whitespace. 537
 Error
whitespace ParenPad ')' is not preceded with whitespace. 537
 Error
whitespace ParenPad '(' is not followed by whitespace. 538
 Error
whitespace ParenPad ')' is not preceded with whitespace. 538
 Error
whitespace ParenPad '(' is not followed by whitespace. 545
 Error
whitespace ParenPad ')' is not preceded with whitespace. 545
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 545
 Error
whitespace ParenPad '(' is not followed by whitespace. 546
 Error
whitespace ParenPad ')' is not preceded with whitespace. 546
 Error
whitespace ParenPad '(' is not followed by whitespace. 549
 Error
whitespace ParenPad ')' is not preceded with whitespace. 549
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 549
 Error
whitespace ParenPad '(' is not followed by whitespace. 550
 Error
whitespace ParenPad ')' is not preceded with whitespace. 550
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 550
 Error
whitespace ParenPad '(' is not followed by whitespace. 552
 Error
whitespace ParenPad ')' is not preceded with whitespace. 552
 Error
whitespace ParenPad '(' is not followed by whitespace. 555
 Error
whitespace ParenPad ')' is not preceded with whitespace. 555
 Error
whitespace ParenPad '(' is not followed by whitespace. 556
 Error
whitespace ParenPad ')' is not preceded with whitespace. 556
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 556
 Error
whitespace ParenPad '(' is not followed by whitespace. 560
 Error
whitespace ParenPad ')' is not preceded with whitespace. 560
 Error
whitespace ParenPad '(' is not followed by whitespace. 562
 Error
whitespace ParenPad ')' is not preceded with whitespace. 562
 Error
whitespace ParenPad '(' is not followed by whitespace. 564
 Error
whitespace ParenPad ')' is not preceded with whitespace. 564
 Error
whitespace ParenPad '(' is not followed by whitespace. 566
 Error
whitespace ParenPad ')' is not preceded with whitespace. 566
 Error
whitespace ParenPad '(' is not followed by whitespace. 569
 Error
whitespace ParenPad ')' is not preceded with whitespace. 569
 Error
whitespace ParenPad '(' is not followed by whitespace. 570
 Error
whitespace ParenPad ')' is not preceded with whitespace. 570
 Error
whitespace ParenPad '(' is not followed by whitespace. 571
 Error
whitespace ParenPad ')' is not preceded with whitespace. 571
 Error
whitespace ParenPad '(' is not followed by whitespace. 572
 Error
whitespace ParenPad ')' is not preceded with whitespace. 572
 Error
whitespace ParenPad '(' is not followed by whitespace. 573
 Error
whitespace ParenPad ')' is not preceded with whitespace. 573
 Error
whitespace ParenPad '(' is not followed by whitespace. 574
 Error
whitespace ParenPad ')' is not preceded with whitespace. 574
 Error
whitespace ParenPad '(' is not followed by whitespace. 576
 Error
whitespace ParenPad ')' is not preceded with whitespace. 576
 Error
whitespace ParenPad '(' is not followed by whitespace. 577
 Error
whitespace ParenPad ')' is not preceded with whitespace. 577
 Error
whitespace ParenPad '(' is not followed by whitespace. 578
 Error
whitespace ParenPad ')' is not preceded with whitespace. 578
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 578
 Error
whitespace ParenPad '(' is not followed by whitespace. 579
 Error
whitespace ParenPad ')' is not preceded with whitespace. 579
 Error
whitespace ParenPad '(' is not followed by whitespace. 580
 Error
whitespace ParenPad ')' is not preceded with whitespace. 580
 Error
whitespace ParenPad '(' is not followed by whitespace. 583
 Error
whitespace ParenPad ')' is not preceded with whitespace. 583
 Error
whitespace ParenPad '(' is not followed by whitespace. 585
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 585
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 587
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 591
 Error
whitespace ParenPad '(' is not followed by whitespace. 594
 Error
whitespace ParenPad ')' is not preceded with whitespace. 594
 Error
whitespace ParenPad '(' is not followed by whitespace. 595
 Error
whitespace ParenPad ')' is not preceded with whitespace. 595
 Error
whitespace ParenPad '(' is not followed by whitespace. 597
 Error
whitespace ParenPad ')' is not preceded with whitespace. 597
 Error
whitespace ParenPad '(' is not followed by whitespace. 599
 Error
whitespace ParenPad ')' is not preceded with whitespace. 599
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 599
 Error
whitespace ParenPad '(' is not followed by whitespace. 602
 Error
whitespace ParenPad ')' is not preceded with whitespace. 602
 Error
whitespace ParenPad '(' is not followed by whitespace. 603
 Error
whitespace ParenPad ')' is not preceded with whitespace. 603
 Error
whitespace ParenPad ')' is not preceded with whitespace. 603
 Error
whitespace ParenPad '(' is not followed by whitespace. 606
 Error
whitespace ParenPad ')' is not preceded with whitespace. 606
 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. 610
 Error
whitespace ParenPad ')' is not preceded with whitespace. 610
 Error
whitespace ParenPad '(' is not followed by whitespace. 614
 Error
whitespace ParenPad ')' is not preceded with whitespace. 614
 Error
whitespace ParenPad '(' is not followed by whitespace. 615
 Error
whitespace ParenPad ')' is not preceded with whitespace. 615
 Error
whitespace ParenPad '(' is not followed by whitespace. 616
 Error
whitespace ParenPad ')' is not preceded with whitespace. 616
 Error
whitespace ParenPad '(' is not followed by whitespace. 617
 Error
whitespace ParenPad ')' is not preceded with whitespace. 617
 Error
whitespace ParenPad '(' is not followed by whitespace. 618
 Error
whitespace ParenPad ')' is not preceded with whitespace. 618
 Error
whitespace ParenPad '(' is not followed by whitespace. 619
 Error
whitespace ParenPad ')' is not preceded with whitespace. 619
 Error
whitespace ParenPad '(' is not followed by whitespace. 622
 Error
whitespace ParenPad ')' is not preceded with whitespace. 622
 Error
whitespace ParenPad '(' is not followed by whitespace. 624
 Error
whitespace ParenPad ')' is not preceded with whitespace. 624
 Error
whitespace ParenPad '(' is not followed by whitespace. 626
 Error
whitespace ParenPad ')' is not preceded with whitespace. 626
 Error
whitespace ParenPad '(' is not followed by whitespace. 628
 Error
whitespace ParenPad ')' is not preceded with whitespace. 628
 Error
whitespace ParenPad '(' is not followed by whitespace. 630
 Error
whitespace ParenPad ')' is not preceded with whitespace. 630
 Error
whitespace ParenPad '(' is not followed by whitespace. 632
 Error
whitespace ParenPad ')' is not preceded with whitespace. 632
 Error
whitespace ParenPad '(' is not followed by whitespace. 634
 Error
whitespace ParenPad ')' is not preceded with whitespace. 634
 Error
whitespace ParenPad ')' is not preceded with whitespace. 640
 Error
blocks LeftCurly '{' at column 111 should be on a new line. 640
 Error
whitespace ParenPad '(' is not followed by whitespace. 641
 Error
whitespace ParenPad ')' is not preceded with whitespace. 641
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 641
 Error
whitespace ParenPad '(' is not followed by whitespace. 645
 Error
whitespace ParenPad ')' is not preceded with whitespace. 645
 Error
whitespace ParenPad '(' is not followed by whitespace. 646
 Error
whitespace ParenPad ')' is not preceded with whitespace. 646
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 646
 Error
whitespace ParenPad '(' is not followed by whitespace. 650
 Error
whitespace ParenPad ')' is not preceded with whitespace. 650
 Error
whitespace ParenPad '(' is not followed by whitespace. 651
 Error
whitespace ParenPad ')' is not preceded with whitespace. 651
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 651
 Error
whitespace ParenPad '(' is not followed by whitespace. 656
 Error
whitespace ParenPad ')' is not preceded with whitespace. 656
 Error
whitespace ParenPad '(' is not followed by whitespace. 657
 Error
whitespace ParenPad ')' is not preceded with whitespace. 657
 Error
whitespace ParenPad '(' is not followed by whitespace. 658
 Error
whitespace ParenPad ')' is not preceded with whitespace. 658
 Error
whitespace ParenPad '(' is not followed by whitespace. 659
 Error
whitespace ParenPad ')' is not preceded with whitespace. 659
 Error
whitespace ParenPad '(' is not followed by whitespace. 660
 Error
whitespace ParenPad ')' is not preceded with whitespace. 660
 Error
whitespace ParenPad '(' is not followed by whitespace. 661
 Error
whitespace ParenPad ')' is not preceded with whitespace. 661
 Error
whitespace ParenPad '(' is not followed by whitespace. 663
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 663
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 665
 Error
whitespace ParenPad '(' is not followed by whitespace. 666
 Error
whitespace ParenPad ')' is not preceded with whitespace. 666
 Error
whitespace ParenPad '(' is not followed by whitespace. 666
 Error
whitespace ParenPad ')' is not preceded with whitespace. 666
 Error
whitespace ParenPad ')' is not preceded with whitespace. 668
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 670
 Error
whitespace ParenPad '(' is not followed by whitespace. 671
 Error
whitespace ParenPad ')' is not preceded with whitespace. 671
 Error
whitespace ParenPad '(' is not followed by whitespace. 673
 Error
whitespace ParenPad ')' is not preceded with whitespace. 673
 Error
whitespace ParenPad '(' is not followed by whitespace. 675
 Error
whitespace ParenPad ')' is not preceded with whitespace. 675
 Error
whitespace ParenPad '(' is not followed by whitespace. 677
 Error
whitespace ParenPad ')' is not preceded with whitespace. 677
 Error
whitespace ParenPad '(' is not followed by whitespace. 679
 Error
whitespace ParenPad ')' is not preceded with whitespace. 679
 Error
whitespace ParenPad '(' is not followed by whitespace. 681
 Error
whitespace ParenPad ')' is not preceded with whitespace. 681
 Error
whitespace ParenPad '(' is not followed by whitespace. 683
 Error
whitespace ParenPad ')' is not preceded with whitespace. 683
 Error
whitespace ParenPad '(' is not followed by whitespace. 685
 Error
whitespace ParenPad ')' is not preceded with whitespace. 685
 Error
whitespace ParenPad '(' is not followed by whitespace. 687
 Error
whitespace ParenPad ')' is not preceded with whitespace. 687
 Error
whitespace ParenPad '(' is not followed by whitespace. 689
 Error
whitespace ParenPad ')' is not preceded with whitespace. 689
 Error
whitespace ParenPad '(' is not followed by whitespace. 691
 Error
whitespace ParenPad ')' is not preceded with whitespace. 691
 Error
whitespace ParenPad '(' is not followed by whitespace. 693
 Error
whitespace ParenPad '(' is not followed by whitespace. 693
 Error
whitespace ParenPad ')' is not preceded with whitespace. 693
 Error
whitespace ParenPad ')' is not preceded with whitespace. 693
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 695
 Error
blocks LeftCurly '{' at column 19 should be on a new line. 695
 Error
whitespace ParenPad '(' is not followed by whitespace. 701
 Error
whitespace ParenPad ')' is not preceded with whitespace. 701
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 702
 Error
whitespace ParenPad '(' is not followed by whitespace. 705
 Error
whitespace ParenPad '(' is not followed by whitespace. 705
 Error
whitespace ParenPad '(' is not followed by whitespace. 705
 Error
whitespace ParenPad ')' is not preceded with whitespace. 705
 Error
whitespace ParenPad ')' is not preceded with whitespace. 705
 Error
whitespace ParenPad ')' is not preceded with whitespace. 705
 Error
blocks LeftCurly '{' at column 93 should be on a new line. 705
 Error
whitespace ParenPad '(' is not followed by whitespace. 707
 Error
whitespace ParenPad ')' is not preceded with whitespace. 707
 Warning
coding HiddenField 'classWorld' hides a field. 712
 Error
whitespace ParenPad ')' is not preceded with whitespace. 712
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 713
 Error
whitespace ParenPad '(' is not followed by whitespace. 714
 Error
whitespace ParenPad ')' is not preceded with whitespace. 714
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 714
 Error
whitespace ParenPad '(' is not followed by whitespace. 715
 Error
whitespace ParenPad ')' is not preceded with whitespace. 715
 Error
whitespace ParenPad '(' is not followed by whitespace. 717
 Error
whitespace ParenPad ')' is not preceded with whitespace. 717
 Error
whitespace ParenPad '(' is not followed by whitespace. 719
 Error
whitespace ParenPad ')' is not preceded with whitespace. 719
 Error
whitespace ParenPad '(' is not followed by whitespace. 721
 Error
whitespace ParenPad ')' is not preceded with whitespace. 721
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 721
 Error
whitespace ParenPad '(' is not followed by whitespace. 722
 Error
whitespace ParenPad ')' is not preceded with whitespace. 722
 Error
whitespace ParenPad '(' is not followed by whitespace. 724
 Error
whitespace ParenPad ')' is not preceded with whitespace. 724
 Error
whitespace ParenPad '(' is not followed by whitespace. 727
 Error
whitespace ParenPad '(' is not followed by whitespace. 727
 Error
whitespace ParenPad ')' is not preceded with whitespace. 727
 Error
whitespace ParenPad ')' is not preceded with whitespace. 727
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 727
 Error
whitespace ParenPad '(' is not followed by whitespace. 730
 Error
whitespace ParenPad ')' is not preceded with whitespace. 730
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 730
 Error
whitespace ParenPad '(' is not followed by whitespace. 731
 Error
whitespace ParenPad ')' is not preceded with whitespace. 731
 Error
whitespace ParenPad '(' is not followed by whitespace. 733
 Error
whitespace ParenPad ')' is not preceded with whitespace. 733
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 733
 Error
whitespace ParenPad '(' is not followed by whitespace. 735
 Error
whitespace ParenPad ')' is not preceded with whitespace. 735
 Error
whitespace ParenPad '(' is not followed by whitespace. 745
 Error
whitespace ParenPad ')' is not preceded with whitespace. 745
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 745
 Error
whitespace ParenPad '(' is not followed by whitespace. 746
 Error
whitespace ParenPad ')' is not preceded with whitespace. 746
 Error
whitespace ParenPad '(' is not followed by whitespace. 747
 Error
whitespace ParenPad ')' is not preceded with whitespace. 747
 Error
whitespace ParenPad '(' is not followed by whitespace. 751
 Error
whitespace ParenPad ')' is not preceded with whitespace. 751
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 751
 Error
whitespace ParenPad '(' is not followed by whitespace. 752
 Error
whitespace ParenPad ')' is not preceded with whitespace. 752
 Error
whitespace ParenPad '(' is not followed by whitespace. 753
 Error
whitespace ParenPad ')' is not preceded with whitespace. 753
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 753
 Error
whitespace ParenPad '(' is not followed by whitespace. 754
 Error
whitespace ParenPad ')' is not preceded with whitespace. 754
 Error
whitespace ParenPad '(' is not followed by whitespace. 759
 Error
whitespace ParenPad '(' is not followed by whitespace. 759
 Error
whitespace ParenPad ')' is not preceded with whitespace. 759
 Error
whitespace ParenPad ')' is not preceded with whitespace. 759
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 759
 Error
whitespace ParenPad '(' is not followed by whitespace. 760
 Error
whitespace ParenPad '(' is not followed by whitespace. 760
 Error
whitespace ParenPad ')' is not preceded with whitespace. 760
 Error
whitespace ParenPad ')' is not preceded with whitespace. 760
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 760
 Error
whitespace ParenPad '(' is not followed by whitespace. 761
 Error
whitespace ParenPad '(' is not followed by whitespace. 761
 Error
whitespace ParenPad ')' is not preceded with whitespace. 761
 Error
whitespace ParenPad ')' is not preceded with whitespace. 761
 Error
whitespace ParenPad '(' is not followed by whitespace. 763
 Error
whitespace ParenPad ')' is not preceded with whitespace. 763
 Error
whitespace ParenPad '(' is not followed by whitespace. 765
 Error
whitespace ParenPad ')' is not preceded with whitespace. 765
 Error
whitespace ParenPad '(' is not followed by whitespace. 775
 Error
whitespace ParenPad ')' is not preceded with whitespace. 775
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 775
 Error
whitespace ParenPad '(' is not followed by whitespace. 776
 Error
whitespace ParenPad '(' is not followed by whitespace. 776
 Error
whitespace ParenPad ')' is not preceded with whitespace. 776
 Error
whitespace ParenPad ')' is not preceded with whitespace. 776
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 776
 Error
whitespace ParenPad '(' is not followed by whitespace. 777
 Error
whitespace ParenPad ')' is not preceded with whitespace. 777
 Error
whitespace ParenPad '(' is not followed by whitespace. 779
 Error
whitespace ParenPad ')' is not preceded with whitespace. 779
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 779
 Error
whitespace ParenPad '(' is not followed by whitespace. 781
 Error
whitespace ParenPad ')' is not preceded with whitespace. 781
 Error
whitespace ParenPad '(' is not followed by whitespace. 781
 Error
whitespace ParenPad ')' is not preceded with whitespace. 781
 Error
whitespace ParenPad '(' is not followed by whitespace. 782
 Error
whitespace ParenPad ')' is not preceded with whitespace. 782
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 782
 Error
whitespace ParenPad '(' is not followed by whitespace. 784
 Error
whitespace ParenPad ')' is not preceded with whitespace. 784
 Error
whitespace ParenPad '(' is not followed by whitespace. 787
 Error
whitespace ParenPad ')' is not preceded with whitespace. 787
 Error
whitespace ParenPad '(' is not followed by whitespace. 793
 Error
whitespace ParenPad '(' is not followed by whitespace. 793
 Error
whitespace ParenPad ')' is not preceded with whitespace. 793
 Error
whitespace ParenPad ')' is not preceded with whitespace. 793
 Error
whitespace ParenPad '(' is not followed by whitespace. 795
 Error
whitespace ParenPad ')' is not preceded with whitespace. 795
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 796
 Error
whitespace ParenPad '(' is not followed by whitespace. 796
 Error
whitespace ParenPad '(' is not followed by whitespace. 796
 Error
whitespace ParenPad ')' is not preceded with whitespace. 796
 Error
whitespace ParenPad ')' is not preceded with whitespace. 796
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 796
 Error
whitespace ParenPad '(' is not followed by whitespace. 797
 Error
whitespace ParenPad ')' is not preceded with whitespace. 797
 Error
whitespace ParenPad '(' is not followed by whitespace. 799
 Error
whitespace ParenPad ')' is not preceded with whitespace. 799
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 799
 Error
whitespace ParenPad '(' is not followed by whitespace. 801
 Error
whitespace ParenPad ')' is not preceded with whitespace. 801
 Error
whitespace ParenPad '(' is not followed by whitespace. 801
 Error
whitespace ParenPad ')' is not preceded with whitespace. 801
 Error
whitespace ParenPad '(' is not followed by whitespace. 802
 Error
whitespace ParenPad ')' is not preceded with whitespace. 802
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 802
 Error
whitespace ParenPad '(' is not followed by whitespace. 804
 Error
whitespace ParenPad ')' is not preceded with whitespace. 804
 Error
whitespace ParenPad '(' is not followed by whitespace. 807
 Error
whitespace ParenPad ')' is not preceded with whitespace. 807
 Error
whitespace ParenPad '(' is not followed by whitespace. 813
 Error
whitespace ParenPad '(' is not followed by whitespace. 813
 Error
whitespace ParenPad ')' is not preceded with whitespace. 813
 Error
whitespace ParenPad ')' is not preceded with whitespace. 813
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 813
 Error
whitespace ParenPad '(' is not followed by whitespace. 814
 Error
whitespace ParenPad ')' is not preceded with whitespace. 814
 Error
whitespace ParenPad '(' is not followed by whitespace. 814
 Error
whitespace ParenPad ')' is not preceded with whitespace. 814
 Error
whitespace ParenPad '(' is not followed by whitespace. 817
 Error
whitespace ParenPad ')' is not preceded with whitespace. 817
 Error
whitespace ParenPad '(' is not followed by whitespace. 821
 Error
whitespace ParenPad ')' is not preceded with whitespace. 821
 Error
whitespace ParenPad '(' is not followed by whitespace. 822
 Error
whitespace ParenPad ')' is not preceded with whitespace. 822
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 822
 Error
whitespace ParenPad '(' is not followed by whitespace. 826
 Error
whitespace ParenPad ')' is not preceded with whitespace. 826
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 826
 Error
whitespace ParenPad '(' is not followed by whitespace. 827
 Error
whitespace ParenPad ')' is not preceded with whitespace. 827
 Error
whitespace ParenPad '(' is not followed by whitespace. 831
 Error
whitespace ParenPad ')' is not preceded with whitespace. 831
 Error
whitespace ParenPad '(' is not followed by whitespace. 832
 Error
whitespace ParenPad '(' is not followed by whitespace. 832
 Error
whitespace ParenPad ')' is not preceded with whitespace. 832
 Error
whitespace ParenPad ')' is not preceded with whitespace. 832
 Error
whitespace ParenPad '(' is not followed by whitespace. 834
 Error
whitespace ParenPad ')' is not preceded with whitespace. 834
 Error
whitespace ParenPad '(' is not followed by whitespace. 838
 Error
whitespace ParenPad ')' is not preceded with whitespace. 838
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 838
 Error
whitespace ParenPad '(' is not followed by whitespace. 839
 Error
whitespace ParenPad '(' is not followed by whitespace. 839
 Error
whitespace ParenPad ')' is not preceded with whitespace. 839
 Error
whitespace ParenPad '(' is not followed by whitespace. 840
 Error
whitespace ParenPad ')' is not preceded with whitespace. 840
 Error
whitespace ParenPad ')' is not preceded with whitespace. 840
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 840
 Error
whitespace ParenPad '(' is not followed by whitespace. 841
 Error
whitespace ParenPad ')' is not preceded with whitespace. 841
 Error
whitespace ParenPad '(' is not followed by whitespace. 845
 Error
whitespace ParenPad ')' is not preceded with whitespace. 845
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 845
 Error
whitespace ParenPad '(' is not followed by whitespace. 846
 Error
whitespace ParenPad ')' is not preceded with whitespace. 846
 Error
whitespace ParenPad '(' is not followed by whitespace. 848
 Error
whitespace ParenPad ')' is not preceded with whitespace. 848
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 848
 Error
whitespace ParenPad '(' is not followed by whitespace. 849
 Error
whitespace ParenPad ')' is not preceded with whitespace. 849
 Error
whitespace ParenPad '(' is not followed by whitespace. 852
 Error
whitespace ParenPad ')' is not preceded with whitespace. 852
 Error
whitespace ParenPad '(' is not followed by whitespace. 854
 Error
whitespace ParenPad ')' is not preceded with whitespace. 854
 Error
whitespace ParenPad '(' is not followed by whitespace. 856
 Error
whitespace ParenPad ')' is not preceded with whitespace. 856
 Error
whitespace ParenPad '(' is not followed by whitespace. 860
 Error
whitespace ParenPad ')' is not preceded with whitespace. 860
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 860
 Error
whitespace ParenPad '(' is not followed by whitespace. 867
 Error
whitespace ParenPad ')' is not preceded with whitespace. 867
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 867
 Error
whitespace ParenPad '(' is not followed by whitespace. 868
 Error
whitespace ParenPad ')' is not preceded with whitespace. 868
 Error
whitespace ParenPad '(' is not followed by whitespace. 870
 Error
whitespace ParenPad ')' is not preceded with whitespace. 870
 Error
whitespace ParenPad '(' is not followed by whitespace. 872
 Error
whitespace ParenPad ')' is not preceded with whitespace. 872
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 872
 Error
whitespace ParenPad '(' is not followed by whitespace. 873
 Error
whitespace ParenPad '(' is not followed by whitespace. 873
 Error
whitespace ParenPad ')' is not preceded with whitespace. 873
 Error
whitespace ParenPad ')' is not preceded with whitespace. 873
 Error
whitespace ParenPad '(' is not followed by whitespace. 877
 Error
whitespace ParenPad ')' is not preceded with whitespace. 877
 Error
whitespace ParenPad '(' is not followed by whitespace. 879
 Error
whitespace ParenPad ')' is not preceded with whitespace. 879
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 879
 Error
whitespace ParenPad '(' is not followed by whitespace. 882
 Error
whitespace ParenPad ')' is not preceded with whitespace. 882
 Error
whitespace ParenPad ')' is not preceded with whitespace. 882
 Error
whitespace ParenPad '(' is not followed by whitespace. 884
 Error
whitespace ParenPad ')' is not preceded with whitespace. 884
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 884
 Error
whitespace ParenPad '(' is not followed by whitespace. 885
 Error
whitespace ParenPad '(' is not followed by whitespace. 885
 Error
whitespace ParenPad ')' is not preceded with whitespace. 885
 Error
whitespace ParenPad ')' is not preceded with whitespace. 885
 Error
whitespace ParenPad '(' is not followed by whitespace. 888
 Error
whitespace ParenPad ')' is not preceded with whitespace. 888
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 888
 Error
whitespace ParenPad '(' is not followed by whitespace. 889
 Error
whitespace ParenPad ')' is not preceded with whitespace. 889
 Error
whitespace ParenPad '(' is not followed by whitespace. 890
 Error
whitespace ParenPad ')' is not preceded with whitespace. 891
 Error
whitespace ParenPad '(' is not followed by whitespace. 893
 Error
whitespace ParenPad ')' is not preceded with whitespace. 893
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 893
 Error
whitespace ParenPad '(' is not followed by whitespace. 894
 Error
whitespace ParenPad '(' is not followed by whitespace. 894
 Error
whitespace ParenPad ')' is not preceded with whitespace. 894
 Error
whitespace ParenPad ')' is not preceded with whitespace. 894
 Error
whitespace ParenPad '(' is not followed by whitespace. 898
 Error
whitespace ParenPad ')' is not preceded with whitespace. 898
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 898
 Error
whitespace ParenPad '(' is not followed by whitespace. 899
 Error
whitespace ParenPad ')' is not preceded with whitespace. 899
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 900
 Error
whitespace ParenPad '(' is not followed by whitespace. 900
 Error
whitespace ParenPad ')' is not preceded with whitespace. 900
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 900
 Error
whitespace ParenPad '(' is not followed by whitespace. 904
 Error
whitespace ParenPad '(' is not followed by whitespace. 904
 Error
whitespace ParenPad ')' is not preceded with whitespace. 904
 Error
whitespace ParenPad ')' is not preceded with whitespace. 904
 Error
whitespace ParenPad '(' is not followed by whitespace. 906
 Error
whitespace ParenPad ')' is not preceded with whitespace. 906
 Error
whitespace ParenPad '(' is not followed by whitespace. 907
 Error
whitespace ParenPad '(' is not followed by whitespace. 907
 Error
whitespace ParenPad '(' is not followed by whitespace. 907
 Error
whitespace ParenPad ')' is not preceded with whitespace. 907
 Error
whitespace ParenPad ')' is not preceded with whitespace. 907
 Error
whitespace ParenPad ')' is not preceded with whitespace. 907
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 907
 Error
whitespace ParenPad '(' is not followed by whitespace. 908
 Error
whitespace ParenPad ')' is not preceded with whitespace. 908
 Error
whitespace ParenPad '(' is not followed by whitespace. 909
 Error
whitespace ParenPad ')' is not preceded with whitespace. 909
 Error
whitespace ParenPad '(' is not followed by whitespace. 913
 Error
whitespace ParenPad '(' is not followed by whitespace. 913
 Error
whitespace ParenPad ')' is not preceded with whitespace. 913
 Error
whitespace ParenPad ')' is not preceded with whitespace. 913
 Error
blocks LeftCurly '{' at column 114 should be on a new line. 913
 Error
whitespace ParenPad '(' is not followed by whitespace. 914
 Error
whitespace ParenPad ')' is not preceded with whitespace. 914
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 917
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 917
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 920
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 920
 Error
whitespace ParenPad '(' is not followed by whitespace. 925
 Error
whitespace ParenPad ')' is not preceded with whitespace. 925
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 925
 Error
whitespace ParenPad '(' is not followed by whitespace. 926
 Error
whitespace ParenPad ')' is not preceded with whitespace. 926
 Error
whitespace ParenPad '(' is not followed by whitespace. 927
 Error
whitespace ParenPad ')' is not preceded with whitespace. 927
 Error
whitespace ParenPad '(' is not followed by whitespace. 928
 Error
whitespace ParenPad '(' is not followed by whitespace. 928
 Error
whitespace ParenPad ')' is not preceded with whitespace. 928
 Error
whitespace ParenPad '(' is not followed by whitespace. 928
 Error
whitespace ParenPad ')' is not preceded with whitespace. 928
 Error
whitespace ParenPad ')' is not preceded with whitespace. 928
 Error
whitespace ParenPad '(' is not followed by whitespace. 948
 Error
whitespace ParenPad ')' is not preceded with whitespace. 948
 Error
blocks LeftCurly '{' at column 101 should be on a new line. 948
 Error
whitespace ParenPad '(' is not followed by whitespace. 950
 Error
whitespace ParenPad '(' is not followed by whitespace. 950
 Error
whitespace ParenPad ')' is not preceded with whitespace. 950
 Error
whitespace ParenPad ')' is not preceded with whitespace. 950
 Error
whitespace ParenPad '(' is not followed by whitespace. 954
 Error
whitespace ParenPad ')' is not preceded with whitespace. 954
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 954
 Error
whitespace ParenPad ')' is not preceded with whitespace. 962
 Error
blocks LeftCurly '{' at column 106 should be on a new line. 962
 Error
whitespace ParenPad '(' is not followed by whitespace. 965
 Error
whitespace ParenPad '(' is not followed by whitespace. 965
 Error
whitespace ParenPad ')' is not preceded with whitespace. 965
 Error
whitespace ParenPad ')' is not preceded with whitespace. 965
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 965
 Error
whitespace ParenPad '(' is not followed by whitespace. 966
 Error
whitespace ParenPad ')' is not preceded with whitespace. 966
 Error
whitespace ParenPad '(' is not followed by whitespace. 967
 Error
whitespace ParenPad ')' is not preceded with whitespace. 967
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 967
 Error
whitespace ParenPad '(' is not followed by whitespace. 968
 Error
whitespace ParenPad ')' is not preceded with whitespace. 968
 Error
whitespace ParenPad '(' is not followed by whitespace. 969
 Error
whitespace ParenPad ')' is not preceded with whitespace. 969
 Error
whitespace ParenPad '(' is not followed by whitespace. 975
 Error
whitespace ParenPad '(' is not followed by whitespace. 975
 Error
whitespace ParenPad ')' is not preceded with whitespace. 975
 Error
whitespace ParenPad ')' is not preceded with whitespace. 975
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 975
 Error
whitespace ParenPad '(' is not followed by whitespace. 976
 Error
whitespace ParenPad '(' is not followed by whitespace. 976
 Error
whitespace ParenPad ')' is not preceded with whitespace. 976
 Error
whitespace ParenPad ')' is not preceded with whitespace. 976
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 976
 Error
whitespace ParenPad '(' is not followed by whitespace. 977
 Error
whitespace ParenPad ')' is not preceded with whitespace. 977
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 978
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 978
 Error
whitespace ParenPad '(' is not followed by whitespace. 979
 Error
whitespace ParenPad ')' is not preceded with whitespace. 979
 Error
whitespace ParenPad '(' is not followed by whitespace. 983
 Error
whitespace ParenPad ')' is not preceded with whitespace. 983
 Error
whitespace ParenPad '(' is not followed by whitespace. 986
 Error
whitespace ParenPad ')' is not preceded with whitespace. 986
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 986
 Error
whitespace ParenPad '(' is not followed by whitespace. 991
 Error
whitespace ParenPad ')' is not preceded with whitespace. 991
 Error
whitespace ParenPad '(' is not followed by whitespace. 993
 Error
whitespace ParenPad ')' is not preceded with whitespace. 993
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 993
 Error
whitespace ParenPad '(' is not followed by whitespace. 994
 Error
whitespace ParenPad ')' is not preceded with whitespace. 994
 Error
whitespace ParenPad '(' is not followed by whitespace. 995
 Error
whitespace ParenPad '(' is not followed by whitespace. 995
 Error
whitespace ParenPad ')' is not preceded with whitespace. 995
 Error
whitespace ParenPad ')' is not preceded with whitespace. 995
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 995
 Error
whitespace ParenPad '(' is not followed by whitespace. 1002
 Error
whitespace ParenPad '(' is not followed by whitespace. 1002
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1002
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1002
 Error
whitespace ParenPad '(' is not followed by whitespace. 1004
 Error
whitespace ParenPad '(' is not followed by whitespace. 1004
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1004
 Error
whitespace ParenPad '(' is not followed by whitespace. 1004
 Error
whitespace ParenPad '(' is not followed by whitespace. 1004
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1004
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1004
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1004
 Error
blocks LeftCurly '{' at column 120 should be on a new line. 1004
 Error
whitespace ParenPad '(' is not followed by whitespace. 1005
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1005
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 1006
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 1006
 Error
whitespace ParenPad '(' is not followed by whitespace. 1007
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1007
 Error
whitespace ParenPad '(' is not followed by whitespace. 1015
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1015
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 1015
 Error
whitespace ParenPad '(' is not followed by whitespace. 1016
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1016
 Error
whitespace ParenPad '(' is not followed by whitespace. 1020
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1020
 Error
whitespace ParenPad '(' is not followed by whitespace. 1024
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1024
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 1024
 Error
whitespace ParenPad '(' is not followed by whitespace. 1031
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1031
 Error
whitespace ParenPad '(' is not followed by whitespace. 1042
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1042
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 1042
 Error
whitespace ParenPad '(' is not followed by whitespace. 1047
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1047
 Error
whitespace ParenPad '(' is not followed by whitespace. 1047
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1047
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1048
 Error
whitespace ParenPad '(' is not followed by whitespace. 1048
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1048
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 1048
 Error
whitespace ParenPad '(' is not followed by whitespace. 1052
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1052
 Error
blocks LeftCurly '{' at column 100 should be on a new line. 1052
 Error
whitespace ParenPad '(' is not followed by whitespace. 1054
 Error
whitespace ParenPad '(' is not followed by whitespace. 1054
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1054
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1054
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 1054
 Error
whitespace ParenPad '(' is not followed by whitespace. 1056
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1056
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1059
 Error
whitespace ParenPad '(' is not followed by whitespace. 1059
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1059
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 1059
 Error
whitespace ParenPad '(' is not followed by whitespace. 1063
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1065
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1065
 Error
whitespace ParenPad '(' is not followed by whitespace. 1066
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1066
 Error
blocks LeftCurly '{' at column 100 should be on a new line. 1066
 Error
whitespace ParenPad '(' is not followed by whitespace. 1068
 Error
whitespace ParenPad '(' is not followed by whitespace. 1068
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1068
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1068
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 1068
 Error
whitespace ParenPad '(' is not followed by whitespace. 1070
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1071
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1071
 Error
whitespace ParenPad '(' is not followed by whitespace. 1074
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1074
 Error
whitespace ParenPad '(' is not followed by whitespace. 1078
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1078
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 1078
 Error
whitespace ParenPad '(' is not followed by whitespace. 1081
 Error
whitespace ParenPad '(' is not followed by whitespace. 1081
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1081
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1081
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 1081
 Error
whitespace ParenPad '(' is not followed by whitespace. 1082
 Error
whitespace ParenPad '(' is not followed by whitespace. 1082
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1082
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1082
 Error
whitespace ParenPad '(' is not followed by whitespace. 1083
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1083
 Error
whitespace ParenPad '(' is not followed by whitespace. 1085
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1085
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 1085
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1087
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1089
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1089
 Error
whitespace ParenPad '(' is not followed by whitespace. 1095
 Error
whitespace ParenPad '(' is not followed by whitespace. 1095
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1095
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1095
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 1095
 Error
whitespace ParenPad '(' is not followed by whitespace. 1097
 Error
whitespace ParenPad '(' is not followed by whitespace. 1097
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1097
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1097
 Error
whitespace ParenPad '(' is not followed by whitespace. 1098
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1098
 Error
whitespace ParenPad '(' is not followed by whitespace. 1100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1100
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 1100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1102
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1104
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1104
 Error
whitespace ParenPad '(' is not followed by whitespace. 1108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1108
 Error
whitespace ParenPad '(' is not followed by whitespace. 1109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1109
 Error
whitespace ParenPad '(' is not followed by whitespace. 1112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1112
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 1112
 Error
whitespace ParenPad '(' is not followed by whitespace. 1113
 Error
whitespace ParenPad '(' is not followed by whitespace. 1113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1113
 Error
whitespace ParenPad '(' is not followed by whitespace. 1115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1115
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 1115
 Error
whitespace ParenPad '(' is not followed by whitespace. 1116
 Error
whitespace ParenPad '(' is not followed by whitespace. 1116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1116
 Error
whitespace ParenPad '(' is not followed by whitespace. 1119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1119
 Error
whitespace ParenPad '(' is not followed by whitespace. 1123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1123
 Error
whitespace ParenPad '(' is not followed by whitespace. 1126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1126
 Error
whitespace ParenPad '(' is not followed by whitespace. 1128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1128
 Error
whitespace ParenPad '(' is not followed by whitespace. 1130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1130
 Error
whitespace ParenPad '(' is not followed by whitespace. 1132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1132
 Error
whitespace ParenPad '(' is not followed by whitespace. 1134
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1134
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 1134
 Error
whitespace ParenPad '(' is not followed by whitespace. 1135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1135
 Error
whitespace ParenPad '(' is not followed by whitespace. 1136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1136
 Error
whitespace ParenPad '(' is not followed by whitespace. 1138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1138
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 1138
 Error
whitespace ParenPad '(' is not followed by whitespace. 1139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1139
 Error
whitespace ParenPad '(' is not followed by whitespace. 1142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1142
 Error
whitespace ParenPad '(' is not followed by whitespace. 1146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1146
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 1146
 Error
whitespace ParenPad '(' is not followed by whitespace. 1147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1147
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 1147
 Error
whitespace ParenPad '(' is not followed by whitespace. 1153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1153
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 1153
 Error
whitespace ParenPad '(' is not followed by whitespace. 1154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1154
 Error
whitespace ParenPad '(' is not followed by whitespace. 1157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1157
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 1157
 Error
whitespace ParenPad '(' is not followed by whitespace. 1163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1163
 Error
whitespace ParenPad '(' is not followed by whitespace. 1164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1164
 Error
whitespace ParenPad '(' is not followed by whitespace. 1166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1166
 Error
whitespace ParenPad '(' is not followed by whitespace. 1167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1167
 Error
whitespace ParenPad '(' is not followed by whitespace. 1168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1168
 Error
whitespace ParenPad '(' is not followed by whitespace. 1169
 Error
whitespace ParenPad '(' is not followed by whitespace. 1169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1169
 Error
whitespace ParenPad '(' is not followed by whitespace. 1170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1170
 Error
whitespace ParenPad '(' is not followed by whitespace. 1171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1171
 Error
whitespace ParenPad '(' is not followed by whitespace. 1172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1172
 Error
whitespace ParenPad '(' is not followed by whitespace. 1173
 Error
whitespace ParenPad '(' is not followed by whitespace. 1173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1173
 Error
whitespace ParenPad '(' is not followed by whitespace. 1174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1174
 Error
whitespace ParenPad '(' is not followed by whitespace. 1175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1175
 Error
whitespace ParenPad '(' is not followed by whitespace. 1176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1176
 Error
whitespace ParenPad '(' is not followed by whitespace. 1177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1177
 Error
whitespace ParenPad '(' is not followed by whitespace. 1178
 Error
whitespace ParenPad '(' is not followed by whitespace. 1178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1178
 Error
whitespace ParenPad '(' is not followed by whitespace. 1179
 Error
whitespace ParenPad '(' is not followed by whitespace. 1179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1179
 Error
whitespace ParenPad '(' is not followed by whitespace. 1180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1180
 Error
whitespace ParenPad '(' is not followed by whitespace. 1182
 Error
whitespace ParenPad '(' is not followed by whitespace. 1182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1182
 Error
whitespace ParenPad '(' is not followed by whitespace. 1182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1182
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 1182
 Error
whitespace ParenPad '(' is not followed by whitespace. 1183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1183
 Error
whitespace ParenPad '(' is not followed by whitespace. 1186
 Error
whitespace ParenPad '(' is not followed by whitespace. 1186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1186
 Error
whitespace ParenPad '(' is not followed by whitespace. 1187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1187
 Error
whitespace ParenPad '(' is not followed by whitespace. 1188
 Error
whitespace ParenPad '(' is not followed by whitespace. 1188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1188
 Error
whitespace ParenPad '(' is not followed by whitespace. 1189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1189
 Error
whitespace ParenPad '(' is not followed by whitespace. 1190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1190
 Error
whitespace ParenPad '(' is not followed by whitespace. 1192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1192
 Error
whitespace ParenPad '(' is not followed by whitespace. 1193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1193
 Error
whitespace ParenPad '(' is not followed by whitespace. 1195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1195
 Error
whitespace ParenPad '(' is not followed by whitespace. 1196
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1196
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 1196
 Error
whitespace ParenPad '(' is not followed by whitespace. 1197
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1197
 Error
whitespace ParenPad '(' is not followed by whitespace. 1208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1208
 Error
whitespace ParenPad '(' is not followed by whitespace. 1210
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1210
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 1210
 Error
whitespace ParenPad '(' is not followed by whitespace. 1211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1211
 Error
whitespace ParenPad '(' is not followed by whitespace. 1212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1212
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 1212
 Error
whitespace ParenPad '(' is not followed by whitespace. 1213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1213
 Error
whitespace ParenPad '(' is not followed by whitespace. 1214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1214
 Error
whitespace ParenPad '(' is not followed by whitespace. 1221
 Error
whitespace ParenPad '(' is not followed by whitespace. 1221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1221
 Error
whitespace ParenPad '(' is not followed by whitespace. 1226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1226
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 1226
 Error
whitespace ParenPad '(' is not followed by whitespace. 1227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1227
 Error
whitespace ParenPad '(' is not followed by whitespace. 1228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1228
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 1228
 Error
whitespace ParenPad '(' is not followed by whitespace. 1232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1232
 Error
whitespace ParenPad '(' is not followed by whitespace. 1235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1235
 Error
blocks LeftCurly '{' at column 119 should be on a new line. 1235
 Error
whitespace ParenPad '(' is not followed by whitespace. 1237
 Error
whitespace ParenPad '(' is not followed by whitespace. 1237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1237
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 1237
 Error
whitespace ParenPad '(' is not followed by whitespace. 1238
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1238
 Error
whitespace ParenPad '(' is not followed by whitespace. 1241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1241
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 1241
 Error
whitespace ParenPad '(' is not followed by whitespace. 1242
 Error
whitespace ParenPad '(' is not followed by whitespace. 1242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1242
 Error
whitespace ParenPad '(' is not followed by whitespace. 1243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1243
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 1243
 Error
whitespace ParenPad '(' is not followed by whitespace. 1244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1244
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1248
 Error
whitespace ParenPad '(' is not followed by whitespace. 1248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1248
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 1248
 Error
whitespace ParenPad '(' is not followed by whitespace. 1249
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1249
 Error
whitespace ParenPad '(' is not followed by whitespace. 1251
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1251
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 1251
 Error
whitespace ParenPad '(' is not followed by whitespace. 1260
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1260
 Error
blocks LeftCurly '{' at column 116 should be on a new line. 1260
 Error
whitespace ParenPad '(' is not followed by whitespace. 1261
 Error
whitespace ParenPad '(' is not followed by whitespace. 1261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1261
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 1261
 Error
whitespace ParenPad '(' is not followed by whitespace. 1262
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1262
 Error
whitespace ParenPad '(' is not followed by whitespace. 1264
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1264
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 1264
 Error
whitespace ParenPad '(' is not followed by whitespace. 1268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1268
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 1268
 Error
whitespace ParenPad '(' is not followed by whitespace. 1269
 Error
whitespace ParenPad '(' is not followed by whitespace. 1269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1269
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 1269
 Error
whitespace ParenPad '(' is not followed by whitespace. 1272
 Error
whitespace ParenPad '(' is not followed by whitespace. 1272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1272
 Error
whitespace ParenPad '(' is not followed by whitespace. 1272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1272
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 1272
 Error
whitespace ParenPad '(' is not followed by whitespace. 1274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1274
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 1275
 Error
whitespace ParenPad '(' is not followed by whitespace. 1275
 Error
whitespace ParenPad '(' is not followed by whitespace. 1275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1275
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 1275
 Error
whitespace ParenPad '(' is not followed by whitespace. 1276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1276
 Error
whitespace ParenPad '(' is not followed by whitespace. 1279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1279
 Error
whitespace ParenPad '(' is not followed by whitespace. 1280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1280
 Error
whitespace ParenPad '(' is not followed by whitespace. 1282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1282
 Error
whitespace ParenPad '(' is not followed by whitespace. 1289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1289
 Error
blocks LeftCurly '{' at column 116 should be on a new line. 1289
 Error
whitespace ParenPad '(' is not followed by whitespace. 1290
 Error
whitespace ParenPad '(' is not followed by whitespace. 1290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1290
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 1290
 Error
whitespace ParenPad '(' is not followed by whitespace. 1291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1291
 Error
whitespace ParenPad '(' is not followed by whitespace. 1293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1293
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 1293
 Error
whitespace ParenPad '(' is not followed by whitespace. 1297
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1297
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 1297
 Error
whitespace ParenPad '(' is not followed by whitespace. 1298
 Error
whitespace ParenPad '(' is not followed by whitespace. 1298
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1298
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1298
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 1298
 Error
whitespace ParenPad '(' is not followed by whitespace. 1301
 Error
whitespace ParenPad '(' is not followed by whitespace. 1301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1301
 Error
whitespace ParenPad '(' is not followed by whitespace. 1301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1301
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 1301
 Error
whitespace ParenPad '(' is not followed by whitespace. 1303
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1303
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 1304
 Error
whitespace ParenPad '(' is not followed by whitespace. 1304
 Error
whitespace ParenPad '(' is not followed by whitespace. 1304
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1304
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1304
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 1304
 Error
whitespace ParenPad '(' is not followed by whitespace. 1305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1305
 Error
whitespace ParenPad '(' is not followed by whitespace. 1308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1308
 Error
whitespace ParenPad '(' is not followed by whitespace. 1309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1309
 Error
whitespace ParenPad '(' is not followed by whitespace. 1311
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1311
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 1317
 Error
whitespace ParenPad '(' is not followed by whitespace. 1319
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1319
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 1319
 Error
whitespace ParenPad '(' is not followed by whitespace. 1320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1320
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1321
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1321
 Error
whitespace ParenPad '(' is not followed by whitespace. 1326
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1326
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 1326
 Error
whitespace ParenPad '(' is not followed by whitespace. 1327
 Error
whitespace ParenPad '(' is not followed by whitespace. 1327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1327
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 1327
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1329
 Error
whitespace ParenPad '(' is not followed by whitespace. 1329
 Error
whitespace ParenPad '(' is not followed by whitespace. 1329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1329
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 1329
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1331
 Error
whitespace ParenPad '(' is not followed by whitespace. 1331
 Error
whitespace ParenPad '(' is not followed by whitespace. 1331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1331
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 1331
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1333
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1333
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1343
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 1343
 Error
whitespace ParenPad '(' is not followed by whitespace. 1344
 Error
whitespace ParenPad '(' is not followed by whitespace. 1344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1344
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 1344
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1346
 Error
whitespace ParenPad '(' is not followed by whitespace. 1346
 Error
whitespace ParenPad '(' is not followed by whitespace. 1346
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1346
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1346
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 1346
 Error
whitespace ParenPad '(' is not followed by whitespace. 1351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1351
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1352
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1352
 Error
whitespace ParenPad '(' is not followed by whitespace. 1358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1358
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 1358
 Error
whitespace ParenPad '(' is not followed by whitespace. 1359
 Error
whitespace ParenPad '(' is not followed by whitespace. 1359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1359
 Error
whitespace ParenPad '(' is not followed by whitespace. 1359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1359
 Error
blocks LeftCurly '{' at column 99 should be on a new line. 1359
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1361
 Error
whitespace ParenPad '(' is not followed by whitespace. 1361
 Error
whitespace ParenPad '(' is not followed by whitespace. 1361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1361
 Error
whitespace ParenPad '(' is not followed by whitespace. 1361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1361
 Error
blocks LeftCurly '{' at column 106 should be on a new line. 1361
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1363
 Error
whitespace ParenPad '(' is not followed by whitespace. 1363
 Error
whitespace ParenPad '(' is not followed by whitespace. 1363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1363
 Error
whitespace ParenPad '(' is not followed by whitespace. 1363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1363
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 1363
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1365
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1365
 Error
whitespace ParenPad '(' is not followed by whitespace. 1370
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1370
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 1370
 Error
whitespace ParenPad '(' is not followed by whitespace. 1371
 Error
whitespace ParenPad '(' is not followed by whitespace. 1371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1371
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 1371
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1373
 Error
whitespace ParenPad '(' is not followed by whitespace. 1373
 Error
whitespace ParenPad '(' is not followed by whitespace. 1373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1373
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 1373
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1375
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1375
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1381
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 1381
 Error
whitespace ParenPad '(' is not followed by whitespace. 1382
 Error
whitespace ParenPad '(' is not followed by whitespace. 1382
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1382
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1382
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 1382
 Error
whitespace ParenPad '(' is not followed by whitespace. 1383
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1383
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1388
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 1388
 Error
whitespace ParenPad '(' is not followed by whitespace. 1389
 Error
whitespace ParenPad '(' is not followed by whitespace. 1389
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1389
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1389
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1393
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 1393
 Error
whitespace ParenPad '(' is not followed by whitespace. 1394
 Error
whitespace ParenPad '(' is not followed by whitespace. 1394
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1394
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1394
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 1394
 Error
whitespace ParenPad '(' is not followed by whitespace. 1395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1400
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 1400
 Error
whitespace ParenPad '(' is not followed by whitespace. 1401
 Error
whitespace ParenPad '(' is not followed by whitespace. 1401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1405
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 1405
 Error
whitespace ParenPad '(' is not followed by whitespace. 1406
 Error
whitespace ParenPad '(' is not followed by whitespace. 1406
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1406
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1406
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 1406
 Error
whitespace ParenPad '(' is not followed by whitespace. 1407
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1407
 Error
whitespace ParenPad '(' is not followed by whitespace. 1411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1411
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 1411
 Error
whitespace ParenPad '(' is not followed by whitespace. 1412
 Error
whitespace ParenPad '(' is not followed by whitespace. 1412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1412
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 1412
 Error
whitespace ParenPad '(' is not followed by whitespace. 1413
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1413
 Error
whitespace ParenPad '(' is not followed by whitespace. 1415
 Error
whitespace ParenPad '(' is not followed by whitespace. 1415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1415
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 1415
 Error
whitespace ParenPad '(' is not followed by whitespace. 1416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1417
 Error
whitespace ParenPad '(' is not followed by whitespace. 1420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1420
 Error
whitespace ParenPad '(' is not followed by whitespace. 1422
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1422
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 1422
 Error
whitespace ParenPad '(' is not followed by whitespace. 1423
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1424
 Error
whitespace ParenPad '(' is not followed by whitespace. 1428
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1428
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 1430
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 1430
 Error
whitespace ParenPad '(' is not followed by whitespace. 1431
 Error
whitespace ParenPad '(' is not followed by whitespace. 1431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1431
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 1431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1433
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 1436
 Error
whitespace ParenPad '(' is not followed by whitespace. 1437
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1437
 Error
whitespace ParenPad '(' is not followed by whitespace. 1439
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1439
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 1439
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1441
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 1445
 Error
whitespace ParenPad '(' is not followed by whitespace. 1445
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1445
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 1445
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1447
 Error
whitespace ParenPad '(' is not followed by whitespace. 1456
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1456
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 1456
 Error
whitespace ParenPad '(' is not followed by whitespace. 1457
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1457
 Error
whitespace ParenPad '(' is not followed by whitespace. 1466
 Error
whitespace ParenPad '(' is not followed by whitespace. 1466
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1466
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1466
 Error
whitespace ParenPad '(' is not followed by whitespace. 1467
 Error
whitespace ParenPad '(' is not followed by whitespace. 1467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1467
 Error
whitespace ParenPad '(' is not followed by whitespace. 1467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1467
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1467
 Error
whitespace ParenPad '(' is not followed by whitespace. 1469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1469
 Error
whitespace ParenPad '(' is not followed by whitespace. 1478
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1478
 Error
whitespace ParenPad '(' is not followed by whitespace. 1479
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1479
 Error
whitespace ParenPad '(' is not followed by whitespace. 1481
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1481
 Error
whitespace ParenPad '(' is not followed by whitespace. 1482
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1482
 Error
whitespace ParenPad '(' is not followed by whitespace. 1485
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1485
 Error
blocks LeftCurly '{' at column 90 should be on a new line. 1485
 Error
whitespace ParenPad '(' is not followed by whitespace. 1486
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1486
 Error
whitespace ParenPad '(' is not followed by whitespace. 1493
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1493
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 1496
 Error
whitespace ParenPad '(' is not followed by whitespace. 1499
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1499
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 1499
 Error
whitespace ParenPad '(' is not followed by whitespace. 1508
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1508
 Error
blocks LeftCurly '{' at column 87 should be on a new line. 1508
 Error
whitespace ParenPad '(' is not followed by whitespace. 1509
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1509
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 1512
 Error
whitespace ParenPad '(' is not followed by whitespace. 1516
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1516
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 1516
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 1516
 Error
whitespace ParenPad '(' is not followed by whitespace. 1518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1518
 Error
blocks LeftCurly '{' at column 110 should be on a new line. 1518
 Error
whitespace ParenPad '(' is not followed by whitespace. 1519
 Error
whitespace ParenPad ')' is not preceded with whitespace. 1519

org/apache/maven/cli/ResolveFile.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 28
 Error
whitespace ParenPad '(' is not followed by whitespace. 29
 Error
whitespace ParenPad ')' is not preceded with whitespace. 29
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 29
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 31
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 33
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 36
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37

org/apache/maven/cli/configuration/ConfigurationProcessor.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 27
 Error
whitespace ParenPad ')' is not preceded with whitespace. 27

org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 58
 Info
javadoc JavadocVariable Missing a Javadoc comment. 59
 Info
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Info
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Info
javadoc JavadocVariable Missing a Javadoc comment. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Info
javadoc JavadocVariable Missing a Javadoc comment. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
blocks LeftCurly '{' at column 116 should be on a new line. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 81
 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
blocks LeftCurly '{' at column 72 should be on a new line. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 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. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 95
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 95
 Error
whitespace ParenPad '(' is not followed by whitespace. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 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
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. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 109
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 109
 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 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. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 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. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
blocks LeftCurly '{' at column 80 should be on a new line. 141
 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. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 145
 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. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 154
 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. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 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. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 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. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 183
 Error
whitespace ParenPad ')' is not preceded with whitespace. 183
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 183
 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. 198
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 202
 Error
whitespace ParenPad ')' is not preceded with whitespace. 202
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 209
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 210
 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 RightCurly '}' at column 21 should be alone on a line. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 218
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
blocks LeftCurly '{' at column 60 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 69 should be on a new line. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 232

org/apache/maven/cli/event/DefaultEventSpyContext.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 28
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 32

org/apache/maven/cli/event/ExecutionEventLogger.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 52
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 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. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 89
 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. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 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. 99
 Error
whitespace ParenPad ')' is not preceded with whitespace. 99
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 99
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 103
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 103
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 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 51 should be on a new line. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 141
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 62 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. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 149
 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. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with 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 preceded with whitespace. 161
 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. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
blocks LeftCurly '{' at column 77 should be on a new line. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
blocks LeftCurly '{' at column 58 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. 187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 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
blocks LeftCurly '{' at column 30 should be on a new line. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 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. 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. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad '(' is not followed by whitespace. 209
 Error
whitespace ParenPad ')' is not preceded with whitespace. 209
 Error
whitespace ParenPad '(' is not followed by whitespace. 211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 211
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 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. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 226
 Error
whitespace ParenPad '(' is not followed by whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 229
 Error
whitespace ParenPad '(' is not followed by whitespace. 230
 Error
whitespace ParenPad ')' is not preceded with whitespace. 230
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 34 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. 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
blocks RightCurly '}' at column 13 should be alone on a line. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 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. 240
 Error
whitespace ParenPad ')' is not preceded with whitespace. 240
 Error
whitespace ParenPad '(' is not followed by whitespace. 242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 242
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
whitespace ParenPad '(' is not followed by whitespace. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 249
 Error
whitespace ParenPad ')' is not preceded with whitespace. 249
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
blocks LeftCurly '{' at column 50 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. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 257
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 259
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 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. 262
 Error
whitespace ParenPad ')' is not preceded with whitespace. 262
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 281
 Error
whitespace ParenPad ')' is not preceded with whitespace. 281
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 281
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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. 285
 Error
whitespace ParenPad ')' is not preceded with whitespace. 285
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 286
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 293
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 294
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 294
 Error
whitespace ParenPad '(' is not followed by whitespace. 297
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with 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 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. 319
 Error
whitespace ParenPad ')' is not preceded with whitespace. 319
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 319
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 321
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 321
 Error
whitespace ParenPad '(' is not followed by whitespace. 324
 Error
whitespace ParenPad ')' is not preceded with whitespace. 324
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 324
 Error
whitespace ParenPad '(' is not followed by whitespace. 331
 Error
whitespace ParenPad '(' is not followed by whitespace. 331
 Error
whitespace ParenPad '(' is not followed by whitespace. 331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 331
 Error
whitespace ParenPad '(' is not followed by whitespace. 331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 331
 Error
whitespace ParenPad ')' is not preceded with whitespace. 331
 Error
whitespace ParenPad '(' is not followed by whitespace. 336
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 336
 Error
whitespace ParenPad '(' is not followed by whitespace. 339
 Error
whitespace ParenPad '(' is not followed by whitespace. 339
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
whitespace ParenPad '(' is not followed by whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 344
 Error
whitespace ParenPad '(' is not followed by whitespace. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
whitespace ParenPad '(' is not followed by whitespace. 345
 Error
whitespace ParenPad ')' is not preceded with whitespace. 345
 Error
whitespace ParenPad '(' is not followed by whitespace. 350
 Error
whitespace ParenPad ')' is not preceded with whitespace. 350
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 350
 Error
whitespace ParenPad '(' is not followed by whitespace. 351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 351
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 351
 Error
whitespace ParenPad ')' is not preceded with whitespace. 354
 Error
whitespace ParenPad '(' is not followed by whitespace. 362
 Error
whitespace ParenPad ')' is not preceded with whitespace. 362
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 362
 Error
whitespace ParenPad '(' is not followed by whitespace. 363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 363
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 363
 Error
whitespace ParenPad '(' is not followed by whitespace. 364
 Error
whitespace ParenPad ')' is not preceded with whitespace. 364
 Error
whitespace ParenPad '(' is not followed by whitespace. 366
 Error
whitespace ParenPad ')' is not preceded with whitespace. 366
 Error
whitespace ParenPad '(' is not followed by whitespace. 367
 Error
whitespace ParenPad ')' is not preceded with whitespace. 367
 Error
whitespace ParenPad '(' is not followed by whitespace. 368
 Error
whitespace ParenPad ')' is not preceded with whitespace. 368
 Error
whitespace ParenPad '(' is not followed by whitespace. 369
 Error
whitespace ParenPad ')' is not preceded with whitespace. 369
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
whitespace ParenPad '(' is not followed by whitespace. 382
 Error
whitespace ParenPad ')' is not preceded with whitespace. 382
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 382
 Error
whitespace ParenPad '(' is not followed by whitespace. 383
 Error
whitespace ParenPad ')' is not preceded with whitespace. 383
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 383
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 387
 Error
whitespace ParenPad ')' is not preceded with whitespace. 387
 Error
whitespace ParenPad '(' is not followed by whitespace. 388
 Error
whitespace ParenPad ')' is not preceded with whitespace. 388
 Error
whitespace ParenPad '(' is not followed by whitespace. 389
 Error
whitespace ParenPad ')' is not preceded with whitespace. 389
 Error
whitespace ParenPad '(' is not followed by whitespace. 390
 Error
whitespace ParenPad ')' is not preceded with whitespace. 390
 Error
whitespace ParenPad '(' is not followed by whitespace. 391
 Error
whitespace ParenPad ')' is not preceded with whitespace. 391
 Error
whitespace ParenPad '(' is not followed by whitespace. 393
 Error
whitespace ParenPad ')' is not preceded with whitespace. 393
 Error
whitespace ParenPad '(' is not followed by whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 404
 Error
whitespace ParenPad '(' is not followed by whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 405
 Error
whitespace ParenPad '(' is not followed by whitespace. 406
 Error
whitespace ParenPad ')' is not preceded with whitespace. 406
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 409
 Error
whitespace ParenPad ')' is not preceded with whitespace. 409
 Error
whitespace ParenPad '(' is not followed by whitespace. 410
 Error
whitespace ParenPad ')' is not preceded with whitespace. 410
 Error
whitespace ParenPad '(' is not followed by whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 411
 Error
whitespace ParenPad '(' is not followed by whitespace. 412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 412
 Error
whitespace ParenPad '(' is not followed by whitespace. 413
 Error
whitespace ParenPad ')' is not preceded with whitespace. 413
 Error
whitespace ParenPad '(' is not followed by whitespace. 415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad ')' is not preceded with whitespace. 421
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 421
 Error
whitespace ParenPad '(' is not followed by whitespace. 423
 Error
whitespace ParenPad ')' is not preceded with whitespace. 423
 Error
whitespace ParenPad '(' is not followed by whitespace. 424
 Error
whitespace ParenPad ')' is not preceded with whitespace. 424
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 424
 Error
whitespace ParenPad '(' is not followed by whitespace. 425
 Error
whitespace ParenPad ')' is not preceded with whitespace. 425
 Error
whitespace ParenPad '(' is not followed by whitespace. 425
 Error
whitespace ParenPad ')' is not preceded with whitespace. 425
 Error
whitespace ParenPad '(' is not followed by whitespace. 429
 Error
whitespace ParenPad ')' is not preceded with whitespace. 429
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 429
 Error
whitespace ParenPad '(' is not followed by whitespace. 431
 Error
whitespace ParenPad '(' is not followed by whitespace. 431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 431
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 431
 Error
whitespace ParenPad '(' is not followed by whitespace. 433
 Error
whitespace ParenPad '(' is not followed by whitespace. 433
 Error
whitespace ParenPad ')' is not preceded with whitespace. 433
 Error
whitespace ParenPad ')' is not preceded with whitespace. 433
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 433
 Error
whitespace ParenPad '(' is not followed by whitespace. 434
 Error
whitespace ParenPad ')' is not preceded with whitespace. 434
 Error
whitespace ParenPad '(' is not followed by whitespace. 435
 Error
whitespace ParenPad ')' is not preceded with whitespace. 435
 Error
whitespace ParenPad '(' is not followed by whitespace. 436
 Error
whitespace ParenPad ')' is not preceded with whitespace. 436
 Error
whitespace ParenPad '(' is not followed by whitespace. 438
 Error
whitespace ParenPad ')' is not preceded with whitespace. 438
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 439
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 439
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
whitespace ParenPad '(' is not followed by whitespace. 442
 Error
whitespace ParenPad ')' is not preceded with whitespace. 442
 Error
whitespace ParenPad '(' is not followed by whitespace. 444
 Error
whitespace ParenPad ')' is not preceded with whitespace. 444
 Error
whitespace ParenPad '(' is not followed by whitespace. 447
 Error
whitespace ParenPad ')' is not preceded with whitespace. 447
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 447
 Error
whitespace ParenPad '(' is not followed by whitespace. 448
 Error
whitespace ParenPad ')' is not preceded with whitespace. 448
 Error
whitespace ParenPad '(' is not followed by whitespace. 448
 Error
whitespace ParenPad ')' is not preceded with whitespace. 448
 Error
whitespace ParenPad '(' is not followed by whitespace. 452
 Error
whitespace ParenPad ')' is not preceded with whitespace. 452
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 452
 Error
whitespace ParenPad '(' is not followed by whitespace. 453
 Error
whitespace ParenPad ')' is not preceded with whitespace. 454
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 454
 Error
whitespace ParenPad '(' is not followed by whitespace. 455
 Error
whitespace ParenPad ')' is not preceded with whitespace. 455
 Error
whitespace ParenPad '(' is not followed by whitespace. 456
 Error
whitespace ParenPad ')' is not preceded with whitespace. 456
 Error
whitespace ParenPad '(' is not followed by whitespace. 458
 Error
whitespace ParenPad ')' is not preceded with whitespace. 459
 Error
whitespace ParenPad '(' is not followed by whitespace. 461
 Error
whitespace ParenPad ')' is not preceded with whitespace. 461

org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 59
 Info
javadoc JavadocVariable Missing a Javadoc comment. 60
 Info
javadoc JavadocVariable Missing a Javadoc comment. 61
 Info
javadoc JavadocVariable Missing a Javadoc comment. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 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. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 110
 Error
whitespace ParenPad '(' is not followed by 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
blocks LeftCurly '{' at column 39 should be on a new line. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
blocks LeftCurly '{' at column 116 should be on a new line. 121
 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. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 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. 130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 130
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 134
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 144
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 144
 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. 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 preceded with whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 160
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 173
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 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. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188

org/apache/maven/cli/internal/ExtensionResolutionException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 28
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 40

org/apache/maven/cli/logging/BaseSlf4jConfiguration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 30
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38

org/apache/maven/cli/logging/Slf4jConfiguration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 28
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 32
 Info
javadoc JavadocVariable Missing a Javadoc comment. 33
 Info
javadoc JavadocVariable Missing a Javadoc comment. 34
 Info
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43

org/apache/maven/cli/logging/Slf4jConfigurationFactory.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 40
 Info
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 43
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
blocks LeftCurly '{' at column 108 should be on a new line. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69

org/apache/maven/cli/logging/Slf4jLogger.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 30
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 34
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 39
 Error
whitespace ParenPad ')' is not preceded with whitespace. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 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. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 94
 Warning
javadoc JavadocMethod @return tag should be present and have description. 101
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Warning
javadoc JavadocMethod Expected @param tag for 'threshold'. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 108
 Warning
javadoc JavadocMethod @return tag should be present and have description. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Warning
javadoc JavadocMethod Expected @param tag for 'name'. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 113
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 117

org/apache/maven/cli/logging/Slf4jLoggerManager.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 34
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Warning
javadoc JavadocMethod @return tag should be present and have description. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Warning
javadoc JavadocMethod Expected @param tag for 'role'. 51
 Warning
javadoc JavadocMethod Expected @param tag for 'hint'. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Warning
javadoc JavadocMethod Expected @param tag for 'role'. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Warning
javadoc JavadocMethod Expected @param tag for 'role'. 69
 Warning
javadoc JavadocMethod Expected @param tag for 'hint'. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 69
 Warning
javadoc JavadocMethod @return tag should be present and have description. 74
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Warning
javadoc JavadocMethod Expected @param tag for 'threshold'. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 81
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Warning
javadoc JavadocMethod Expected @param tag for 'threshold'. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 86
 Warning
javadoc JavadocMethod @return tag should be present and have description. 91
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 91

org/apache/maven/cli/logging/Slf4jStdoutLogger.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 28
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 52
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 62
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 64
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 66
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 68
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 74
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 76
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 78
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 82
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 88
 Error
whitespace WhitespaceAround '}' 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 WhitespaceAround '{' is not followed by whitespace. 90
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 92
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 94
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 94
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 102
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 104
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 106
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 108
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 110
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 110
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 116
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 118
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 120
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 122
 Error
whitespace WhitespaceAround '}' 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 WhitespaceAround '{' is not followed by whitespace. 124
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 126
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 130
 Error
whitespace ParenPad ')' is not preceded with whitespace. 130
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 130
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 132
 Error
whitespace ParenPad ')' is not preceded with whitespace. 132
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 132
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 134
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 134
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 136
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 138
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 138
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 144
 Error
whitespace WhitespaceAround '}' 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
whitespace WhitespaceAround '{' is not followed by whitespace. 146
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 148
 Error
whitespace WhitespaceAround '}' 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 WhitespaceAround '{' is not followed by whitespace. 150
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 152
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 152
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 158
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 160
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 162
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 164
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 166
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 166
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 172
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 176
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 176
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 182
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 184
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 186
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 188
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 190
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 190

org/apache/maven/cli/logging/impl/Log4j2Configuration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 50

org/apache/maven/cli/logging/impl/LogbackConfiguration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 52

org/apache/maven/cli/logging/impl/Slf4jSimpleConfiguration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 52

org/apache/maven/cli/logging/impl/UnsupportedSlf4jBindingConfiguration.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 34
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 41
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61

org/apache/maven/cli/transfer/AbstractMavenTransferListener.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 34
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 49
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 50
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 51
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 53
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 58
 Error
blocks LeftCurly '{' at column 22 should be on a new line. 62
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 64
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 69
 Error
blocks LeftCurly '{' at column 22 should be on a new line. 73
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 75
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 80
 Error
blocks LeftCurly '{' at column 22 should be on a new line. 84
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 86
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 104
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 106
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 108
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 110
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 119
 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
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with 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 41 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. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 128
 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. 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
blocks LeftCurly '{' at column 77 should be on a new line. 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. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 143
 Error
whitespace ParenPad '(' is not followed by whitespace. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 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. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 153
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 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. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 172
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 173
 Error
whitespace ParenPad ')' is not preceded with whitespace. 173
 Info
javadoc JavadocVariable Missing a Javadoc comment. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 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. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 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 preceded with whitespace. 199
 Error
blocks LeftCurly '{' at column 90 should be on a new line. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 202
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 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. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 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. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224
 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228

org/apache/maven/cli/transfer/BatchModeMavenTransferListener.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 27
 Error
whitespace ParenPad ')' is not preceded with whitespace. 27
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28

org/apache/maven/cli/transfer/ConsoleMavenTransferListener.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 39
 Error
whitespace ParenPad ')' is not preceded with whitespace. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 104 should be on a new line. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with 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
blocks LeftCurly '{' at column 40 should be on a new line. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 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. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 97
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 97
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with 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. 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
whitespace ParenPad '(' is not followed by whitespace. 104
 Error
whitespace ParenPad ')' is not preceded with whitespace. 104
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 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. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 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. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 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 66 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. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 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. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141

org/apache/maven/cli/transfer/QuietMavenTransferListener.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 26
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 26

org/apache/maven/cli/transfer/Slf4jMavenTransferListener.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 33
 Info
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
blocks LeftCurly '{' at column 90 should be on a new line. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 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. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 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. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
blocks LeftCurly '{' at column 28 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 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

org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 82
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 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. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 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
blocks LeftCurly '{' at column 50 should be on a new line. 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. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
whitespace ParenPad ')' is not preceded with whitespace. 118
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 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. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 139
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
blocks LeftCurly '{' at column 92 should be on a new line. 149
 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
blocks LeftCurly '{' at column 61 should be on a new line. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 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
blocks LeftCurly '{' at column 50 should be on a new line. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 158
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
blocks LeftCurly '{' at column 111 should be on a new line. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 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. 191
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
blocks LeftCurly '{' at column 100 should be on a new line. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 210
 Error
whitespace ParenPad ')' is not preceded with whitespace. 210
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 210
 Error
whitespace ParenPad '(' is not followed by whitespace. 211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 224
 Error
whitespace ParenPad '(' is not followed by whitespace. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 59 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. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 Error
whitespace ParenPad ')' is not preceded with whitespace. 259
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 259
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 262
 Error
whitespace ParenPad ')' is not preceded with whitespace. 262
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 262
 Error
whitespace ParenPad '(' is not followed by whitespace. 263
 Error
whitespace ParenPad '(' is not followed by whitespace. 263
 Error
whitespace ParenPad ')' is not preceded with whitespace. 263
 Error
whitespace ParenPad ')' is not preceded with whitespace. 263
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 265
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 279
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 290
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 290
 Error
whitespace ParenPad '(' is not followed by whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 297
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 297
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 298
 Error
whitespace ParenPad '(' is not followed by whitespace. 299
 Error
whitespace ParenPad ')' is not preceded with whitespace. 299
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 300
 Error
whitespace ParenPad '(' is not followed by whitespace. 300
 Error
whitespace ParenPad ')' is not preceded with whitespace. 300
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 300
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 309
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 311
 Error
whitespace ParenPad ')' is not preceded with whitespace. 311
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 312
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 314
 Error
whitespace ParenPad '(' is not followed by whitespace. 314
 Error
whitespace ParenPad ')' is not preceded with whitespace. 314
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 314
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 319
 Error
whitespace ParenPad '(' is not followed by whitespace. 321
 Error
whitespace ParenPad ')' is not preceded with whitespace. 321
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 323
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 324
 Error
whitespace ParenPad '(' is not followed by whitespace. 324
 Error
whitespace ParenPad ')' is not preceded with whitespace. 324
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 324
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 335
 Error
whitespace ParenPad ')' is not preceded with whitespace. 335
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 335
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 336
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 338
 Error
whitespace ParenPad '(' is not followed by whitespace. 338
 Error
whitespace ParenPad ')' is not preceded with whitespace. 338
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 338
 Error
whitespace ParenPad '(' is not followed by whitespace. 339
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 340
 Error
whitespace ParenPad '(' is not followed by whitespace. 340
 Error
whitespace ParenPad ')' is not preceded with whitespace. 340
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 340
 Error
whitespace ParenPad '(' is not followed by whitespace. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 341
 Error
whitespace ParenPad '(' is not followed by whitespace. 352
 Error
whitespace ParenPad ')' is not preceded with whitespace. 352
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 352
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 353
 Error
whitespace ParenPad '(' is not followed by whitespace. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 354
 Error
whitespace ParenPad '(' is not followed by whitespace. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 354
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 357
 Error
whitespace ParenPad '(' is not followed by whitespace. 357
 Error
whitespace ParenPad ')' is not preceded with whitespace. 357
 Error
whitespace ParenPad ')' is not preceded with whitespace. 357
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 370
 Error
whitespace ParenPad ')' is not preceded with whitespace. 370
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
blocks LeftCurly '{' at column 101 should be on a new line. 371
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 382
 Error
whitespace ParenPad ')' is not preceded with whitespace. 382
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 382
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 392
 Error
whitespace ParenPad ')' is not preceded with whitespace. 392
 Error
whitespace ParenPad '(' is not followed by whitespace. 394
 Error
whitespace ParenPad ')' is not preceded with whitespace. 394
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 394
 Error
whitespace ParenPad '(' is not followed by whitespace. 395
 Error
whitespace ParenPad '(' is not followed by whitespace. 395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 395
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 395
 Error
whitespace ParenPad '(' is not followed by whitespace. 396
 Error
whitespace ParenPad ')' is not preceded with whitespace. 396
 Error
whitespace ParenPad '(' is not followed by whitespace. 401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 401
 Error
whitespace ParenPad '(' is not followed by whitespace. 401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 401

org/slf4j/MavenSlf4jFriend.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 25
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 29

org/slf4j/impl/MavenSlf4jSimpleFriend.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 28
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33