Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
8 12 19 976

Files

File
 I
 W
 E
org/apache/maven/internal/xml/DomBuilder.java 0 0 50
org/apache/maven/internal/xml/MavenXmlException.java 0 0 24
org/apache/maven/internal/xml/XmlPlexusConfiguration.java 0 0 78
org/apache/maven/internal/xml/Xpp3Dom.java 5 6 347
org/apache/maven/internal/xml/Xpp3DomBuilder.java 0 0 116
org/apache/maven/internal/xml/Xpp3DomWriter.java 0 0 48
org/codehaus/plexus/util/xml/Xpp3Dom.java 7 2 259
org/codehaus/plexus/util/xml/Xpp3DomBuilder.java 0 11 54

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
191
 Error
RightCurly
  • option: "alone"
17
 Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4
 Warning
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
8
 Error
javadoc JavadocMethod
  • accessModifiers: "public, protected"
15
 Warning
JavadocVariable
  • scope: "protected"
12
 Info
whitespace ParenPad
  • option: "space"
756
 Error
WhitespaceAround 4
 Error

Details

org/apache/maven/internal/xml/DomBuilder.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
blocks LeftCurly '{' at column 73 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 87 should be on a new line. 32
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
blocks LeftCurly '{' at column 69 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
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
blocks LeftCurly '{' at column 102 should be on a new line. 50
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 64
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 68

org/apache/maven/internal/xml/MavenXmlException.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 21
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 22
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 22
 Error
whitespace ParenPad '(' is not followed by whitespace. 24
 Error
whitespace ParenPad ')' is not preceded with whitespace. 24
 Error
blocks LeftCurly '{' at column 46 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
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
blocks LeftCurly '{' at column 63 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 47 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 118 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37

org/apache/maven/internal/xml/XmlPlexusConfiguration.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. 25
 Error
whitespace ParenPad '(' is not followed by whitespace. 26
 Error
whitespace ParenPad ')' is not preceded with whitespace. 26
 Error
blocks LeftCurly '{' at column 71 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 27
 Error
whitespace ParenPad ')' is not preceded with whitespace. 27
 Error
whitespace ParenPad '(' is not followed by whitespace. 30
 Error
whitespace ParenPad ')' is not preceded with whitespace. 30
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 30
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 39
 Error
whitespace ParenPad ')' is not preceded with whitespace. 39
 Error
blocks LeftCurly '{' at column 52 should be on a new line. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 43
 Error
whitespace ParenPad ')' is not preceded with whitespace. 43
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 50
 Error
blocks LeftCurly '{' at column 16 should be on a new line. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53

org/apache/maven/internal/xml/Xpp3Dom.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 45
 Info
javadoc JavadocVariable Missing a Javadoc comment. 48
 Info
javadoc JavadocVariable Missing a Javadoc comment. 50
 Info
javadoc JavadocVariable Missing a Javadoc comment. 52
 Info
javadoc JavadocVariable Missing a Javadoc comment. 54
 Info
javadoc JavadocVariable Missing a Javadoc comment. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 62
 Error
whitespace ParenPad ')' is not preceded with whitespace. 62
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 70
 Error
whitespace ParenPad ')' is not preceded with whitespace. 70
 Error
blocks LeftCurly '{' at column 116 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 followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 62 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 24 should be on a new line. 85
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 93
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 101
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Warning
coding HiddenField 'name' hides a field. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
blocks LeftCurly '{' at column 45 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
whitespace ParenPad '(' is not followed by whitespace. 122
 Warning
coding HiddenField 'name' hides a field. 122
 Error
whitespace ParenPad ')' is not preceded with whitespace. 122
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 125
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 127
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 135
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 139
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 164
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Warning
javadoc JavadocMethod @return tag should be present and have description. 204
 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. 205
 Warning
javadoc JavadocMethod Expected @param tag for 'dominant'. 205
 Warning
javadoc JavadocMethod Expected @param tag for 'recessive'. 205
 Warning
javadoc JavadocMethod Expected @param tag for 'childMergeOverride'. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
blocks LeftCurly '{' at column 86 should be on a new line. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 207
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 207
 Error
whitespace ParenPad '(' is not followed by whitespace. 210
 Error
whitespace ParenPad ')' is not preceded with whitespace. 210
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 210
 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 followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 229
 Error
blocks LeftCurly '{' at column 89 should be on a new line. 229
 Error
whitespace ParenPad '(' is not followed by whitespace. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
whitespace ParenPad ')' is not preceded with whitespace. 231
 Error
blocks LeftCurly '{' at column 106 should be on a new line. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 232
 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. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 241
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 243
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 245
 Error
whitespace ParenPad '(' is not followed by whitespace. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
blocks LeftCurly '{' at column 77 should be on a new line. 245
 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 68 should be on a new line. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 256
 Error
whitespace ParenPad '(' is not followed by whitespace. 256
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
whitespace ParenPad ')' is not preceded with whitespace. 256
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 256
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 257
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
whitespace ParenPad ')' is not preceded with whitespace. 258
 Error
blocks LeftCurly '{' at column 108 should be on a new line. 258
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 264
 Error
whitespace ParenPad '(' is not followed by whitespace. 264
 Error
whitespace ParenPad '(' is not followed by whitespace. 264
 Error
whitespace ParenPad ')' is not preceded with whitespace. 264
 Error
whitespace ParenPad ')' is not preceded with whitespace. 264
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 264
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with 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 74 should be on a new line. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 271
 Error
whitespace ParenPad ')' is not preceded with whitespace. 271
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad ')' is not preceded with whitespace. 273
 Error
whitespace ParenPad '(' is not followed by whitespace. 275
 Error
whitespace ParenPad '(' is not followed by whitespace. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 275
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 281
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 281
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 285
 Error
whitespace ParenPad ')' is not preceded with whitespace. 285
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 285
 Error
whitespace ParenPad '(' is not followed by whitespace. 288
 Error
whitespace ParenPad ')' is not preceded with whitespace. 288
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad ')' is not preceded with whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 290
 Error
whitespace ParenPad ')' is not preceded with whitespace. 290
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 290
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 292
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad ')' is not preceded with whitespace. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 294
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 294
 Error
whitespace ParenPad '(' is not followed by whitespace. 295
 Error
whitespace ParenPad ')' is not preceded with whitespace. 295
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
whitespace ParenPad ')' is not preceded with whitespace. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 303
 Error
whitespace ParenPad ')' is not preceded with whitespace. 303
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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. 305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 305
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
whitespace ParenPad ')' is not preceded with whitespace. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 308
 Error
whitespace ParenPad ')' is not preceded with whitespace. 308
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 308
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 309
 Error
whitespace ParenPad '(' is not followed by whitespace. 310
 Error
whitespace ParenPad ')' is not preceded with whitespace. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
blocks RightCurly '}' at column 25 should be alone on a line. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 317
 Error
whitespace ParenPad ')' is not preceded with whitespace. 317
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
blocks LeftCurly '{' at column 95 should be on a new line. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 319
 Error
whitespace ParenPad ')' is not preceded with whitespace. 319
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 319
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad ')' is not preceded with whitespace. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
blocks RightCurly '}' at column 29 should be alone on a line. 323
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 323
 Error
whitespace ParenPad '(' is not followed by whitespace. 324
 Error
whitespace ParenPad ')' is not preceded with whitespace. 324
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 326
 Error
whitespace ParenPad ')' is not preceded with whitespace. 326
 Error
blocks LeftCurly '{' at column 62 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 59 should be on a new line. 327
 Error
whitespace ParenPad '(' is not followed by whitespace. 328
 Error
whitespace ParenPad ')' is not preceded with whitespace. 328
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
blocks RightCurly '}' at column 21 should be alone on a line. 334
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 334
 Error
whitespace ParenPad '(' is not followed by whitespace. 335
 Error
whitespace ParenPad ')' is not preceded with whitespace. 335
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 335
 Error
whitespace ParenPad '(' is not followed by whitespace. 336
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336
 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. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 341
 Error
whitespace ParenPad '(' is not followed by whitespace. 346
 Error
whitespace ParenPad ')' is not preceded with whitespace. 346
 Error
blocks LeftCurly '{' at column 69 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
blocks LeftCurly '{' at column 36 should be on a new line. 347
 Error
whitespace ParenPad '(' is not followed by whitespace. 349
 Error
whitespace ParenPad ')' is not preceded with whitespace. 349
 Error
whitespace ParenPad '(' is not followed by whitespace. 350
 Error
whitespace ParenPad ')' is not preceded with whitespace. 350
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 351
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 351
 Error
whitespace ParenPad '(' is not followed by whitespace. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 354
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 354
 Error
whitespace ParenPad ')' is not preceded with whitespace. 358
 Error
whitespace ParenPad '(' is not followed by whitespace. 374
 Error
whitespace ParenPad ')' is not preceded with whitespace. 374
 Error
blocks LeftCurly '{' at column 58 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. 383
 Error
whitespace ParenPad ')' is not preceded with whitespace. 383
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 383
 Error
whitespace ParenPad '(' is not followed by whitespace. 384
 Error
whitespace ParenPad ')' is not preceded with whitespace. 384
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 384
 Error
whitespace ParenPad '(' is not followed by whitespace. 387
 Error
whitespace ParenPad ')' is not preceded with whitespace. 387
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 387
 Error
whitespace ParenPad '(' is not followed by whitespace. 391
 Error
whitespace ParenPad ')' is not preceded with whitespace. 391
 Error
whitespace ParenPad '(' is not followed by whitespace. 392
 Error
whitespace ParenPad ')' is not preceded with whitespace. 392
 Error
whitespace ParenPad '(' is not followed by whitespace. 393
 Error
whitespace ParenPad ')' is not preceded with whitespace. 393
 Error
whitespace ParenPad '(' is not followed by whitespace. 394
 Error
whitespace ParenPad ')' is not preceded with whitespace. 394
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 398
 Error
whitespace ParenPad '(' is not followed by whitespace. 399
 Error
whitespace ParenPad ')' is not preceded with whitespace. 399
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 403
 Error
whitespace ParenPad '(' is not followed by whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 409
 Error
whitespace ParenPad '(' is not followed by whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 411
 Error
whitespace ParenPad '(' is not followed by whitespace. 412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 412
 Error
whitespace ParenPad '(' is not followed by whitespace. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 416
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
whitespace ParenPad '(' is not followed by whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 420
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad ')' is not preceded with whitespace. 421
 Error
whitespace ParenPad '(' is not followed by whitespace. 421
 Error
whitespace ParenPad ')' is not preceded with whitespace. 421
 Error
whitespace ParenPad ')' is not preceded with whitespace. 421

org/apache/maven/internal/xml/Xpp3DomBuilder.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
blocks LeftCurly '{' at column 109 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. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 62
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 63
 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. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 72
 Error
blocks LeftCurly '{' at column 19 should be on a new line. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 77
 Error
whitespace ParenPad ')' is not preceded with whitespace. 77
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 91
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 92
 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
blocks RightCurly '}' at column 9 should be alone on a line. 101
 Error
blocks LeftCurly '{' at column 19 should be on a new line. 101
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 98 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 112 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
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad ')' is not preceded with whitespace. 123
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 133
 Error
whitespace ParenPad ')' is not preceded with whitespace. 133
 Error
blocks LeftCurly '{' at column 57 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
blocks LeftCurly '{' at column 55 should be on a new line. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 136
 Error
blocks LeftCurly '{' at column 35 should be on a new line. 136
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad ')' is not preceded with whitespace. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 140
 Error
whitespace ParenPad ')' is not preceded with whitespace. 140
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 140
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 142
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
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
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
blocks RightCurly '}' at column 17 should be alone on a line. 149
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 149
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 158
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 180
 Error
whitespace ParenPad '(' is not followed by whitespace. 181
 Error
whitespace ParenPad ')' is not preceded with whitespace. 181

org/apache/maven/internal/xml/Xpp3DomWriter.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. 31
 Error
whitespace ParenPad '(' is not followed by whitespace. 32
 Error
whitespace ParenPad ')' is not preceded with whitespace. 32
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 32
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 36
 Error
whitespace ParenPad ')' is not preceded with whitespace. 36
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37
 Error
whitespace ParenPad ')' is not preceded with whitespace. 37
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 44
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
blocks LeftCurly '{' at column 79 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. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
blocks LeftCurly '{' at column 49 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. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
blocks LeftCurly '{' at column 25 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
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 58
 Error
blocks LeftCurly '{' at column 20 should be on a new line. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59

org/codehaus/plexus/util/xml/Xpp3Dom.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 34
 Info
javadoc JavadocVariable Missing a Javadoc comment. 39
 Info
javadoc JavadocVariable Missing a Javadoc comment. 41
 Info
javadoc JavadocVariable Missing a Javadoc comment. 43
 Info
javadoc JavadocVariable Missing a Javadoc comment. 52
 Info
javadoc JavadocVariable Missing a Javadoc comment. 54
 Info
javadoc JavadocVariable Missing a Javadoc comment. 56
 Info
javadoc JavadocVariable Missing a Javadoc comment. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 33 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. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
blocks LeftCurly '{' at column 33 should be on a new line. 88
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 97
 Error
whitespace ParenPad ')' is not preceded with whitespace. 97
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 97
 Error
whitespace ParenPad '(' is not followed by whitespace. 98
 Error
whitespace ParenPad ')' is not preceded with whitespace. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 101
 Error
whitespace ParenPad ')' is not preceded with whitespace. 101
 Error
blocks LeftCurly '{' at column 29 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 45 should be on a new line. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 110
 Error
blocks LeftCurly '{' at column 25 should be on a new line. 115
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 123
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 131
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 136
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 148
 Error
whitespace ParenPad ')' is not preceded with whitespace. 148
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 148
 Error
whitespace ParenPad '(' is not followed by whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 158
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
whitespace ParenPad ')' is not preceded with whitespace. 159
 Error
blocks LeftCurly '{' at column 41 should be on a new line. 159
 Error
whitespace ParenPad '(' is not followed by whitespace. 160
 Error
whitespace ParenPad ')' is not preceded with whitespace. 160
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 162
 Error
whitespace ParenPad ')' is not preceded with whitespace. 162
 Error
blocks LeftCurly '{' at column 22 should be on a new line. 162
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 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. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178
 Error
blocks LeftCurly '{' at column 28 should be on a new line. 178
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
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. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
whitespace ParenPad '(' is not followed by whitespace. 184
 Error
whitespace ParenPad ')' is not preceded with whitespace. 184
 Error
whitespace ParenPad '(' is not followed by whitespace. 185
 Error
whitespace ParenPad ')' is not preceded with whitespace. 185
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 Error
whitespace ParenPad ')' is not preceded with whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 194
 Error
whitespace ParenPad ')' is not preceded with whitespace. 194
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 194
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad '(' is not followed by whitespace. 195
 Error
whitespace ParenPad ')' is not preceded with 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
blocks LeftCurly '{' at column 42 should be on a new line. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 200
 Error
whitespace ParenPad ')' is not preceded with whitespace. 200
 Error
whitespace ParenPad '(' is not followed by whitespace. 203
 Error
whitespace ParenPad ')' is not preceded with whitespace. 203
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 203
 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. 205
 Error
whitespace ParenPad ')' is not preceded with whitespace. 205
 Error
whitespace ParenPad '(' is not followed by whitespace. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
whitespace ParenPad ')' is not preceded with whitespace. 208
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 215
 Error
whitespace ParenPad ')' is not preceded with whitespace. 215
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 215
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 219
 Error
whitespace ParenPad ')' is not preceded with whitespace. 219
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 226
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 226
 Error
whitespace ParenPad '(' is not followed by whitespace. 227
 Error
whitespace ParenPad ')' is not preceded with whitespace. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 228
 Error
whitespace ParenPad ')' is not preceded with whitespace. 228
 Error
whitespace ParenPad '(' is not followed by whitespace. 229
 Error
whitespace ParenPad ')' is not preceded with whitespace. 230
 Error
whitespace ParenPad ')' is not preceded with whitespace. 230
 Error
whitespace ParenPad '(' is not followed by whitespace. 233
 Error
whitespace ParenPad ')' is not preceded with whitespace. 233
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 233
 Error
whitespace ParenPad '(' is not followed by whitespace. 234
 Error
whitespace ParenPad ')' is not preceded with whitespace. 234
 Error
whitespace ParenPad '(' is not followed by whitespace. 235
 Error
whitespace ParenPad ')' is not preceded with whitespace. 235
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
whitespace WhitespaceAround '{' is not followed by whitespace. 248
 Error
whitespace WhitespaceAround '}' is not preceded with whitespace. 248
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 258
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
whitespace ParenPad ')' is not preceded with whitespace. 266
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 266
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 275
 Error
whitespace ParenPad ')' is not preceded with whitespace. 275
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 275
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad ')' is not preceded with whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 279
 Error
whitespace ParenPad ')' is not preceded with whitespace. 279
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 281
 Error
whitespace ParenPad ')' is not preceded with whitespace. 281
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 324
 Error
whitespace ParenPad ')' is not preceded with whitespace. 324
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 324
 Error
whitespace ParenPad '(' is not followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 327
 Error
whitespace ParenPad '(' is not followed by whitespace. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 341
 Error
blocks LeftCurly '{' at column 105 should be on a new line. 341
 Error
whitespace ParenPad '(' is not followed by whitespace. 342
 Error
whitespace ParenPad ')' is not preceded with whitespace. 342
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 342
 Error
whitespace ParenPad '(' is not followed by whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 359
 Error
whitespace ParenPad ')' is not preceded with whitespace. 359
 Error
blocks LeftCurly '{' at column 77 should be on a new line. 359
 Error
whitespace ParenPad '(' is not followed by whitespace. 360
 Error
whitespace ParenPad ')' is not preceded with whitespace. 360
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 360
 Error
whitespace ParenPad '(' is not followed by whitespace. 361
 Error
whitespace ParenPad ')' is not preceded with whitespace. 361
 Error
whitespace ParenPad '(' is not followed by whitespace. 372
 Error
whitespace ParenPad ')' is not preceded with whitespace. 372
 Error
blocks LeftCurly '{' at column 39 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
 Error
blocks LeftCurly '{' at column 26 should be on a new line. 373
 Error
whitespace ParenPad '(' is not followed by whitespace. 377
 Error
whitespace ParenPad '(' is not followed by whitespace. 377
 Error
whitespace ParenPad ')' is not preceded with whitespace. 377
 Error
whitespace ParenPad ')' is not preceded with whitespace. 377
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 377
 Warning
coding HiddenField 'dom' hides a field. 381
 Error
whitespace ParenPad '(' is not followed by whitespace. 382
 Error
whitespace ParenPad ')' is not preceded with whitespace. 382
 Error
blocks LeftCurly '{' at column 27 should be on a new line. 386
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 391
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 395
 Error
whitespace ParenPad '(' is not followed by whitespace. 396
 Error
whitespace ParenPad ')' is not preceded with whitespace. 396
 Error
whitespace ParenPad '(' is not followed by whitespace. 399
 Error
whitespace ParenPad ')' is not preceded with whitespace. 399
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 399
 Error
whitespace ParenPad '(' is not followed by whitespace. 400
 Error
whitespace ParenPad '(' is not followed by whitespace. 400
 Error
whitespace ParenPad ')' is not preceded with whitespace. 400
 Error
whitespace ParenPad '(' is not followed by whitespace. 400
 Error
whitespace ParenPad ')' is not preceded with whitespace. 400
 Error
whitespace ParenPad ')' is not preceded with whitespace. 400
 Error
whitespace ParenPad '(' is not followed by whitespace. 403
 Error
whitespace ParenPad ')' is not preceded with whitespace. 403
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 403
 Error
whitespace ParenPad '(' is not followed by whitespace. 404
 Error
whitespace ParenPad '(' is not followed by whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
whitespace ParenPad '(' is not followed by whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
whitespace ParenPad '(' is not followed by whitespace. 407
 Warning
coding HiddenField 'dom' hides a field. 407
 Error
whitespace ParenPad ')' is not preceded with whitespace. 407
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 407
 Error
whitespace ParenPad '(' is not followed by whitespace. 408
 Error
whitespace ParenPad ')' is not preceded with whitespace. 408
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 408
 Error
whitespace ParenPad '(' is not followed by whitespace. 409
 Error
whitespace ParenPad ')' is not preceded with whitespace. 409
 Error
whitespace ParenPad '(' is not followed by whitespace. 414
 Error
whitespace ParenPad ')' is not preceded with whitespace. 414
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 414
 Error
whitespace ParenPad '(' is not followed by whitespace. 415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 418
 Error
whitespace ParenPad ')' is not preceded with whitespace. 418
 Error
whitespace ParenPad '(' is not followed by whitespace. 422
 Error
whitespace ParenPad ')' is not preceded with whitespace. 422
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 422
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 427
 Error
whitespace ParenPad '(' is not followed by whitespace. 428
 Error
whitespace ParenPad ')' is not preceded with whitespace. 428

org/codehaus/plexus/util/xml/Xpp3DomBuilder.java

Severity Category Rule Message Line
 Error
header RegexpHeader Line does not match expected header line of '^package '. 1
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 30
 Error
whitespace ParenPad '(' is not followed by whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
blocks LeftCurly '{' at column 91 should be on a new line. 33
 Error
whitespace ParenPad '(' is not followed by whitespace. 34
 Error
whitespace ParenPad ')' is not preceded with whitespace. 34
 Warning
javadoc JavadocMethod @return tag should be present and have description. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Warning
javadoc JavadocMethod Expected @param tag for 'reader'. 40
 Warning
javadoc JavadocMethod Expected @param tag for 'locationBuilder'. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 41
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
blocks LeftCurly '{' at column 109 should be on a new line. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 46
 Error
whitespace ParenPad ')' is not preceded with whitespace. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 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. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
blocks LeftCurly '{' at column 105 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
 Warning
javadoc JavadocMethod @return tag should be present and have description. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Warning
javadoc JavadocMethod Expected @param tag for 'reader'. 61
 Warning
javadoc JavadocMethod Expected @param tag for 'trim'. 61
 Warning
javadoc JavadocMethod Expected @param tag for 'locationBuilder'. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace ParenPad ')' is not preceded with whitespace. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 67
 Error
whitespace ParenPad ')' is not preceded with whitespace. 67
 Error
blocks LeftCurly '{' at column 98 should be on a new line. 67
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
blocks LeftCurly '{' at column 112 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
 Warning
javadoc JavadocMethod @return tag should be present and have description. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Warning
javadoc JavadocMethod Expected @param tag for 'parser'. 78
 Warning
javadoc JavadocMethod Expected @param tag for 'trim'. 78
 Warning
javadoc JavadocMethod Expected @param tag for 'locationBuilder'. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
blocks LeftCurly '{' at column 56 should be on a new line. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 90
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90