Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
19 2 23 1571

Files

File
 I
 W
 E
org/apache/maven/plugin/AbstractMojo.java 0 0 13
org/apache/maven/plugin/AbstractMojoExecutionException.java 2 0 19
org/apache/maven/plugin/ContextEnabled.java 0 0 4
org/apache/maven/plugin/Mojo.java 0 0 4
org/apache/maven/plugin/MojoExecutionException.java 0 0 27
org/apache/maven/plugin/MojoFailureException.java 0 0 22
org/apache/maven/plugin/MojoNotFoundException.java 0 0 46
org/apache/maven/plugin/descriptor/DuplicateMojoDescriptorException.java 0 0 6
org/apache/maven/plugin/descriptor/DuplicateParameterException.java 0 0 7
org/apache/maven/plugin/descriptor/InvalidParameterException.java 0 0 12
org/apache/maven/plugin/descriptor/InvalidPluginDescriptorException.java 0 0 12
org/apache/maven/plugin/descriptor/MojoDescriptor.java 0 1 166
org/apache/maven/plugin/descriptor/Parameter.java 0 0 69
org/apache/maven/plugin/descriptor/PluginDescriptor.java 0 2 209
org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java 0 0 466
org/apache/maven/plugin/descriptor/Requirement.java 0 0 18
org/apache/maven/plugin/lifecycle/ImmutableCollections.java 0 0 349
org/apache/maven/plugin/logging/Log.java 0 0 26
org/apache/maven/plugin/logging/SystemStreamLog.java 0 20 96

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
422
 Error
RightCurly
  • option: "alone"
14
 Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
19
 Error
javadoc JavadocMethod
  • accessModifiers: "public, protected"
23
 Warning
JavadocVariable
  • scope: "protected"
2
 Info
whitespace ParenPad
  • option: "space"
1116
 Error

Details

org/apache/maven/plugin/AbstractMojo.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 141
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 153
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 173
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 174
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 174
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 187

org/apache/maven/plugin/AbstractMojoExecutionException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 26
 Info
javadoc JavadocVariable Missing a Javadoc comment. 27
 Info
javadoc JavadocVariable Missing a Javadoc comment. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 50
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 54

org/apache/maven/plugin/ContextEnabled.java

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

org/apache/maven/plugin/Mojo.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. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58

org/apache/maven/plugin/MojoExecutionException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 91 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. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks LeftCurly '{' at column 68 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. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 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. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 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. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
blocks LeftCurly '{' at column 52 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

org/apache/maven/plugin/MojoFailureException.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. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 89 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. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
blocks LeftCurly '{' at column 49 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. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
blocks LeftCurly '{' at column 66 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. 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. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71

org/apache/maven/plugin/MojoNotFoundException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 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 followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 41
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks LeftCurly '{' at column 85 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. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 39 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
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 32 should be on a new line. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
blocks LeftCurly '{' at column 39 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. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
blocks LeftCurly '{' at column 39 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

org/apache/maven/plugin/descriptor/DuplicateMojoDescriptorException.java

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

org/apache/maven/plugin/descriptor/DuplicateParameterException.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. 24
 Error
whitespace ParenPad '(' is not followed by whitespace. 26
 Error
whitespace ParenPad ')' is not preceded with whitespace. 26
 Error
blocks LeftCurly '{' at column 56 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/plugin/descriptor/InvalidParameterException.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. 24
 Error
whitespace ParenPad '(' is not followed by whitespace. 25
 Error
whitespace ParenPad ')' is not preceded with whitespace. 25
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 25
 Error
whitespace ParenPad '(' is not followed by whitespace. 26
 Error
whitespace ParenPad ')' is not preceded with whitespace. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 29
 Error
whitespace ParenPad ')' is not preceded with whitespace. 29
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 30
 Error
whitespace ParenPad ')' is not preceded with whitespace. 30

org/apache/maven/plugin/descriptor/InvalidPluginDescriptorException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
blocks LeftCurly '{' at column 78 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
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 61 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

org/apache/maven/plugin/descriptor/MojoDescriptor.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 84 should be on a new line. 40
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 142
 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. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 155
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 176
 Error
blocks LeftCurly '{' at column 44 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. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
blocks LeftCurly '{' at column 94 should be on a new line. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 194
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 203
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 203
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 205
 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 53 should be on a new line. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 221
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 235
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 239
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Warning
javadoc JavadocMethod Expected @param tag for 'requiresDependencyCollection'. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 255
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 269
 Error
whitespace ParenPad '(' is not followed by whitespace. 281
 Error
whitespace ParenPad ')' is not preceded with whitespace. 281
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 281
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 299
 Error
whitespace ParenPad ')' is not preceded with whitespace. 299
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 299
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 308
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 316
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 323
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 330
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 337
 Error
whitespace ParenPad '(' is not followed by whitespace. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 344
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 358
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 365
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 372
 Error
blocks LeftCurly '{' at column 36 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
blocks LeftCurly '{' at column 42 should be on a new line. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 393
 Error
whitespace ParenPad ')' is not preceded with whitespace. 393
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 393
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 400
 Error
whitespace ParenPad '(' is not followed by whitespace. 401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 401
 Error
blocks LeftCurly '{' at column 40 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. 410
 Error
whitespace ParenPad ')' is not preceded with whitespace. 410
 Error
blocks LeftCurly '{' at column 77 should be on a new line. 410
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 415
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 420
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 427
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 436
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 441
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 448
 Error
whitespace ParenPad '(' is not followed by whitespace. 455
 Error
whitespace ParenPad ')' is not preceded with whitespace. 455
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 455
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 462
 Error
whitespace ParenPad '(' is not followed by whitespace. 469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 469
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 469
 Error
whitespace ParenPad '(' is not followed by whitespace. 474
 Error
whitespace ParenPad ')' is not preceded with whitespace. 474
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 474
 Error
whitespace ParenPad '(' is not followed by whitespace. 475
 Error
whitespace ParenPad ')' is not preceded with whitespace. 475
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 475
 Error
whitespace ParenPad '(' is not followed by whitespace. 479
 Error
whitespace ParenPad ')' is not preceded with whitespace. 479
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 479
 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. 483
 Error
whitespace ParenPad ')' is not preceded with whitespace. 483
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 490
 Error
whitespace ParenPad '(' is not followed by whitespace. 491
 Error
whitespace ParenPad ')' is not preceded with whitespace. 491
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 497
 Error
whitespace ParenPad '(' is not followed by whitespace. 504
 Error
whitespace ParenPad ')' is not preceded with whitespace. 504
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 504
 Error
whitespace ParenPad '(' is not followed by whitespace. 512
 Error
whitespace ParenPad ')' is not preceded with whitespace. 512
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 512
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 520
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 527
 Error
whitespace ParenPad '(' is not followed by whitespace. 535
 Error
whitespace ParenPad ')' is not preceded with whitespace. 535
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 535
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 542
 Error
whitespace ParenPad '(' is not followed by whitespace. 549
 Error
whitespace ParenPad ')' is not preceded with whitespace. 549
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 549
 Error
whitespace ParenPad '(' is not followed by whitespace. 556
 Error
whitespace ParenPad ')' is not preceded with whitespace. 556
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 556
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 563
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 571
 Error
whitespace ParenPad '(' is not followed by whitespace. 579
 Error
whitespace ParenPad ')' is not preceded with whitespace. 579
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 579
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 586
 Error
whitespace ParenPad '(' is not followed by whitespace. 587
 Error
whitespace ParenPad ')' is not preceded with whitespace. 587
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 591
 Error
whitespace ParenPad '(' is not followed by whitespace. 595
 Error
whitespace ParenPad ')' is not preceded with whitespace. 595
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 595
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 603
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 604
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 606
 Error
whitespace ParenPad '(' is not followed by whitespace. 606
 Error
whitespace ParenPad ')' is not preceded with whitespace. 606
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 606
 Error
whitespace ParenPad '(' is not followed by whitespace. 607
 Error
whitespace ParenPad ')' is not preceded with whitespace. 607

org/apache/maven/plugin/descriptor/Parameter.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 24
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 57
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 65
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 73
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 81
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 89
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 93
 Error
whitespace ParenPad '(' is not followed by whitespace. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 97
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 97
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 30 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
blocks LeftCurly '{' at column 40 should be on a new line. 113
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 117
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 121
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 125
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 129
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 133
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 137
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 141
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 149
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 157
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 165
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 166
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169

org/apache/maven/plugin/descriptor/PluginDescriptor.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. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 95
 Error
whitespace ParenPad ')' is not preceded with whitespace. 95
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 95
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 103
 Error
whitespace ParenPad '(' is not followed by whitespace. 105
 Error
whitespace ParenPad ')' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 114
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 123
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 139
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 143
 Error
blocks LeftCurly '{' at column 27 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 64 should be on a new line. 151
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 155
 Warning
javadoc JavadocMethod @return tag should be present and have description. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Warning
javadoc JavadocMethod Expected @param tag for 'artifactId'. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks LeftCurly '{' at column 73 should be on a new line. 164
 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
blocks LeftCurly '{' at column 55 should be on a new line. 165
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 167
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 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. 168
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 176
 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
blocks LeftCurly '{' at column 32 should be on a new line. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 188
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 192
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 196
 Error
whitespace ParenPad '(' is not followed by whitespace. 200
 Error
whitespace ParenPad ')' is not preceded with whitespace. 200
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 200
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 210
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 214
 Error
blocks LeftCurly '{' at column 51 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 LeftCurly '{' at column 34 should be on a new line. 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. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
blocks LeftCurly '{' at column 42 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
blocks LeftCurly '{' at column 29 should be on a new line. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 240
 Error
whitespace ParenPad '(' is not followed by whitespace. 240
 Error
whitespace ParenPad ')' is not preceded with whitespace. 240
 Error
whitespace ParenPad ')' is not preceded with whitespace. 240
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 254
 Error
whitespace ParenPad ')' is not preceded with whitespace. 254
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 254
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 262
 Error
whitespace ParenPad ')' is not preceded with whitespace. 262
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 262
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 270
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 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. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 278
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 286
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 286
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 290
 Error
whitespace ParenPad '(' is not followed by whitespace. 294
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 294
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 298
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 302
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 306
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 310
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 314
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 326
 Error
whitespace ParenPad ')' is not preceded with whitespace. 326
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 326
 Error
whitespace ParenPad '(' is not followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 327
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 330
 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. 336
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336
 Error
blocks LeftCurly '{' at column 80 should be on a new line. 336
 Error
whitespace ParenPad '(' is not followed by whitespace. 337
 Error
whitespace ParenPad ')' is not preceded with whitespace. 337
 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. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 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. 346
 Error
whitespace ParenPad ')' is not preceded with whitespace. 346
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 346
 Error
whitespace ParenPad '(' is not followed by whitespace. 347
 Error
whitespace ParenPad ')' is not preceded with whitespace. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 350
 Error
whitespace ParenPad ')' is not preceded with whitespace. 350
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 350
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 352
 Error
whitespace ParenPad ')' is not preceded with whitespace. 352
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 353
 Error
whitespace ParenPad '(' is not followed by whitespace. 353
 Error
whitespace ParenPad ')' is not preceded with whitespace. 353
 Error
blocks LeftCurly '{' at column 47 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
blocks RightCurly '}' at column 9 should be alone on a line. 356
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 356
 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 LeftCurly '{' at column 37 should be on a new line. 365
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 366
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 368
 Error
whitespace ParenPad '(' is not followed by whitespace. 368
 Error
whitespace ParenPad ')' is not preceded with whitespace. 368
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 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. 373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 373
 Error
blocks LeftCurly '{' at column 94 should be on a new line. 373
 Error
whitespace ParenPad '(' is not followed by whitespace. 374
 Error
whitespace ParenPad ')' is not preceded with whitespace. 374
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 374
 Error
whitespace ParenPad '(' is not followed by whitespace. 375
 Error
whitespace ParenPad ')' is not preceded with whitespace. 375

org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.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. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
blocks LeftCurly '{' at column 86 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 101 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
blocks LeftCurly '{' at column 110 should be on a new line. 46
 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. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 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 preceded with whitespace. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 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 followed by whitespace. 60
 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. 60
 Error
whitespace ParenPad ')' is not preceded with 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 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 preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
blocks LeftCurly '{' at column 61 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 58 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
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 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. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
blocks LeftCurly '{' at column 55 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 62 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
whitespace ParenPad '(' is not followed by whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 95
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 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. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 107
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad ')' is not preceded with whitespace. 109
 Error
blocks LeftCurly '{' at column 41 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 65 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 preceded with whitespace. 118
 Error
blocks LeftCurly '{' at column 36 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. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
blocks LeftCurly '{' at column 80 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 preceded with whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 128
 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 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
blocks LeftCurly '{' at column 91 should be on a new line. 132
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 139
 Error
whitespace ParenPad ')' is not preceded with whitespace. 139
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 139
 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. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 145
 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. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 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. 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
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 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 followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 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. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 170
 Error
whitespace ParenPad '(' is not followed by whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
whitespace ParenPad '(' is not followed by whitespace. 174
 Error
whitespace ParenPad ')' 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
blocks LeftCurly '{' at column 41 should be on a new line. 176
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
blocks LeftCurly '{' at column 37 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
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 188
 Error
whitespace ParenPad '(' is not followed by whitespace. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 189
 Error
whitespace ParenPad '(' is not followed by whitespace. 192
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 194
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 198
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 200
 Error
whitespace ParenPad ')' is not preceded with whitespace. 200
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 200
 Error
whitespace ParenPad '(' is not followed by whitespace. 201
 Error
whitespace ParenPad ')' is not preceded with whitespace. 201
 Error
whitespace ParenPad '(' is not followed by whitespace. 204
 Error
whitespace ParenPad ')' is not preceded with whitespace. 204
 Error
whitespace ParenPad '(' is not followed by whitespace. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 206
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 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
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 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
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 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. 222
 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. 222
 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. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 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. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad '(' is not followed by whitespace. 234
 Error
whitespace ParenPad ')' is not preceded with whitespace. 234
 Error
blocks LeftCurly '{' at column 43 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
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. 240
 Error
whitespace ParenPad ')' is not preceded with whitespace. 240
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 240
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 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. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 246
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 256
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 258
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 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. 259
 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
blocks LeftCurly '{' at column 37 should be on a new line. 264
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 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. 265
 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
blocks LeftCurly '{' at column 41 should be on a new line. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 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. 271
 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
blocks LeftCurly '{' at column 33 should be on a new line. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 277
 Error
whitespace ParenPad '(' is not followed by whitespace. 277
 Error
whitespace ParenPad ')' is not preceded with whitespace. 277
 Error
whitespace ParenPad ')' is not preceded with whitespace. 277
 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. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 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 preceded with whitespace. 283
 Error
whitespace ParenPad '(' is not followed by whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 290
 Error
whitespace ParenPad '(' is not followed by whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 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. 297
 Error
whitespace ParenPad ')' is not preceded with whitespace. 297
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 304
 Error
whitespace ParenPad '(' is not followed by whitespace. 304
 Error
whitespace ParenPad ')' is not preceded with whitespace. 304
 Error
whitespace ParenPad ')' is not preceded with whitespace. 304
 Error
whitespace ParenPad '(' is not followed by whitespace. 306
 Error
whitespace ParenPad '(' is not followed by whitespace. 306
 Error
whitespace ParenPad ')' is not preceded with whitespace. 306
 Error
whitespace ParenPad ')' is not preceded with whitespace. 306
 Error
whitespace ParenPad '(' is not followed by whitespace. 308
 Error
whitespace ParenPad '(' is not followed by whitespace. 308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 308
 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. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
whitespace ParenPad '(' is not followed by whitespace. 314
 Error
whitespace ParenPad ')' is not preceded with whitespace. 314
 Error
whitespace ParenPad '(' is not followed by whitespace. 317
 Error
whitespace ParenPad ')' is not preceded with whitespace. 317
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 317
 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. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 323
 Error
whitespace ParenPad '(' is not followed by whitespace. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 323
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
whitespace ParenPad '(' is not followed by whitespace. 329
 Error
whitespace ParenPad '(' is not followed by whitespace. 329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 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. 332
 Error
whitespace ParenPad ')' is not preceded with whitespace. 332
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 332
 Error
whitespace ParenPad '(' is not followed by whitespace. 333
 Error
whitespace ParenPad '(' is not followed by whitespace. 333
 Error
whitespace ParenPad ')' is not preceded with whitespace. 333
 Error
whitespace ParenPad ')' is not preceded with whitespace. 333
 Error
whitespace ParenPad '(' is not followed by whitespace. 334
 Error
whitespace ParenPad '(' is not followed by whitespace. 334
 Error
whitespace ParenPad ')' is not preceded with whitespace. 334
 Error
whitespace ParenPad ')' is not preceded with whitespace. 334
 Error
whitespace ParenPad '(' is not followed by whitespace. 337
 Error
whitespace ParenPad ')' is not preceded with whitespace. 337
 Error
whitespace ParenPad '(' is not followed by whitespace. 340
 Error
whitespace ParenPad ')' is not preceded with whitespace. 340
 Error
whitespace ParenPad '(' is not followed by whitespace. 348
 Error
whitespace ParenPad ')' is not preceded with whitespace. 348
 Error
whitespace ParenPad '(' is not followed by whitespace. 348
 Error
whitespace ParenPad ')' is not preceded with whitespace. 348
 Error
whitespace ParenPad '(' is not followed by whitespace. 350
 Error
whitespace ParenPad ')' is not preceded with whitespace. 350
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 350
 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 followed by whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 355
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 369
 Error
whitespace ParenPad ')' is not preceded with whitespace. 369
 Error
blocks LeftCurly '{' at column 109 should be on a new line. 369
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 370
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 373
 Error
whitespace ParenPad ')' is not preceded with whitespace. 373

org/apache/maven/plugin/descriptor/Requirement.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 36
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 41
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 45
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 53
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 54
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57

org/apache/maven/plugin/lifecycle/ImmutableCollections.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. 40
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 44
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 49
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 54
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 56
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 57
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 59
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 60
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 62
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 67
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 55 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
blocks LeftCurly '{' at column 33 should be on a new line. 82
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 84
 Error
whitespace ParenPad '(' is not followed by whitespace. 84
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 84
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 86
 Error
blocks LeftCurly '{' at column 16 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
blocks LeftCurly '{' at column 40 should be on a new line. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 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 followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 107
 Error
whitespace ParenPad ')' is not preceded with whitespace. 107
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 111
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 113
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 115
 Error
blocks LeftCurly '{' at column 16 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 33 should be on a new line. 116
 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. 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
blocks LeftCurly '{' at column 40 should be on a new line. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
blocks LeftCurly '{' at column 58 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. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
blocks LeftCurly '{' at column 51 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 49 should be on a new line. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 147
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 147
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 152
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 160
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 169
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 169
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 176
 Error
blocks RightCurly '}' at column 13 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 36 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 185
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace ParenPad ')' is not preceded with whitespace. 193
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 193
 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
blocks LeftCurly '{' at column 33 should be on a new line. 199
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 204
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 210
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 232
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 242
 Error
whitespace ParenPad ')' is not preceded with whitespace. 242
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 242
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 247
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad ')' is not preceded with whitespace. 252
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 252
 Error
blocks LeftCurly '{' at column 39 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 LeftCurly '{' at column 47 should be on a new line. 262
 Error
whitespace ParenPad '(' is not followed by whitespace. 263
 Error
whitespace ParenPad ')' is not preceded with whitespace. 263
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
blocks LeftCurly '{' at column 56 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
blocks LeftCurly '{' at column 46 should be on a new line. 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. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 271
 Error
whitespace ParenPad '(' is not followed by whitespace. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 275
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 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. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
blocks LeftCurly '{' at column 35 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. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 283
 Error
whitespace ParenPad ')' is not preceded with whitespace. 283
 Error
whitespace ParenPad '(' is not followed by whitespace. 285
 Error
whitespace ParenPad ')' is not preceded with whitespace. 285
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 292
 Error
whitespace ParenPad '(' is not followed by whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 296
 Error
blocks LeftCurly '{' at column 57 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 37 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. 306
 Error
whitespace ParenPad ')' is not preceded with whitespace. 306
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 310
 Error
blocks LeftCurly '{' at column 54 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
blocks LeftCurly '{' at column 36 should be on a new line. 318
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 323
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 328
 Error
whitespace ParenPad '(' is not followed by whitespace. 329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 333
 Error
blocks LeftCurly '{' at column 33 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 LeftCurly '{' at column 36 should be on a new line. 343
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 348
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 353
 Error
whitespace ParenPad '(' is not followed by whitespace. 358
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 363
 Error
whitespace ParenPad ')' is not preceded with whitespace. 363
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 363
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 369
 Error
whitespace ParenPad '(' is not followed by whitespace. 370
 Error
whitespace ParenPad ')' is not preceded with whitespace. 370
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 370
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 372
 Error
whitespace ParenPad '(' is not followed by whitespace. 374
 Error
whitespace ParenPad ')' is not preceded with whitespace. 374
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 374
 Error
whitespace ParenPad '(' is not followed by whitespace. 375
 Error
whitespace ParenPad ')' is not preceded with whitespace. 375
 Error
whitespace ParenPad '(' is not followed by whitespace. 381
 Error
whitespace ParenPad ')' is not preceded with whitespace. 381
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 381
 Error
whitespace ParenPad '(' is not followed by whitespace. 386
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 391
 Error
whitespace ParenPad ')' is not preceded with whitespace. 391
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 391
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 396
 Error
whitespace ParenPad '(' is not followed by whitespace. 401
 Error
whitespace ParenPad ')' is not preceded with whitespace. 401
 Error
blocks LeftCurly '{' at column 88 should be on a new line. 401
 Error
whitespace ParenPad '(' is not followed by whitespace. 406
 Error
whitespace ParenPad ')' is not preceded with whitespace. 406
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 406
 Error
whitespace ParenPad '(' is not followed by whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 411
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 411
 Error
whitespace ParenPad '(' is not followed by whitespace. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 416
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad ')' is not preceded with whitespace. 421
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 421
 Error
whitespace ParenPad '(' is not followed by whitespace. 426
 Error
whitespace ParenPad ')' is not preceded with whitespace. 426
 Error
blocks LeftCurly '{' at column 96 should be on a new line. 426
 Error
whitespace ParenPad '(' is not followed by whitespace. 431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 431
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 431
 Error
whitespace ParenPad '(' is not followed by whitespace. 436
 Error
whitespace ParenPad ')' is not preceded with whitespace. 436
 Error
blocks LeftCurly '{' at column 108 should be on a new line. 436
 Error
whitespace ParenPad '(' is not followed by whitespace. 441
 Error
whitespace ParenPad ')' is not preceded with whitespace. 441
 Error
blocks LeftCurly '{' at column 120 should be on a new line. 441
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 446
 Error
whitespace ParenPad '(' is not followed by whitespace. 449
 Error
whitespace ParenPad ')' is not preceded with whitespace. 449
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 449
 Error
whitespace ParenPad '(' is not followed by whitespace. 450
 Error
whitespace ParenPad ')' is not preceded with whitespace. 450
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 454
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 455
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 457
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 458
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 462
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 467
 Error
whitespace ParenPad '(' is not followed by whitespace. 468
 Error
whitespace ParenPad ')' is not preceded with whitespace. 468
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 468
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 477
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 484
 Error
whitespace ParenPad '(' is not followed by whitespace. 487
 Error
whitespace ParenPad ')' is not preceded with whitespace. 487
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 487
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 492
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 493
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 495
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 496
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 504
 Error
whitespace ParenPad ')' is not preceded with whitespace. 504
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 506
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
whitespace ParenPad ')' is not preceded with whitespace. 507
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 507
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 516
 Error
blocks LeftCurly '{' at column 112 should be on a new line. 523
 Error
whitespace ParenPad '(' is not followed by whitespace. 525
 Error
whitespace ParenPad ')' is not preceded with whitespace. 525
 Error
blocks LeftCurly '{' at column 88 should be on a new line. 525
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 535
 Error
whitespace ParenPad ')' is not preceded with whitespace. 535
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 535
 Error
whitespace ParenPad '(' is not followed by whitespace. 540
 Error
whitespace ParenPad ')' is not preceded with whitespace. 540
 Error
blocks LeftCurly '{' at column 63 should be on a new line. 540
 Error
whitespace ParenPad '(' is not followed by whitespace. 545
 Error
whitespace ParenPad ')' is not preceded with whitespace. 545
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 545
 Error
whitespace ParenPad '(' is not followed by whitespace. 550
 Error
whitespace ParenPad ')' is not preceded with whitespace. 550
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 550
 Error
whitespace ParenPad '(' is not followed by whitespace. 555
 Error
whitespace ParenPad ')' is not preceded with whitespace. 555
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 555
 Error
whitespace ParenPad '(' is not followed by whitespace. 560
 Error
whitespace ParenPad ')' is not preceded with whitespace. 560
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 560
 Error
whitespace ParenPad '(' is not followed by whitespace. 565
 Error
whitespace ParenPad ')' is not preceded with whitespace. 565
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 565
 Error
blocks LeftCurly '{' at column 106 should be on a new line. 570
 Error
whitespace ParenPad '(' is not followed by whitespace. 572
 Error
whitespace ParenPad ')' is not preceded with whitespace. 572
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 572
 Error
whitespace ParenPad '(' is not followed by whitespace. 577
 Error
whitespace ParenPad ')' is not preceded with whitespace. 577
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 577
 Error
whitespace ParenPad '(' is not followed by whitespace. 582
 Error
whitespace ParenPad ')' is not preceded with whitespace. 582
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 582
 Error
whitespace ParenPad '(' is not followed by whitespace. 587
 Error
whitespace ParenPad ')' is not preceded with whitespace. 587
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 587
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 592
 Error
whitespace ParenPad '(' is not followed by whitespace. 597
 Error
whitespace ParenPad ')' is not preceded with whitespace. 597
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 597
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 602

org/apache/maven/plugin/logging/Log.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 22 should be on a new line. 34
 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. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 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. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 103
 Error
whitespace ParenPad ')' is not preceded with whitespace. 103
 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. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 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. 141
 Error
whitespace ParenPad ')' is not preceded with whitespace. 141
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149

org/apache/maven/plugin/logging/SystemStreamLog.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 45 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. 43
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 43
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 43
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
blocks LeftCurly '{' at column 40 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. 57
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
blocks LeftCurly '{' at column 44 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. 64
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 64
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 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. 71
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 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. 78
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
blocks LeftCurly '{' at column 44 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
whitespace ParenPad '(' is not followed by whitespace. 85
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 85
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 85
 Error
whitespace ParenPad ')' is not preceded with whitespace. 85
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
blocks LeftCurly '{' at column 39 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
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 99
 Error
whitespace ParenPad ')' is not preceded with whitespace. 99
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 99
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad ')' is not preceded with whitespace. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Warning
javadoc JavadocMethod Expected @param tag for 'content'. 106
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 106
 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
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Warning
javadoc JavadocMethod Expected @param tag for 'error'. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 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. 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
 Warning
javadoc JavadocMethod @return tag should be present and have description. 131
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 131
 Warning
javadoc JavadocMethod @return tag should be present and have description. 139
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 139
 Warning
javadoc JavadocMethod @return tag should be present and have description. 146
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 146
 Warning
javadoc JavadocMethod @return tag should be present and have description. 153
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 157
 Error
whitespace ParenPad ')' is not preceded with whitespace. 157
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 157
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 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. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
blocks LeftCurly '{' at column 78 should be on a new line. 170
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace ParenPad ')' 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 ParenPad '(' is not followed by whitespace. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177