Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
53 2 7 4413

Files

File  I  W  E
org/codehaus/mojo/jaxb2/AbstractJaxbMojo.java 0 0 327
org/codehaus/mojo/jaxb2/NoSchemasException.java 0 0 1
org/codehaus/mojo/jaxb2/javageneration/AbstractJavaGeneratorMojo.java 0 0 353
org/codehaus/mojo/jaxb2/javageneration/SourceContentType.java 0 0 27
org/codehaus/mojo/jaxb2/javageneration/TestXjcMojo.java 0 0 68
org/codehaus/mojo/jaxb2/javageneration/XjcLogAdapter.java 0 0 45
org/codehaus/mojo/jaxb2/javageneration/XjcMojo.java 0 0 64
org/codehaus/mojo/jaxb2/javageneration/package-info.java 0 0 1
org/codehaus/mojo/jaxb2/package-info.java 0 0 1
org/codehaus/mojo/jaxb2/schemageneration/AbstractXsdGeneratorMojo.java 0 0 393
org/codehaus/mojo/jaxb2/schemageneration/SchemaGenerationMojo.java 0 0 47
org/codehaus/mojo/jaxb2/schemageneration/TestSchemaGenerationMojo.java 0 0 47
org/codehaus/mojo/jaxb2/schemageneration/XsdGeneratorHelper.java 0 0 404
org/codehaus/mojo/jaxb2/schemageneration/package-info.java 0 0 1
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/NodeProcessor.java 0 0 5
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/DefaultJavaDocRenderer.java 0 0 15
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocData.java 0 0 55
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocExtractor.java 0 0 189
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocRenderer.java 0 0 4
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/SearchableDocumentation.java 0 0 7
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/SortableLocation.java 0 0 3
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/XsdAnnotationProcessor.java 0 0 223
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/ClassLocation.java 0 0 11
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/FieldLocation.java 0 0 11
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/MethodLocation.java 0 1 30
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/PackageLocation.java 0 0 35
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/ChangeFilenameProcessor.java 0 0 39
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/ChangeNamespacePrefixProcessor.java 0 0 102
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/SimpleNamespaceResolver.java 0 0 105
org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/TransformSchema.java 0 0 24
org/codehaus/mojo/jaxb2/shared/FileSystemUtilities.java 0 0 450
org/codehaus/mojo/jaxb2/shared/Validate.java 0 0 37
org/codehaus/mojo/jaxb2/shared/arguments/ArgumentBuilder.java 0 0 112
org/codehaus/mojo/jaxb2/shared/environment/AbstractLogAwareFacet.java 1 0 6
org/codehaus/mojo/jaxb2/shared/environment/EnvironmentFacet.java 0 0 1
org/codehaus/mojo/jaxb2/shared/environment/ToolExecutionEnvironment.java 0 0 79
org/codehaus/mojo/jaxb2/shared/environment/classloading/ContextClassLoaderEnvironmentFacet.java 0 0 13
org/codehaus/mojo/jaxb2/shared/environment/classloading/ThreadContextClassLoaderBuilder.java 0 0 200
org/codehaus/mojo/jaxb2/shared/environment/classloading/ThreadContextClassLoaderHolder.java 0 0 1
org/codehaus/mojo/jaxb2/shared/environment/logging/LoggingHandlerEnvironmentFacet.java 0 0 55
org/codehaus/mojo/jaxb2/shared/environment/logging/MavenLogHandler.java 0 0 106
org/codehaus/mojo/jaxb2/shared/environment/sysprops/SystemPropertyChangeEnvironmentFacet.java 0 2 102
org/codehaus/mojo/jaxb2/shared/filters/AbstractFilter.java 1 1 95
org/codehaus/mojo/jaxb2/shared/filters/Filter.java 0 0 8
org/codehaus/mojo/jaxb2/shared/filters/Filters.java 0 0 92
org/codehaus/mojo/jaxb2/shared/filters/pattern/AbstractPatternFilter.java 0 0 145
org/codehaus/mojo/jaxb2/shared/filters/pattern/PatternFileFilter.java 0 0 58
org/codehaus/mojo/jaxb2/shared/filters/pattern/PatternURLFilter.java 0 0 31
org/codehaus/mojo/jaxb2/shared/filters/pattern/StringConverter.java 0 0 5
org/codehaus/mojo/jaxb2/shared/filters/pattern/ToStringConverter.java 0 0 6
org/codehaus/mojo/jaxb2/shared/package-info.java 0 0 1
org/codehaus/mojo/jaxb2/shared/version/DependencyInfo.java 0 1 48
org/codehaus/mojo/jaxb2/shared/version/DependsFileParser.java 0 2 125

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
807  Error
RightCurly
  • option: "alone"
99  Error
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
RedundantThrows 8  Error
design VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
2  Error
header RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
13  Error
javadoc JavadocMethod
  • scope: "protected"
5  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
5  Error
JavadocVariable
  • scope: "protected"
2  Info
naming StaticVariableName 2  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
22  Error
MethodLength 2  Error
whitespace OperatorWrap 2  Error
ParenPad
  • option: "space"
3442  Error
WhitespaceAround 9  Error

Details

org/codehaus/mojo/jaxb2/AbstractJaxbMojo.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 57
 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. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 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. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 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. 106
 Error whitespace ParenPad ')' is not preceded with whitespace. 106
 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. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error blocks LeftCurly '{' should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error blocks LeftCurly '{' should be on a new line. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error blocks LeftCurly '{' should be on a new line. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' should be on a new line. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 184
 Error whitespace ParenPad ')' is not preceded with whitespace. 184
 Error blocks LeftCurly '{' should be on a new line. 184
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error blocks LeftCurly '{' should be on a new line. 186
 Error whitespace ParenPad '(' is not followed by whitespace. 187
 Error whitespace ParenPad ')' is not preceded with whitespace. 187
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error blocks LeftCurly '{' should be on a new line. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error blocks LeftCurly '{' should be on a new line. 198
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error blocks LeftCurly '{' should be on a new line. 200
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 207
 Error blocks RightCurly '}' should be alone on a line. 209
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error blocks LeftCurly '{' should be on a new line. 209
 Error whitespace ParenPad '(' is not followed by whitespace. 210
 Error whitespace ParenPad ')' is not preceded with whitespace. 210
 Error blocks RightCurly '}' should be alone on a line. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 212
 Error whitespace ParenPad ')' is not preceded with whitespace. 212
 Error blocks LeftCurly '{' 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. 275
 Error whitespace ParenPad ')' is not preceded with whitespace. 275
 Error whitespace ParenPad '(' is not followed by whitespace. 276
 Error whitespace ParenPad ')' is not preceded with whitespace. 276
 Error blocks LeftCurly '{' should be on a new line. 276
 Error whitespace ParenPad '(' is not followed by whitespace. 279
 Error whitespace ParenPad ')' is not preceded with whitespace. 279
 Error whitespace ParenPad '(' is not followed by whitespace. 280
 Error whitespace ParenPad ')' is not preceded with whitespace. 280
 Error whitespace ParenPad '(' is not followed by whitespace. 281
 Error whitespace ParenPad ')' is not preceded with whitespace. 281
 Error whitespace ParenPad '(' is not followed by whitespace. 282
 Error whitespace ParenPad ')' is not preceded with whitespace. 282
 Error whitespace ParenPad '(' is not followed by whitespace. 283
 Error whitespace ParenPad ')' is not preceded with whitespace. 283
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 285
 Error whitespace ParenPad '(' is not followed by whitespace. 285
 Error whitespace ParenPad ')' is not preceded with whitespace. 285
 Error whitespace ParenPad ')' is not preceded with whitespace. 285
 Error whitespace ParenPad '(' is not followed by whitespace. 293
 Error whitespace ParenPad ')' is not preceded with whitespace. 293
 Error blocks LeftCurly '{' should be on a new line. 293
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296
 Error whitespace ParenPad '(' is not followed by whitespace. 298
 Error whitespace ParenPad ')' is not preceded with whitespace. 298
 Error blocks LeftCurly '{' should be on a new line. 298
 Error whitespace ParenPad '(' is not followed by whitespace. 301
 Error whitespace ParenPad ')' is not preceded with whitespace. 301
 Error whitespace ParenPad '(' is not followed by whitespace. 302
 Error whitespace ParenPad ')' is not preceded with whitespace. 302
 Error whitespace ParenPad '(' is not followed by whitespace. 303
 Error whitespace ParenPad ')' is not preceded with whitespace. 303
 Error blocks LeftCurly '{' 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. 304
 Error whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 304
 Error whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 306
 Error whitespace ParenPad ')' is not preceded with whitespace. 306
 Error whitespace ParenPad '(' is not followed by 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 followed by whitespace. 308
 Error whitespace ParenPad ')' is not preceded with whitespace. 308
 Error whitespace ParenPad ')' is not preceded with whitespace. 308
 Error blocks LeftCurly '{' should be on a new line. 330
 Error whitespace ParenPad '(' is not followed by whitespace. 332
 Error whitespace ParenPad ')' is not preceded with whitespace. 332
 Error whitespace ParenPad '(' is not followed by whitespace. 334
 Error whitespace ParenPad ')' is not preceded with whitespace. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 353
 Error whitespace ParenPad ')' is not preceded with whitespace. 353
 Error blocks LeftCurly '{' should be on a new line. 353
 Error whitespace ParenPad '(' is not followed by whitespace. 357
 Error whitespace ParenPad ')' is not preceded with whitespace. 357
 Error whitespace ParenPad '(' is not followed by whitespace. 361
 Error whitespace ParenPad '(' is not followed by whitespace. 362
 Error whitespace ParenPad ')' is not preceded with whitespace. 362
 Error whitespace ParenPad ')' is not preceded with whitespace. 363
 Error blocks LeftCurly '{' should be on a new line. 363
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad ')' is not preceded with whitespace. 366
 Error whitespace ParenPad '(' is not followed by whitespace. 369
 Error whitespace ParenPad ')' is not preceded with whitespace. 369
 Error blocks LeftCurly '{' should be on a new line. 369
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad ')' is not preceded with whitespace. 370
 Error whitespace ParenPad ')' is not preceded with whitespace. 371
 Error whitespace ParenPad '(' is not followed by whitespace. 387
 Error whitespace ParenPad ')' is not preceded with whitespace. 387
 Error blocks LeftCurly '{' should be on a new line. 387
 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. 396
 Error whitespace ParenPad ')' is not preceded with whitespace. 396
 Error whitespace ParenPad '(' is not followed by whitespace. 398
 Error whitespace ParenPad ')' is not preceded with whitespace. 398
 Error blocks LeftCurly '{' should be on a new line. 398
 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. 401
 Error whitespace ParenPad ')' is not preceded with whitespace. 401
 Error blocks LeftCurly '{' should be on a new line. 401
 Error whitespace ParenPad '(' is not followed by whitespace. 402
 Error whitespace ParenPad '(' is not followed by whitespace. 403
 Error whitespace ParenPad ')' is not preceded with whitespace. 403
 Error whitespace OperatorWrap '+' should be on a new line. 403
 Error whitespace ParenPad ')' is not preceded with whitespace. 404
 Error whitespace ParenPad '(' is not followed by whitespace. 409
 Error whitespace ParenPad ')' is not preceded with whitespace. 409
 Error blocks LeftCurly '{' should be on a new line. 416
 Error whitespace ParenPad '(' is not followed by whitespace. 418
 Error whitespace ParenPad ')' is not preceded with whitespace. 418
 Error blocks LeftCurly '{' should be on a new line. 418
 Error whitespace ParenPad '(' is not followed by whitespace. 420
 Error whitespace ParenPad ')' is not preceded with whitespace. 420
 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. 422
 Error whitespace ParenPad ')' is not preceded with whitespace. 422
 Error whitespace ParenPad '(' is not followed by whitespace. 423
 Error whitespace ParenPad ')' is not preceded with whitespace. 423
 Error whitespace ParenPad '(' is not followed by whitespace. 424
 Error whitespace ParenPad ')' is not preceded with whitespace. 424
 Error whitespace ParenPad '(' is not followed by whitespace. 427
 Error whitespace ParenPad ')' is not preceded with whitespace. 427
 Error whitespace ParenPad '(' is not followed by whitespace. 429
 Error whitespace ParenPad ')' is not preceded with whitespace. 429
 Error whitespace ParenPad '(' is not followed by whitespace. 430
 Error whitespace ParenPad ')' is not preceded with whitespace. 430
 Error whitespace ParenPad '(' is not followed by whitespace. 431
 Error whitespace ParenPad '(' is not followed by whitespace. 431
 Error whitespace ParenPad ')' is not preceded with whitespace. 431
 Error whitespace ParenPad ')' is not preceded with whitespace. 431
 Error whitespace ParenPad '(' is not followed by whitespace. 432
 Error whitespace ParenPad '(' is not followed by whitespace. 432
 Error whitespace ParenPad ')' is not preceded with whitespace. 432
 Error whitespace ParenPad ')' is not preceded with whitespace. 432
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error whitespace ParenPad '(' is not followed by whitespace. 434
 Error whitespace ParenPad '(' is not followed by whitespace. 434
 Error whitespace ParenPad ')' is not preceded with whitespace. 434
 Error whitespace ParenPad ')' is not preceded with whitespace. 434
 Error whitespace ParenPad '(' is not followed by whitespace. 435
 Error whitespace ParenPad ')' is not preceded with whitespace. 435
 Error whitespace ParenPad '(' is not followed by whitespace. 436
 Error whitespace ParenPad ')' is not preceded with whitespace. 436
 Error whitespace ParenPad '(' is not followed by whitespace. 437
 Error whitespace ParenPad ')' is not preceded with whitespace. 437
 Error whitespace ParenPad '(' is not followed by whitespace. 439
 Error whitespace ParenPad ')' is not preceded with whitespace. 439
 Error whitespace ParenPad '(' is not followed by whitespace. 442
 Error whitespace ParenPad ')' is not preceded with whitespace. 442
 Error blocks LeftCurly '{' should be on a new line. 442
 Error whitespace ParenPad '(' is not followed by whitespace. 445
 Error whitespace ParenPad ')' is not preceded with whitespace. 445
 Error blocks LeftCurly '{' should be on a new line. 445
 Error whitespace ParenPad '(' is not followed by whitespace. 446
 Error whitespace ParenPad '(' is not followed by whitespace. 446
 Error whitespace ParenPad ')' is not preceded with whitespace. 446
 Error whitespace ParenPad ')' is not preceded with whitespace. 446
 Error blocks LeftCurly '{' should be on a new line. 446
 Error whitespace ParenPad '(' is not followed by whitespace. 449
 Error whitespace ParenPad '(' is not followed by whitespace. 449
 Error whitespace ParenPad ')' is not preceded with whitespace. 449
 Error whitespace ParenPad ')' is not preceded with whitespace. 449
 Error whitespace ParenPad '(' is not followed by whitespace. 450
 Error whitespace ParenPad ')' is not preceded with whitespace. 450
 Error whitespace ParenPad '(' is not followed by whitespace. 451
 Error whitespace ParenPad ')' is not preceded with whitespace. 451
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 452
 Error whitespace ParenPad '(' is not followed by whitespace. 453
 Error whitespace ParenPad ')' is not preceded with whitespace. 453
 Error whitespace ParenPad '(' is not followed by whitespace. 454
 Error whitespace ParenPad ')' is not preceded with whitespace. 454
 Error whitespace ParenPad '(' is not followed by whitespace. 455
 Error whitespace ParenPad ')' is not preceded with whitespace. 455
 Error whitespace ParenPad '(' is not followed by whitespace. 460
 Error whitespace ParenPad ')' is not preceded with whitespace. 460
 Error whitespace ParenPad '(' is not followed by whitespace. 461
 Error whitespace ParenPad '(' is not followed by whitespace. 461
 Error whitespace ParenPad ')' is not preceded with whitespace. 461
 Error whitespace ParenPad ')' is not preceded with whitespace. 461
 Error whitespace ParenPad '(' is not followed by whitespace. 465
 Error whitespace ParenPad ')' is not preceded with whitespace. 465
 Error blocks LeftCurly '{' should be on a new line. 465
 Error whitespace ParenPad '(' is not followed by whitespace. 467
 Error whitespace ParenPad ')' is not preceded with whitespace. 467
 Error blocks LeftCurly '{' should be on a new line. 467
 Error whitespace ParenPad ')' is not preceded with whitespace. 469
 Error blocks LeftCurly '{' should be on a new line. 475
 Error whitespace ParenPad '(' is not followed by whitespace. 478
 Error whitespace ParenPad ')' is not preceded with whitespace. 478
 Error blocks LeftCurly '{' should be on a new line. 478
 Error whitespace ParenPad '(' is not followed by whitespace. 481
 Error whitespace ParenPad ')' is not preceded with whitespace. 481
 Error blocks LeftCurly '{' should be on a new line. 483
 Error whitespace ParenPad '(' is not followed by whitespace. 486
 Error whitespace ParenPad ')' is not preceded with whitespace. 486
 Error blocks LeftCurly '{' should be on a new line. 486
 Error whitespace ParenPad '(' is not followed by whitespace. 487
 Error whitespace ParenPad '(' is not followed by whitespace. 487
 Error whitespace ParenPad ')' is not preceded with whitespace. 487
 Error whitespace ParenPad ')' is not preceded with whitespace. 487
 Error blocks RightCurly '}' should be alone on a line. 489
 Error whitespace ParenPad '(' is not followed by whitespace. 489
 Error whitespace ParenPad ')' is not preceded with whitespace. 489
 Error blocks LeftCurly '{' should be on a new line. 489
 Error whitespace ParenPad '(' is not followed by whitespace. 490
 Error whitespace ParenPad ')' is not preceded with whitespace. 490
 Error blocks RightCurly '}' should be alone on a line. 493
 Error blocks LeftCurly '{' should be on a new line. 493
 Error whitespace ParenPad '(' is not followed by whitespace. 494
 Error whitespace ParenPad '(' is not followed by whitespace. 494
 Error whitespace ParenPad ')' is not preceded with whitespace. 494
 Error whitespace ParenPad ')' is not preceded with whitespace. 494
 Error blocks LeftCurly '{' should be on a new line. 494
 Error whitespace ParenPad '(' is not followed by whitespace. 495
 Error whitespace ParenPad '(' is not followed by whitespace. 496
 Error whitespace ParenPad ')' is not preceded with whitespace. 496
 Error whitespace ParenPad ')' is not preceded with whitespace. 496
 Error blocks LeftCurly '{' should be on a new line. 504
 Error whitespace ParenPad '(' is not followed by whitespace. 505
 Error whitespace ParenPad ')' is not preceded with whitespace. 505
 Error blocks LeftCurly '{' should be on a new line. 505
 Error whitespace ParenPad '(' is not followed by whitespace. 509
 Error whitespace ParenPad ')' is not preceded with whitespace. 509
 Error whitespace ParenPad '(' is not followed by whitespace. 510
 Error whitespace ParenPad ')' is not preceded with whitespace. 510
 Error whitespace ParenPad '(' is not followed by whitespace. 514
 Error whitespace ParenPad '(' is not followed by whitespace. 514
 Error whitespace ParenPad ')' is not preceded with whitespace. 514
 Error whitespace ParenPad ')' is not preceded with whitespace. 514
 Error whitespace ParenPad '(' is not followed by whitespace. 516
 Error whitespace ParenPad ')' is not preceded with whitespace. 516
 Error blocks LeftCurly '{' should be on a new line. 516
 Error whitespace ParenPad '(' is not followed by whitespace. 517
 Error whitespace ParenPad ')' is not preceded with whitespace. 517
 Error whitespace ParenPad '(' is not followed by whitespace. 519
 Error whitespace ParenPad ')' is not preceded with whitespace. 519
 Error blocks LeftCurly '{' should be on a new line. 519
 Error whitespace ParenPad '(' is not followed by whitespace. 520
 Error whitespace ParenPad ')' is not preceded with whitespace. 520
 Error whitespace ParenPad '(' is not followed by whitespace. 523
 Error whitespace ParenPad ')' is not preceded with whitespace. 523
 Error whitespace ParenPad '(' is not followed by whitespace. 524
 Error whitespace ParenPad ')' is not preceded with whitespace. 524
 Error whitespace ParenPad '(' is not followed by whitespace. 527
 Error whitespace ParenPad ')' is not preceded with whitespace. 527
 Error whitespace ParenPad '(' is not followed by whitespace. 528
 Error whitespace ParenPad ')' is not preceded with whitespace. 528
 Error whitespace ParenPad '(' is not followed by whitespace. 530
 Error whitespace ParenPad ')' is not preceded with whitespace. 531
 Error whitespace ParenPad ')' is not preceded with whitespace. 531
 Error blocks LeftCurly '{' should be on a new line. 531
 Error whitespace ParenPad '(' is not followed by whitespace. 532
 Error whitespace ParenPad ')' is not preceded with whitespace. 532
 Error whitespace ParenPad '(' is not followed by whitespace. 532
 Error whitespace ParenPad ')' is not preceded with whitespace. 532
 Error whitespace ParenPad '(' is not followed by whitespace. 532
 Error whitespace ParenPad ')' is not preceded with whitespace. 532
 Error whitespace ParenPad '(' is not followed by whitespace. 534
 Error whitespace ParenPad ')' is not preceded with whitespace. 534
 Error whitespace ParenPad '(' is not followed by whitespace. 535
 Error whitespace ParenPad ')' is not preceded with whitespace. 535
 Error whitespace ParenPad '(' is not followed by whitespace. 538
 Error whitespace ParenPad '(' is not followed by whitespace. 538
 Error whitespace ParenPad ')' is not preceded with whitespace. 538
 Error whitespace ParenPad ')' is not preceded with whitespace. 538

org/codehaus/mojo/jaxb2/NoSchemasException.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 27

org/codehaus/mojo/jaxb2/javageneration/AbstractJavaGeneratorMojo.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 56
 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. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 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. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 165
 Error whitespace ParenPad ')' is not preceded with whitespace. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 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. 189
 Error whitespace ParenPad ')' is not preceded with whitespace. 189
 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. 221
 Error whitespace ParenPad ')' is not preceded with whitespace. 221
 Error blocks LeftCurly '{' should be on a new line. 275
 Error whitespace ParenPad '(' is not followed by whitespace. 286
 Error whitespace ParenPad ')' is not preceded with whitespace. 286
 Error whitespace ParenPad '(' is not followed by whitespace. 289
 Error whitespace ParenPad ')' is not preceded with whitespace. 289
 Error blocks LeftCurly '{' should be on a new line. 289
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error blocks RightCurly '}' should be alone on a line. 291
 Error blocks LeftCurly '{' should be on a new line. 291
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296
 Error blocks LeftCurly '{' should be on a new line. 296
 Error whitespace ParenPad '(' is not followed by whitespace. 297
 Error whitespace ParenPad ')' is not preceded with whitespace. 298
 Error whitespace ParenPad '(' is not followed by whitespace. 302
 Error whitespace ParenPad ')' is not preceded with whitespace. 302
 Error blocks LeftCurly '{' should be on a new line. 302
 Error blocks LeftCurly '{' should be on a new line. 305
 Error blocks RightCurly '}' should be alone on a line. 308
 Error whitespace ParenPad '(' is not followed by whitespace. 308
 Error whitespace ParenPad ')' is not preceded with whitespace. 308
 Error blocks LeftCurly '{' should be on a new line. 308
 Error blocks LeftCurly '{' should be on a new line. 316
 Error whitespace ParenPad '(' is not followed by whitespace. 317
 Error whitespace ParenPad ')' is not preceded with whitespace. 317
 Error blocks LeftCurly '{' should be on a new line. 317
 Error whitespace ParenPad '(' is not followed by whitespace. 319
 Error whitespace ParenPad ')' is not preceded with whitespace. 319
 Error blocks LeftCurly '{' should be on a new line. 319
 Error whitespace ParenPad '(' is not followed by whitespace. 320
 Error whitespace ParenPad ')' is not preceded with whitespace. 320
 Error blocks RightCurly '}' should be alone on a line. 324
 Error blocks LeftCurly '{' should be on a new line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 325
 Error whitespace ParenPad ')' is not preceded with whitespace. 325
 Error blocks LeftCurly '{' should be on a new line. 325
 Error whitespace ParenPad '(' is not followed by whitespace. 326
 Error whitespace ParenPad ')' is not preceded with whitespace. 326
 Error whitespace ParenPad '(' is not followed by whitespace. 331
 Error whitespace ParenPad ')' is not preceded with whitespace. 331
 Error blocks LeftCurly '{' should be on a new line. 331
 Error whitespace ParenPad '(' is not followed by whitespace. 332
 Error whitespace ParenPad ')' is not preceded with whitespace. 332
 Error blocks LeftCurly '{' should be on a new line. 332
 Error whitespace ParenPad '(' is not followed by whitespace. 334
 Error whitespace ParenPad ')' is not preceded with whitespace. 334
 Error blocks LeftCurly '{' should be on a new line. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace ParenPad ')' is not preceded with whitespace. 335
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error blocks LeftCurly '{' should be on a new line. 353
 Error blocks LeftCurly '{' should be on a new line. 357
 Error blocks LeftCurly '{' should be on a new line. 361
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad '(' is not followed by whitespace. 365
 Error whitespace ParenPad ')' is not preceded with whitespace. 365
 Error whitespace ParenPad '(' is not followed by whitespace. 365
 Error whitespace ParenPad ')' is not preceded with whitespace. 365
 Error whitespace ParenPad '(' is not followed by whitespace. 366
 Error whitespace ParenPad '(' is not followed by whitespace. 366
 Error whitespace ParenPad ')' is not preceded with whitespace. 366
 Error whitespace ParenPad ')' is not preceded with whitespace. 366
 Error whitespace ParenPad ')' is not preceded with whitespace. 366
 Error whitespace ParenPad ')' is not preceded with whitespace. 372
 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. 379
 Error whitespace ParenPad ')' is not preceded with whitespace. 379
 Error blocks LeftCurly '{' should be on a new line. 379
 Error whitespace ParenPad '(' is not followed by whitespace. 380
 Error whitespace ParenPad ')' is not preceded with whitespace. 380
 Error whitespace ParenPad '(' is not followed by whitespace. 384
 Error whitespace ParenPad '(' is not followed by whitespace. 384
 Error whitespace ParenPad '(' is not followed by whitespace. 384
 Error whitespace ParenPad ')' is not preceded with whitespace. 384
 Error whitespace ParenPad ')' is not preceded with whitespace. 384
 Error whitespace ParenPad ')' is not preceded with whitespace. 384
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 388
 Error whitespace ParenPad ')' is not preceded with whitespace. 388
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error blocks LeftCurly '{' should be on a new line. 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. 392
 Error whitespace ParenPad '(' is not followed by whitespace. 392
 Error whitespace ParenPad ')' is not preceded with whitespace. 392
 Error whitespace ParenPad ')' is not preceded with whitespace. 392
 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. 395
 Error whitespace ParenPad ')' is not preceded with whitespace. 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. 397
 Error whitespace ParenPad ')' is not preceded with whitespace. 397
 Error whitespace ParenPad '(' is not followed by whitespace. 401
 Error whitespace ParenPad ')' is not preceded with whitespace. 401
 Error blocks RightCurly '}' should be alone on a line. 406
 Error blocks LeftCurly '{' should be on a new line. 406
 Error whitespace ParenPad '(' is not followed by whitespace. 408
 Error whitespace ParenPad ')' is not preceded with whitespace. 408
 Error blocks LeftCurly '{' should be on a new line. 408
 Error whitespace ParenPad '(' is not followed by whitespace. 417
 Error whitespace ParenPad ')' is not preceded with whitespace. 417
 Error blocks LeftCurly '{' should be on a new line. 417
 Error whitespace ParenPad '(' is not followed by whitespace. 420
 Error whitespace ParenPad ')' is not preceded with whitespace. 420
 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. 423
 Error whitespace ParenPad ')' is not preceded with whitespace. 423
 Error blocks LeftCurly '{' should be on a new line. 423
 Error whitespace ParenPad '(' is not followed by whitespace. 426
 Error whitespace ParenPad '(' is not followed by whitespace. 426
 Error whitespace ParenPad ')' is not preceded with whitespace. 426
 Error whitespace ParenPad ')' is not preceded with whitespace. 426
 Error blocks LeftCurly '{' should be on a new line. 426
 Error whitespace ParenPad '(' is not followed by whitespace. 427
 Error whitespace ParenPad ')' is not preceded with whitespace. 427
 Error blocks RightCurly '}' should be alone on a line. 428
 Error whitespace ParenPad '(' is not followed by whitespace. 428
 Error whitespace ParenPad '(' is not followed by whitespace. 428
 Error whitespace ParenPad ')' is not preceded with whitespace. 428
 Error whitespace ParenPad ')' is not preceded with whitespace. 428
 Error blocks LeftCurly '{' should be on a new line. 428
 Error whitespace ParenPad '(' is not followed by whitespace. 432
 Error whitespace ParenPad ')' is not preceded with whitespace. 432
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error blocks LeftCurly '{' should be on a new line. 433
 Error whitespace ParenPad '(' is not followed by whitespace. 434
 Error whitespace ParenPad ')' is not preceded with whitespace. 435
 Error whitespace ParenPad '(' is not followed by whitespace. 438
 Error whitespace ParenPad ')' is not preceded with whitespace. 438
 Error whitespace ParenPad '(' is not followed by whitespace. 439
 Error whitespace ParenPad ')' is not preceded with whitespace. 439
 Error blocks RightCurly '}' should be alone on a line. 440
 Error blocks LeftCurly '{' should be on a new line. 440
 Error whitespace ParenPad '(' is not followed by whitespace. 441
 Error whitespace ParenPad ')' is not preceded with whitespace. 441
 Error whitespace ParenPad '(' is not followed by whitespace. 444
 Error whitespace ParenPad ')' is not preceded with whitespace. 444
 Error whitespace ParenPad '(' is not followed by whitespace. 445
 Error whitespace ParenPad ')' is not preceded with whitespace. 445
 Error blocks LeftCurly '{' should be on a new line. 445
 Error whitespace ParenPad '(' is not followed by whitespace. 448
 Error whitespace ParenPad '(' is not followed by whitespace. 448
 Error whitespace ParenPad ')' is not preceded with whitespace. 448
 Error whitespace ParenPad ')' is not preceded with whitespace. 449
 Error whitespace ParenPad '(' is not followed by whitespace. 451
 Error whitespace ParenPad '(' is not followed by whitespace. 451
 Error whitespace ParenPad ')' is not preceded with whitespace. 451
 Error whitespace ParenPad ')' is not preceded with whitespace. 451
 Error whitespace ParenPad '(' is not followed by whitespace. 455
 Error whitespace ParenPad ')' is not preceded with whitespace. 455
 Error blocks RightCurly '}' should be alone on a line. 457
 Error whitespace ParenPad '(' is not followed by whitespace. 457
 Error whitespace ParenPad ')' is not preceded with whitespace. 457
 Error blocks LeftCurly '{' should be on a new line. 457
 Error blocks RightCurly '}' should be alone on a line. 459
 Error whitespace ParenPad '(' is not followed by whitespace. 459
 Error whitespace ParenPad ')' is not preceded with whitespace. 459
 Error blocks LeftCurly '{' should be on a new line. 459
 Error whitespace ParenPad '(' is not followed by whitespace. 460
 Error whitespace ParenPad ')' is not preceded with whitespace. 460
 Error blocks LeftCurly '{' should be on a new line. 460
 Error whitespace ParenPad '(' is not followed by whitespace. 461
 Error whitespace ParenPad ')' is not preceded with whitespace. 461
 Error blocks RightCurly '}' should be alone on a line. 463
 Error whitespace ParenPad '(' is not followed by whitespace. 463
 Error whitespace ParenPad ')' is not preceded with whitespace. 463
 Error blocks LeftCurly '{' should be on a new line. 463
 Error whitespace ParenPad '(' is not followed by whitespace. 464
 Error whitespace ParenPad ')' is not preceded with whitespace. 464
 Error whitespace ParenPad '(' is not followed by whitespace. 503
 Error whitespace ParenPad ')' is not preceded with whitespace. 503
 Error whitespace ParenPad '(' is not followed by whitespace. 509
 Error whitespace ParenPad ')' is not preceded with whitespace. 509
 Error blocks LeftCurly '{' should be on a new line. 509
 Error whitespace ParenPad '(' is not followed by whitespace. 511
 Error whitespace ParenPad ')' is not preceded with whitespace. 511
 Error blocks LeftCurly '{' should be on a new line. 511
 Error whitespace ParenPad '(' is not followed by whitespace. 515
 Error whitespace ParenPad ')' is not preceded with whitespace. 515
 Error whitespace ParenPad '(' is not followed by whitespace. 518
 Error whitespace ParenPad ')' is not preceded with whitespace. 518
 Error whitespace ParenPad '(' is not followed by whitespace. 521
 Error whitespace ParenPad ')' is not preceded with whitespace. 521
 Error whitespace ParenPad '(' is not followed by whitespace. 525
 Error whitespace ParenPad ')' is not preceded with whitespace. 525
 Error blocks LeftCurly '{' should be on a new line. 526
 Error whitespace ParenPad '(' is not followed by whitespace. 531
 Error whitespace ParenPad ')' is not preceded with whitespace. 531
 Error whitespace ParenPad '(' is not followed by whitespace. 532
 Error whitespace ParenPad ')' is not preceded with whitespace. 532
 Error whitespace ParenPad '(' is not followed by whitespace. 533
 Error whitespace ParenPad ')' is not preceded with whitespace. 533
 Error whitespace ParenPad '(' is not followed by whitespace. 534
 Error whitespace ParenPad ')' is not preceded with whitespace. 534
 Error whitespace ParenPad '(' is not followed by whitespace. 535
 Error whitespace ParenPad ')' is not preceded with whitespace. 535
 Error whitespace ParenPad '(' is not followed by whitespace. 536
 Error whitespace ParenPad ')' is not preceded with whitespace. 536
 Error whitespace ParenPad '(' is not followed by whitespace. 537
 Error whitespace ParenPad ')' is not preceded with whitespace. 537
 Error whitespace ParenPad '(' is not followed by whitespace. 538
 Error whitespace ParenPad ')' is not preceded with whitespace. 538
 Error whitespace ParenPad '(' is not followed by whitespace. 539
 Error whitespace ParenPad ')' is not preceded with whitespace. 539
 Error whitespace ParenPad '(' is not followed by whitespace. 540
 Error whitespace ParenPad ')' is not preceded with whitespace. 540
 Error whitespace ParenPad '(' is not followed by whitespace. 544
 Error whitespace ParenPad '(' is not followed by whitespace. 544
 Error whitespace ParenPad ')' is not preceded with whitespace. 544
 Error whitespace ParenPad ')' is not preceded with whitespace. 544
 Error whitespace ParenPad '(' is not followed by whitespace. 545
 Error whitespace ParenPad '(' is not followed by whitespace. 545
 Error whitespace ParenPad ')' is not preceded with whitespace. 545
 Error whitespace ParenPad ')' is not preceded with whitespace. 545
 Error whitespace ParenPad '(' is not followed by whitespace. 546
 Error whitespace ParenPad ')' is not preceded with whitespace. 546
 Error whitespace ParenPad '(' is not followed by whitespace. 547
 Error whitespace ParenPad ')' is not preceded with whitespace. 547
 Error whitespace ParenPad '(' is not followed by whitespace. 548
 Error whitespace ParenPad ')' is not preceded with whitespace. 548
 Error whitespace ParenPad '(' is not followed by whitespace. 549
 Error whitespace ParenPad ')' is not preceded with whitespace. 549
 Error whitespace ParenPad '(' is not followed by whitespace. 551
 Error whitespace ParenPad ')' is not preceded with whitespace. 551
 Error blocks LeftCurly '{' should be on a new line. 551
 Error whitespace ParenPad '(' is not followed by whitespace. 554
 Error whitespace ParenPad ')' is not preceded with whitespace. 554
 Error blocks LeftCurly '{' should be on a new line. 554
 Error whitespace ParenPad '(' is not followed by whitespace. 556
 Error whitespace ParenPad ')' is not preceded with whitespace. 556
 Error blocks LeftCurly '{' should be on a new line. 556
 Error whitespace ParenPad '(' is not followed by whitespace. 557
 Error whitespace ParenPad ')' is not preceded with whitespace. 558
 Error whitespace ParenPad '(' is not followed by whitespace. 560
 Error whitespace ParenPad ')' is not preceded with whitespace. 560
 Error whitespace ParenPad '(' is not followed by whitespace. 563
 Error whitespace ParenPad ')' is not preceded with whitespace. 563
 Error whitespace ParenPad '(' is not followed by whitespace. 564
 Error whitespace ParenPad '(' is not followed by whitespace. 564
 Error whitespace ParenPad ')' is not preceded with whitespace. 564
 Error whitespace ParenPad ')' is not preceded with whitespace. 564
 Error whitespace ParenPad '(' is not followed by whitespace. 566
 Error whitespace ParenPad ')' is not preceded with whitespace. 566
 Error blocks LeftCurly '{' should be on a new line. 566
 Error whitespace ParenPad '(' is not followed by whitespace. 567
 Error whitespace ParenPad '(' is not followed by whitespace. 567
 Error whitespace ParenPad ')' is not preceded with whitespace. 567
 Error whitespace ParenPad ')' is not preceded with whitespace. 567
 Error whitespace ParenPad '(' is not followed by whitespace. 570
 Error whitespace ParenPad ')' is not preceded with whitespace. 570
 Error blocks LeftCurly '{' should be on a new line. 570
 Error whitespace ParenPad '(' is not followed by whitespace. 571
 Error whitespace ParenPad ')' is not preceded with whitespace. 571
 Error whitespace ParenPad '(' is not followed by whitespace. 574
 Error whitespace ParenPad ')' is not preceded with whitespace. 574
 Error blocks LeftCurly '{' should be on a new line. 574
 Error whitespace ParenPad ')' is not preceded with whitespace. 578
 Error whitespace ParenPad '(' is not followed by whitespace. 581
 Error whitespace ParenPad ')' is not preceded with whitespace. 581
 Error whitespace ParenPad '(' is not followed by whitespace. 585
 Error whitespace ParenPad ')' is not preceded with whitespace. 585
 Error blocks LeftCurly '{' should be on a new line. 585
 Error whitespace ParenPad '(' is not followed by whitespace. 588
 Error whitespace ParenPad ')' is not preceded with whitespace. 588
 Error blocks RightCurly '}' should be alone on a line. 591
 Error blocks LeftCurly '{' should be on a new line. 591
 Error whitespace ParenPad '(' is not followed by whitespace. 594
 Error whitespace ParenPad ')' is not preceded with whitespace. 594
 Error blocks LeftCurly '{' should be on a new line. 594
 Error whitespace ParenPad '(' is not followed by whitespace. 597
 Error whitespace ParenPad '(' is not followed by whitespace. 597
 Error whitespace ParenPad ')' is not preceded with whitespace. 597
 Error whitespace ParenPad ')' is not preceded with whitespace. 597
 Error blocks LeftCurly '{' should be on a new line. 597
 Error whitespace ParenPad '(' is not followed by whitespace. 598
 Error whitespace ParenPad ')' is not preceded with whitespace. 600
 Error whitespace ParenPad ')' is not preceded with whitespace. 600
 Error blocks RightCurly '}' should be alone on a line. 601
 Error blocks LeftCurly '{' should be on a new line. 601
 Error whitespace ParenPad '(' is not followed by whitespace. 602
 Error whitespace ParenPad ')' is not preceded with whitespace. 602
 Error whitespace ParenPad '(' is not followed by whitespace. 606
 Error whitespace ParenPad ')' is not preceded with whitespace. 606
 Error whitespace ParenPad '(' is not followed by whitespace. 610
 Error whitespace ParenPad ')' is not preceded with whitespace. 610
 Error whitespace ParenPad '(' is not followed by whitespace. 613
 Error whitespace ParenPad ')' is not preceded with whitespace. 613
 Error blocks LeftCurly '{' should be on a new line. 613
 Error whitespace ParenPad '(' is not followed by whitespace. 616
 Error whitespace ParenPad ')' is not preceded with whitespace. 616
 Error blocks LeftCurly '{' should be on a new line. 616
 Error whitespace ParenPad '(' is not followed by whitespace. 626
 Error whitespace ParenPad ')' is not preceded with whitespace. 626
 Error blocks LeftCurly '{' should be on a new line. 626
 Error whitespace ParenPad '(' is not followed by whitespace. 629
 Error whitespace ParenPad ')' is not preceded with whitespace. 629
 Error whitespace ParenPad '(' is not followed by whitespace. 632
 Error whitespace ParenPad ')' is not preceded with whitespace. 632
 Error blocks LeftCurly '{' should be on a new line. 632
 Error whitespace ParenPad '(' is not followed by whitespace. 633
 Error whitespace ParenPad ')' is not preceded with whitespace. 633
 Error whitespace ParenPad '(' is not followed by whitespace. 633
 Error whitespace ParenPad ')' is not preceded with whitespace. 633
 Error whitespace ParenPad '(' is not followed by whitespace. 636
 Error whitespace ParenPad ')' is not preceded with whitespace. 636
 Error whitespace ParenPad '(' is not followed by whitespace. 640
 Error whitespace ParenPad ')' is not preceded with whitespace. 640
 Error whitespace ParenPad '(' is not followed by whitespace. 640
 Error whitespace ParenPad ')' is not preceded with whitespace. 640
 Error whitespace ParenPad '(' is not followed by whitespace. 640
 Error whitespace ParenPad ')' is not preceded with whitespace. 640

org/codehaus/mojo/jaxb2/javageneration/SourceContentType.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' 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
 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
 Error whitespace ParenPad ')' is not preceded with whitespace. 50
 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. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 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. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error blocks LeftCurly '{' should be on a new line. 123
 Error blocks LeftCurly '{' should be on a new line. 130

org/codehaus/mojo/jaxb2/javageneration/TestXjcMojo.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error blocks LeftCurly '{' should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 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. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error sizes LineLength Line is longer than 120 characters (found 152). 178
 Error sizes LineLength Line is longer than 120 characters (found 152). 179
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error sizes LineLength Line is longer than 120 characters (found 152). 206
 Error sizes LineLength Line is longer than 120 characters (found 152). 207
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error whitespace ParenPad '(' is not followed by whitespace. 224
 Error whitespace ParenPad ')' is not preceded with whitespace. 224
 Error blocks LeftCurly '{' should be on a new line. 231
 Error blocks LeftCurly '{' should be on a new line. 239
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 244
 Error whitespace ParenPad '(' is not followed by whitespace. 250
 Error whitespace ParenPad ')' is not preceded with whitespace. 250
 Error whitespace ParenPad ')' is not preceded with whitespace. 253
 Error blocks LeftCurly '{' should be on a new line. 260
 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. 273
 Error blocks LeftCurly '{' should be on a new line. 280
 Error blocks LeftCurly '{' should be on a new line. 288
 Error blocks LeftCurly '{' should be on a new line. 296
 Error blocks LeftCurly '{' should be on a new line. 297
 Error blocks RightCurly '}' should be alone on a line. 299
 Error whitespace ParenPad '(' is not followed by whitespace. 299
 Error whitespace ParenPad ')' is not preceded with whitespace. 299
 Error blocks LeftCurly '{' should be on a new line. 299
 Error whitespace ParenPad '(' is not followed by whitespace. 300
 Error whitespace ParenPad ')' is not preceded with whitespace. 300
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 316
 Error whitespace ParenPad ')' is not preceded with whitespace. 316
 Error blocks LeftCurly '{' should be on a new line. 316
 Error whitespace ParenPad '(' is not followed by whitespace. 317
 Error whitespace ParenPad ')' is not preceded with whitespace. 317

org/codehaus/mojo/jaxb2/javageneration/XjcLogAdapter.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 33
 Error whitespace ParenPad '(' is not followed by whitespace. 43
 Error whitespace ParenPad ')' is not preceded with whitespace. 43
 Error blocks LeftCurly '{' should be on a new line. 43
 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. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' 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 LeftCurly '{' 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. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error blocks LeftCurly '{' should be on a new line. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error blocks LeftCurly '{' should be on a new line. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error blocks LeftCurly '{' should be on a new line. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error blocks LeftCurly '{' should be on a new line. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error blocks LeftCurly '{' should be on a new line. 98

org/codehaus/mojo/jaxb2/javageneration/XjcMojo.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error blocks LeftCurly '{' should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 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. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 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. 233
 Error whitespace ParenPad ')' is not preceded with whitespace. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 239
 Error whitespace ParenPad ')' is not preceded with whitespace. 239
 Error blocks LeftCurly '{' should be on a new line. 246
 Error blocks LeftCurly '{' should be on a new line. 254
 Error whitespace ParenPad '(' is not followed by whitespace. 259
 Error whitespace ParenPad ')' is not preceded with whitespace. 259
 Error whitespace ParenPad '(' is not followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 267
 Error blocks LeftCurly '{' should be on a new line. 274
 Error whitespace ParenPad '(' is not followed by whitespace. 279
 Error whitespace ParenPad ')' is not preceded with whitespace. 279
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 Error blocks LeftCurly '{' should be on a new line. 294
 Error blocks LeftCurly '{' should be on a new line. 302
 Error blocks LeftCurly '{' should be on a new line. 310
 Error blocks LeftCurly '{' should be on a new line. 311
 Error blocks RightCurly '}' 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 '{' should be on a new line. 313
 Error whitespace ParenPad '(' is not followed by whitespace. 314
 Error whitespace ParenPad ')' is not preceded with whitespace. 314
 Error blocks LeftCurly '{' should be on a new line. 322
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error whitespace ParenPad '(' is not followed by whitespace. 330
 Error whitespace ParenPad ')' is not preceded with whitespace. 330
 Error blocks LeftCurly '{' 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

org/codehaus/mojo/jaxb2/javageneration/package-info.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1

org/codehaus/mojo/jaxb2/package-info.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1

org/codehaus/mojo/jaxb2/schemageneration/AbstractXsdGeneratorMojo.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 69
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad '(' is not 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 preceded with whitespace. 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. 105
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error sizes LineLength Line is longer than 120 characters (found 123). 115
 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. 168
 Error whitespace ParenPad ')' is not preceded with whitespace. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 187
 Error whitespace ParenPad ')' is not preceded with whitespace. 187
 Error blocks LeftCurly '{' should be on a new line. 195
 Error whitespace ParenPad '(' is not followed by whitespace. 199
 Error whitespace ParenPad '(' is not followed by whitespace. 199
 Error whitespace ParenPad ')' is not preceded with whitespace. 199
 Error whitespace ParenPad ')' is not preceded with whitespace. 199
 Error blocks LeftCurly '{' should be on a new line. 199
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error whitespace ParenPad '(' is not followed by whitespace. 204
 Error whitespace ParenPad ')' is not preceded with whitespace. 204
 Error blocks LeftCurly '{' should be on a new line. 204
 Error whitespace ParenPad '(' is not followed by whitespace. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error blocks LeftCurly '{' should be on a new line. 217
 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. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 231
 Error blocks LeftCurly '{' 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 RightCurly '}' should be alone on a line. 233
 Error blocks LeftCurly '{' should be on a new line. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 237
 Error whitespace ParenPad ')' is not preceded with whitespace. 237
 Error blocks LeftCurly '{' should be on a new line. 237
 Error whitespace ParenPad '(' is not followed by whitespace. 238
 Error whitespace ParenPad ')' is not preceded with whitespace. 239
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error blocks LeftCurly '{' should be on a new line. 243
 Error blocks LeftCurly '{' should be on a new line. 246
 Error blocks RightCurly '}' should be alone on a line. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error blocks LeftCurly '{' should be on a new line. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 251
 Error whitespace ParenPad ')' is not preceded with whitespace. 251
 Error blocks LeftCurly '{' should be on a new line. 251
 Error whitespace ParenPad '(' is not followed by whitespace. 252
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error blocks LeftCurly '{' should be on a new line. 261
 Error whitespace ParenPad '(' is not followed by whitespace. 262
 Error whitespace ParenPad ')' is not preceded with whitespace. 262
 Error blocks LeftCurly '{' should be on a new line. 262
 Error whitespace ParenPad '(' is not followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 264
 Error blocks LeftCurly '{' 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 blocks RightCurly '}' should be alone on a line. 269
 Error blocks LeftCurly '{' should be on a new line. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks LeftCurly '{' 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 sizes MethodLength Method length is 183 lines (max allowed is 150). 284
 Error blocks LeftCurly '{' should be on a new line. 285
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 295
 Error whitespace ParenPad ')' is not preceded with whitespace. 295
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296
 Error whitespace ParenPad '(' is not 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 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. 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 preceded with whitespace. 318
 Error whitespace ParenPad '(' is not followed by whitespace. 322
 Error whitespace ParenPad ')' is not preceded with whitespace. 322
 Error blocks LeftCurly '{' should be on a new line. 322
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error blocks LeftCurly '{' should be on a new line. 326
 Error whitespace ParenPad ')' is not preceded with whitespace. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 336
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error blocks LeftCurly '{' should be on a new line. 336
 Error whitespace ParenPad '(' is not followed by whitespace. 337
 Error whitespace ParenPad ')' is not preceded with whitespace. 341
 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 whitespace ParenPad ')' is not preceded with whitespace. 351
 Error whitespace ParenPad '(' is not followed by whitespace. 352
 Error whitespace ParenPad ')' is not preceded with whitespace. 352
 Error blocks LeftCurly '{' should be on a new line. 352
 Error whitespace ParenPad '(' is not followed by whitespace. 355
 Error whitespace ParenPad ')' is not preceded with whitespace. 355
 Error whitespace ParenPad '(' is not followed by whitespace. 356
 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. 360
 Error whitespace ParenPad ')' is not preceded with whitespace. 360
 Error whitespace ParenPad '(' is not followed by whitespace. 361
 Error whitespace ParenPad ')' is not preceded with whitespace. 361
 Error whitespace ParenPad '(' is not followed by whitespace. 373
 Error whitespace ParenPad ')' is not preceded with whitespace. 373
 Error blocks LeftCurly '{' should be on a new line. 373
 Error whitespace ParenPad '(' is not followed by whitespace. 378
 Error whitespace ParenPad ')' is not preceded with whitespace. 378
 Error whitespace ParenPad '(' is not followed by whitespace. 380
 Error whitespace ParenPad ')' is not preceded with whitespace. 380
 Error blocks LeftCurly '{' should be on a new line. 380
 Error whitespace ParenPad '(' is not followed by whitespace. 382
 Error whitespace ParenPad ')' is not preceded with whitespace. 382
 Error blocks LeftCurly '{' should be on a new line. 382
 Error whitespace ParenPad '(' is not followed by whitespace. 383
 Error whitespace ParenPad ')' is not preceded with whitespace. 383
 Error whitespace ParenPad '(' is not followed by whitespace. 388
 Error whitespace ParenPad ')' is not preceded with whitespace. 388
 Error blocks LeftCurly '{' should be on a new line. 388
 Error whitespace ParenPad '(' is not followed by whitespace. 389
 Error whitespace ParenPad '(' is not followed by whitespace. 389
 Error whitespace ParenPad ')' is not preceded with whitespace. 389
 Error whitespace ParenPad ')' is not preceded with whitespace. 389
 Error blocks LeftCurly '{' should be on a new line. 389
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error blocks LeftCurly '{' should be on a new line. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 392
 Error whitespace ParenPad ')' is not preceded with whitespace. 392
 Error blocks RightCurly '}' should be alone on a line. 393
 Error blocks LeftCurly '{' should be on a new line. 393
 Error whitespace ParenPad '(' is not followed by whitespace. 394
 Error whitespace ParenPad ')' is not preceded with whitespace. 394
 Error blocks LeftCurly '{' should be on a new line. 394
 Error whitespace ParenPad '(' is not followed by whitespace. 395
 Error whitespace ParenPad ')' is not preceded with whitespace. 395
 Error whitespace ParenPad ')' is not preceded with whitespace. 402
 Error whitespace ParenPad '(' is not followed by whitespace. 405
 Error whitespace ParenPad ')' is not preceded with whitespace. 405
 Error whitespace ParenPad '(' is not followed by whitespace. 405
 Error whitespace ParenPad ')' is not preceded with whitespace. 405
 Error whitespace ParenPad '(' is not followed by whitespace. 412
 Error whitespace ParenPad ')' is not preceded with whitespace. 415
 Error whitespace ParenPad '(' is not followed by whitespace. 417
 Error whitespace ParenPad ')' is not preceded with whitespace. 417
 Error blocks LeftCurly '{' should be on a new line. 417
 Error whitespace ParenPad '(' is not followed by 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 '{' should be on a new line. 422
 Error whitespace ParenPad '(' is not followed by whitespace. 424
 Error whitespace ParenPad ')' is not preceded with whitespace. 424
 Error blocks LeftCurly '{' should be on a new line. 424
 Error whitespace ParenPad '(' is not followed by whitespace. 425
 Error whitespace ParenPad ')' is not preceded with whitespace. 425
 Error whitespace ParenPad '(' is not followed by whitespace. 429
 Error whitespace ParenPad ')' is not preceded with whitespace. 432
 Error whitespace ParenPad '(' is not followed by whitespace. 435
 Error whitespace ParenPad ')' is not preceded with whitespace. 438
 Error blocks RightCurly '}' should be alone on a line. 442
 Error whitespace ParenPad '(' is not followed by whitespace. 442
 Error whitespace ParenPad ')' is not preceded with whitespace. 442
 Error blocks LeftCurly '{' should be on a new line. 442
 Error blocks RightCurly '}' should be alone on a line. 444
 Error whitespace ParenPad '(' is not followed by whitespace. 444
 Error whitespace ParenPad ')' is not preceded with whitespace. 444
 Error blocks LeftCurly '{' should be on a new line. 444
 Error sizes LineLength Line is longer than 120 characters (found 122). 445
 Error whitespace ParenPad '(' is not followed by whitespace. 445
 Error whitespace ParenPad ')' is not preceded with whitespace. 445
 Error whitespace ParenPad '(' is not followed by whitespace. 446
 Error whitespace ParenPad ')' is not preceded with whitespace. 446
 Error blocks RightCurly '}' should be alone on a line. 447
 Error whitespace ParenPad '(' is not followed by whitespace. 447
 Error whitespace ParenPad ')' is not preceded with whitespace. 447
 Error blocks LeftCurly '{' should be on a new line. 447
 Error whitespace ParenPad '(' is not followed by whitespace. 448
 Error whitespace ParenPad ')' is not preceded with whitespace. 448
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 452
 Error blocks RightCurly '}' should be alone on a line. 457
 Error blocks LeftCurly '{' should be on a new line. 457
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 460
 Error whitespace ParenPad '(' is not followed by whitespace. 460
 Error whitespace ParenPad ')' is not preceded with whitespace. 460
 Error blocks LeftCurly '{' should be on a new line. 460
 Error whitespace ParenPad '(' is not followed by whitespace. 499
 Error whitespace ParenPad ')' is not preceded with whitespace. 501
 Error blocks LeftCurly '{' should be on a new line. 502
 Error whitespace ParenPad '(' is not followed by whitespace. 511
 Error whitespace ParenPad '(' is not followed by whitespace. 511
 Error whitespace ParenPad ')' is not preceded with whitespace. 511
 Error whitespace ParenPad ')' is not preceded with whitespace. 511
 Error whitespace ParenPad '(' is not followed by whitespace. 512
 Error whitespace ParenPad ')' is not preceded with whitespace. 512
 Error whitespace ParenPad '(' is not followed by whitespace. 513
 Error whitespace ParenPad ')' is not preceded with whitespace. 513
 Error whitespace ParenPad '(' is not followed by whitespace. 515
 Error whitespace ParenPad ')' is not preceded with whitespace. 515
 Error blocks LeftCurly '{' should be on a new line. 515
 Error whitespace ParenPad '(' is not followed by whitespace. 516
 Error whitespace ParenPad ')' is not preceded with whitespace. 516
 Error whitespace ParenPad '(' is not followed by whitespace. 517
 Error whitespace ParenPad '(' is not followed by whitespace. 517
 Error whitespace ParenPad ')' is not preceded with whitespace. 517
 Error whitespace ParenPad ')' is not preceded with whitespace. 517
 Error blocks LeftCurly '{' should be on a new line. 520
 Error sizes LineLength Line is longer than 120 characters (found 121). 530
 Error whitespace ParenPad '(' is not followed by whitespace. 540
 Error whitespace ParenPad '(' is not followed by whitespace. 540
 Error whitespace ParenPad ')' is not preceded with whitespace. 540
 Error whitespace ParenPad ')' is not preceded with whitespace. 540
 Error blocks RightCurly '}' should be alone on a line. 541
 Error whitespace ParenPad '(' is not followed by whitespace. 541
 Error whitespace ParenPad ')' is not preceded with whitespace. 541
 Error blocks LeftCurly '{' should be on a new line. 541
 Error whitespace ParenPad '(' is not followed by whitespace. 542
 Error whitespace ParenPad ')' is not preceded with whitespace. 542
 Error whitespace ParenPad '(' is not followed by whitespace. 546
 Error whitespace ParenPad ')' is not preceded with whitespace. 546
 Error sizes MethodLength Method length is 186 lines (max allowed is 150). 576
 Error whitespace ParenPad '(' is not followed by whitespace. 576
 Error whitespace ParenPad ')' is not preceded with whitespace. 576
 Error blocks LeftCurly '{' should be on a new line. 577
 Error whitespace ParenPad '(' is not followed by whitespace. 581
 Error whitespace ParenPad '(' is not followed by whitespace. 581
 Error whitespace ParenPad ')' is not preceded with whitespace. 581
 Error whitespace ParenPad ')' is not preceded with whitespace. 581
 Error whitespace ParenPad '(' is not followed by whitespace. 584
 Error whitespace ParenPad ')' is not preceded with whitespace. 584
 Error blocks LeftCurly '{' should be on a new line. 584
 Error whitespace ParenPad '(' is not followed by whitespace. 586
 Error whitespace ParenPad '(' is not followed by whitespace. 586
 Error whitespace ParenPad ')' is not preceded with whitespace. 586
 Error whitespace ParenPad ')' is not preceded with whitespace. 586
 Error whitespace ParenPad '(' is not followed by whitespace. 590
 Error whitespace ParenPad ')' is not preceded with whitespace. 590
 Error whitespace ParenPad ')' is not preceded with whitespace. 591
 Error whitespace ParenPad '(' is not followed by whitespace. 593
 Error whitespace ParenPad ')' is not preceded with whitespace. 593
 Error blocks LeftCurly '{' should be on a new line. 593
 Error whitespace ParenPad '(' is not followed by whitespace. 594
 Error whitespace ParenPad '(' is not followed by whitespace. 595
 Error whitespace ParenPad ')' is not preceded with whitespace. 595
 Error whitespace ParenPad '(' is not followed by whitespace. 596
 Error whitespace ParenPad ')' is not preceded with whitespace. 596
 Error whitespace ParenPad '(' is not followed by whitespace. 599
 Error whitespace ParenPad ')' is not preceded with whitespace. 599
 Error whitespace ParenPad ')' is not preceded with whitespace. 599
 Error whitespace ParenPad '(' is not followed by whitespace. 604
 Error whitespace ParenPad ')' is not preceded with whitespace. 604
 Error whitespace ParenPad '(' is not followed by whitespace. 605
 Error whitespace ParenPad '(' is not followed by whitespace. 605
 Error whitespace ParenPad ')' is not preceded with whitespace. 605
 Error whitespace ParenPad ')' is not preceded with whitespace. 605
 Error whitespace ParenPad '(' is not followed by whitespace. 608
 Error whitespace ParenPad ')' is not preceded with whitespace. 608
 Error blocks LeftCurly '{' should be on a new line. 608
 Error whitespace ParenPad '(' is not followed by whitespace. 609
 Error whitespace ParenPad ')' is not preceded with whitespace. 609
 Error blocks LeftCurly '{' should be on a new line. 609
 Error whitespace ParenPad '(' is not followed by whitespace. 612
 Error whitespace ParenPad '(' is not followed by whitespace. 612
 Error whitespace ParenPad ')' is not preceded with whitespace. 612
 Error whitespace ParenPad ')' is not preceded with whitespace. 612
 Error blocks LeftCurly '{' should be on a new line. 612
 Error whitespace ParenPad '(' is not followed by whitespace. 613
 Error whitespace ParenPad ')' is not preceded with whitespace. 613
 Error blocks LeftCurly '{' should be on a new line. 613
 Error whitespace ParenPad '(' is not followed by whitespace. 614
 Error whitespace ParenPad '(' is not followed by whitespace. 615
 Error whitespace ParenPad ')' is not preceded with whitespace. 615
 Error whitespace ParenPad ')' is not preceded with whitespace. 616
 Error blocks RightCurly '}' should be alone on a line. 618
 Error blocks LeftCurly '{' should be on a new line. 618
 Error whitespace ParenPad '(' is not followed by whitespace. 619
 Error whitespace ParenPad ')' is not preceded with whitespace. 619
 Error whitespace ParenPad '(' is not followed by whitespace. 743
 Error whitespace ParenPad ')' is not preceded with whitespace. 743
 Error blocks LeftCurly '{' should be on a new line. 743
 Error whitespace ParenPad '(' is not followed by whitespace. 746
 Error whitespace ParenPad ')' is not preceded with whitespace. 746
 Error whitespace ParenPad '(' is not followed by whitespace. 749
 Error whitespace ParenPad ')' is not preceded with whitespace. 749
 Error blocks LeftCurly '{' should be on a new line. 749
 Error whitespace ParenPad '(' is not followed by whitespace. 750
 Error whitespace ParenPad '(' is not followed by whitespace. 750
 Error whitespace ParenPad ')' is not preceded with whitespace. 750
 Error whitespace ParenPad ')' is not preceded with whitespace. 751
 Error whitespace ParenPad '(' is not followed by whitespace. 753
 Error whitespace ParenPad ')' is not preceded with whitespace. 753
 Error whitespace ParenPad '(' is not followed by whitespace. 757
 Error whitespace ParenPad ')' is not preceded with whitespace. 757
 Error whitespace ParenPad '(' is not followed by whitespace. 758
 Error whitespace ParenPad ')' is not preceded with whitespace. 758
 Error whitespace ParenPad '(' is not followed by whitespace. 764
 Error whitespace ParenPad ')' is not preceded with whitespace. 768
 Error blocks LeftCurly '{' should be on a new line. 768
 Error whitespace ParenPad '(' is not followed by whitespace. 771
 Error whitespace ParenPad '(' is not followed by whitespace. 772
 Error whitespace ParenPad ')' is not preceded with whitespace. 772
 Error whitespace ParenPad ')' is not preceded with whitespace. 772
 Error whitespace ParenPad '(' is not followed by whitespace. 773
 Error whitespace ParenPad ')' is not preceded with whitespace. 773
 Error whitespace ParenPad '(' is not followed by whitespace. 774
 Error whitespace ParenPad ')' is not preceded with whitespace. 774
 Error whitespace ParenPad '(' is not followed by whitespace. 775
 Error whitespace ParenPad ')' is not preceded with whitespace. 775
 Error whitespace ParenPad '(' is not followed by whitespace. 776
 Error whitespace ParenPad ')' is not preceded with whitespace. 776
 Error whitespace ParenPad '(' is not followed by whitespace. 777
 Error whitespace ParenPad ')' is not preceded with whitespace. 777
 Error whitespace ParenPad '(' is not followed by whitespace. 777
 Error whitespace ParenPad ')' is not preceded with whitespace. 777
 Error whitespace ParenPad '(' is not followed by whitespace. 777
 Error whitespace ParenPad ')' is not preceded with whitespace. 777
 Error whitespace ParenPad '(' is not followed by whitespace. 778
 Error whitespace ParenPad ')' is not preceded with whitespace. 778
 Error whitespace ParenPad '(' is not followed by whitespace. 779
 Error whitespace ParenPad ')' is not preceded with whitespace. 779
 Error whitespace ParenPad '(' is not followed by whitespace. 781
 Error whitespace ParenPad ')' is not preceded with whitespace. 781
 Error whitespace ParenPad '(' is not followed by whitespace. 782
 Error whitespace ParenPad ')' is not preceded with whitespace. 782
 Error blocks LeftCurly '{' should be on a new line. 782
 Error whitespace ParenPad '(' is not followed by whitespace. 783
 Error whitespace ParenPad ')' is not preceded with whitespace. 783
 Error whitespace ParenPad '(' is not followed by whitespace. 783
 Error whitespace ParenPad ')' is not preceded with whitespace. 783
 Error whitespace ParenPad '(' is not followed by whitespace. 786
 Error whitespace ParenPad ')' is not preceded with whitespace. 786
 Error whitespace ParenPad '(' is not followed by whitespace. 787
 Error whitespace ParenPad ')' is not preceded with whitespace. 787
 Error whitespace ParenPad '(' is not followed by whitespace. 788
 Error whitespace ParenPad ')' is not preceded with whitespace. 788
 Error whitespace ParenPad '(' is not followed by whitespace. 790
 Error whitespace ParenPad ')' is not preceded with whitespace. 790
 Error blocks LeftCurly '{' should be on a new line. 790
 Error whitespace ParenPad '(' is not followed by whitespace. 791
 Error whitespace ParenPad ')' is not preceded with whitespace. 791
 Error whitespace ParenPad '(' is not followed by whitespace. 791
 Error whitespace ParenPad '(' is not followed by whitespace. 791
 Error whitespace ParenPad ')' is not preceded with whitespace. 791
 Error whitespace ParenPad ')' is not preceded with whitespace. 791
 Error whitespace ParenPad '(' is not followed by whitespace. 791
 Error whitespace ParenPad ')' is not preceded with whitespace. 791
 Error whitespace ParenPad '(' is not followed by whitespace. 794
 Error whitespace ParenPad ')' is not preceded with whitespace. 794
 Error whitespace ParenPad '(' is not followed by whitespace. 795
 Error whitespace ParenPad ')' is not preceded with whitespace. 795
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 797
 Error whitespace ParenPad '(' is not followed by whitespace. 797
 Error whitespace ParenPad ')' is not preceded with whitespace. 797
 Error blocks LeftCurly '{' should be on a new line. 797
 Error whitespace ParenPad '(' is not followed by whitespace. 798
 Error whitespace ParenPad ')' is not preceded with whitespace. 798
 Error blocks RightCurly '}' should be alone on a line. 799
 Error blocks LeftCurly '{' should be on a new line. 799
 Error whitespace ParenPad '(' is not followed by whitespace. 800
 Error whitespace ParenPad ')' is not preceded with whitespace. 800

org/codehaus/mojo/jaxb2/schemageneration/SchemaGenerationMojo.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' should be on a new line. 57
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad '(' is not 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 preceded with whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 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. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error blocks LeftCurly '{' should be on a new line. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error blocks LeftCurly '{' should be on a new line. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error blocks RightCurly '}' should be alone on a line. 183
 Error whitespace ParenPad '(' is not followed by whitespace. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error blocks LeftCurly '{' should be on a new line. 183
 Error whitespace ParenPad '(' is not followed by whitespace. 184
 Error whitespace ParenPad ')' is not preceded with whitespace. 184
 Error blocks LeftCurly '{' should be on a new line. 192
 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. 213
 Error blocks LeftCurly '{' should be on a new line. 220
 Error blocks LeftCurly '{' should be on a new line. 228
 Error blocks LeftCurly '{' should be on a new line. 231
 Error blocks RightCurly '}' should be alone on a line. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 233
 Error whitespace ParenPad ')' is not preceded with whitespace. 233
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 245
 Error blocks LeftCurly '{' should be on a new line. 253

org/codehaus/mojo/jaxb2/schemageneration/TestSchemaGenerationMojo.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' should be on a new line. 57
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad '(' is not 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 preceded with whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 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. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error blocks LeftCurly '{' should be on a new line. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 172
 Error whitespace ParenPad ')' is not preceded with whitespace. 172
 Error blocks LeftCurly '{' should be on a new line. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error blocks RightCurly '}' should be alone on a line. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error blocks LeftCurly '{' should be on a new line. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error blocks LeftCurly '{' should be on a new line. 191
 Error blocks LeftCurly '{' should be on a new line. 194
 Error blocks RightCurly '}' should be alone on a line. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 196
 Error whitespace ParenPad ')' is not preceded with whitespace. 196
 Error blocks LeftCurly '{' should be on a new line. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' should be on a new line. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 221
 Error blocks LeftCurly '{' should be on a new line. 228
 Error blocks LeftCurly '{' should be on a new line. 236
 Error blocks LeftCurly '{' should be on a new line. 244

org/codehaus/mojo/jaxb2/schemageneration/XsdGeneratorHelper.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error blocks LeftCurly '{' should be on a new line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error blocks LeftCurly '{' should be on a new line. 89
 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. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error blocks LeftCurly '{' should be on a new line. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' 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. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 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 blocks LeftCurly '{' should be on a new line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error sizes LineLength Line is longer than 120 characters (found 139). 137
 Error sizes LineLength Line is longer than 120 characters (found 124). 138
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error blocks LeftCurly '{' should be on a new line. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error blocks LeftCurly '{' 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. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error blocks LeftCurly '{' should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error blocks LeftCurly '{' should be on a new line. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error blocks LeftCurly '{' should be on a new line. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 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 followed by whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error whitespace ParenPad '(' is not followed by whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error blocks LeftCurly '{' should be on a new line. 174
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 178
 Error whitespace ParenPad ')' is not preceded with whitespace. 178
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error blocks LeftCurly '{' should be on a new line. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 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. 199
 Error whitespace ParenPad ')' is not preceded with whitespace. 202
 Error blocks LeftCurly '{' should be on a new line. 202
 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. 206
 Error whitespace ParenPad ')' is not preceded with whitespace. 206
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 207
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 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. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error blocks LeftCurly '{' should be on a new line. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error whitespace ParenPad '(' is not followed by whitespace. 220
 Error whitespace ParenPad ')' is not preceded with whitespace. 220
 Error blocks LeftCurly '{' should be on a new line. 220
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 226
 Error whitespace ParenPad ')' is not preceded with whitespace. 226
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error blocks RightCurly '}' should be alone on a line. 233
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 234
 Error whitespace ParenPad '(' is not followed by whitespace. 235
 Error whitespace ParenPad '(' is not followed by whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error sizes LineLength Line is longer than 120 characters (found 122). 247
 Error whitespace ParenPad '(' is not followed by whitespace. 253
 Error whitespace ParenPad ')' is not preceded with whitespace. 256
 Error blocks LeftCurly '{' should be on a new line. 257
 Error whitespace ParenPad '(' is not followed by whitespace. 259
 Error whitespace ParenPad ')' is not preceded with whitespace. 259
 Error blocks LeftCurly '{' should be on a new line. 259
 Error whitespace ParenPad '(' is not followed by whitespace. 260
 Error whitespace ParenPad ')' is not preceded with whitespace. 260
 Error whitespace ParenPad '(' is not followed by whitespace. 263
 Error whitespace ParenPad ')' is not preceded with whitespace. 263
 Error blocks LeftCurly '{' should be on a new line. 263
 Error whitespace ParenPad '(' is not followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 264
 Error whitespace ParenPad '(' is not followed by whitespace. 267
 Error whitespace ParenPad ')' is not preceded with whitespace. 267
 Error blocks LeftCurly '{' should be on a new line. 267
 Error whitespace ParenPad '(' is not followed by whitespace. 272
 Error whitespace ParenPad '(' is not followed by whitespace. 272
 Error whitespace ParenPad ')' is not preceded with whitespace. 272
 Error whitespace ParenPad ')' is not preceded with whitespace. 272
 Error blocks LeftCurly '{' should be on a new line. 272
 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 followed by whitespace. 276
 Error whitespace ParenPad ')' is not preceded with whitespace. 276
 Error whitespace ParenPad ')' is not preceded with whitespace. 276
 Error blocks LeftCurly '{' should be on a new line. 276
 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. 280
 Error whitespace ParenPad ')' is not preceded with whitespace. 280
 Error blocks LeftCurly '{' should be on a new line. 280
 Error whitespace ParenPad '(' is not followed by whitespace. 281
 Error whitespace ParenPad ')' is not preceded with whitespace. 282
 Error whitespace ParenPad '(' is not followed by whitespace. 286
 Error whitespace ParenPad ')' is not preceded with whitespace. 286
 Error blocks LeftCurly '{' should be on a new line. 286
 Error whitespace ParenPad '(' is not followed by whitespace. 287
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 Error whitespace ParenPad '(' is not followed by whitespace. 291
 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. 297
 Error whitespace ParenPad ')' is not preceded with whitespace. 297
 Error blocks LeftCurly '{' should be on a new line. 297
 Error whitespace ParenPad '(' is not followed by whitespace. 299
 Error whitespace ParenPad '(' is not followed by whitespace. 300
 Error whitespace ParenPad ')' is not preceded with whitespace. 300
 Error whitespace ParenPad ')' is not preceded with whitespace. 300
 Error whitespace ParenPad '(' is not followed by whitespace. 301
 Error whitespace ParenPad ')' is not preceded with whitespace. 301
 Error blocks RightCurly '}' should be alone on a line. 302
 Error blocks LeftCurly '{' should be on a new line. 302
 Error whitespace ParenPad '(' is not followed by whitespace. 303
 Error whitespace ParenPad ')' is not preceded with whitespace. 304
 Error sizes LineLength Line is longer than 120 characters (found 122). 313
 Error whitespace ParenPad '(' is not followed by whitespace. 318
 Error whitespace ParenPad ')' is not preceded with whitespace. 320
 Error blocks LeftCurly '{' should be on a new line. 320
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error blocks LeftCurly '{' should be on a new line. 323
 Error whitespace ParenPad '(' is not followed by whitespace. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 324
 Error whitespace ParenPad ')' is not preceded with whitespace. 324
 Error whitespace ParenPad ')' is not preceded with whitespace. 324
 Error blocks LeftCurly '{' should be on a new line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 325
 Error whitespace ParenPad ')' is not preceded with whitespace. 325
 Error whitespace ParenPad '(' is not followed by whitespace. 330
 Error whitespace ParenPad ')' is not preceded with whitespace. 330
 Error blocks LeftCurly '{' 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. 332
 Error whitespace ParenPad ')' is not preceded with whitespace. 332
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace ParenPad '(' is not followed by whitespace. 336
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error whitespace ParenPad '(' is not followed by whitespace. 339
 Error whitespace ParenPad ')' is not preceded with whitespace. 339
 Error blocks LeftCurly '{' should be on a new line. 339
 Error whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 341
 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. 347
 Error whitespace ParenPad ')' is not preceded with whitespace. 347
 Error blocks LeftCurly '{' should be on a new line. 347
 Error whitespace ParenPad '(' is not followed by whitespace. 350
 Error whitespace ParenPad '(' is not followed by whitespace. 350
 Error whitespace ParenPad ')' is not preceded with whitespace. 350
 Error whitespace ParenPad ')' is not preceded with whitespace. 350
 Error blocks LeftCurly '{' should be on a new line. 350
 Error whitespace ParenPad '(' is not followed by whitespace. 351
 Error whitespace ParenPad ')' is not preceded with whitespace. 351
 Error whitespace ParenPad '(' is not followed by whitespace. 355
 Error whitespace ParenPad ')' is not preceded with whitespace. 355
 Error whitespace ParenPad '(' is not followed by whitespace. 356
 Error whitespace ParenPad ')' is not preceded with whitespace. 356
 Error whitespace ParenPad '(' is not followed by whitespace. 358
 Error whitespace ParenPad '(' is not followed by whitespace. 358
 Error whitespace ParenPad ')' is not preceded with whitespace. 358
 Error whitespace ParenPad ')' is not preceded with whitespace. 358
 Error blocks LeftCurly '{' should be on a new line. 358
 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. 360
 Error whitespace ParenPad '(' is not followed by whitespace. 360
 Error whitespace ParenPad ')' is not preceded with whitespace. 360
 Error whitespace ParenPad ')' is not preceded with whitespace. 360
 Error whitespace ParenPad '(' is not followed by whitespace. 362
 Error whitespace ParenPad ')' is not preceded with whitespace. 362
 Error blocks LeftCurly '{' should be on a new line. 362
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad ')' is not preceded with whitespace. 364
 Error whitespace ParenPad '(' is not followed by whitespace. 379
 Error whitespace ParenPad ')' is not preceded with whitespace. 379
 Error blocks LeftCurly '{' should be on a new line. 379
 Error whitespace ParenPad '(' is not followed by whitespace. 381
 Error whitespace ParenPad '(' is not followed by whitespace. 381
 Error whitespace ParenPad ')' is not preceded with whitespace. 381
 Error whitespace ParenPad ')' is not preceded with whitespace. 381
 Error blocks LeftCurly '{' should be on a new line. 381
 Error whitespace ParenPad '(' is not followed by whitespace. 382
 Error whitespace ParenPad ')' is not preceded with whitespace. 382
 Error whitespace ParenPad '(' is not followed by whitespace. 386
 Error whitespace ParenPad ')' is not preceded with whitespace. 386
 Error blocks LeftCurly '{' should be on a new line. 386
 Error whitespace ParenPad '(' is not followed by whitespace. 387
 Error whitespace ParenPad ')' is not preceded with whitespace. 387
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error blocks LeftCurly '{' should be on a new line. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 395
 Error whitespace ParenPad ')' is not preceded with whitespace. 395
 Error blocks LeftCurly '{' should be on a new line. 395
 Error whitespace ParenPad '(' is not followed by whitespace. 397
 Error whitespace ParenPad ')' is not preceded with whitespace. 397
 Error blocks LeftCurly '{' should be on a new line. 397
 Error whitespace ParenPad '(' is not followed by whitespace. 398
 Error whitespace ParenPad ')' is not preceded with whitespace. 398
 Error whitespace ParenPad '(' is not followed by whitespace. 401
 Error whitespace ParenPad ')' is not preceded with whitespace. 401
 Error blocks LeftCurly '{' 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. 414
 Error whitespace ParenPad ')' is not preceded with whitespace. 414
 Error blocks LeftCurly '{' should be on a new line. 414
 Error whitespace ParenPad '(' is not followed by whitespace. 418
 Error whitespace ParenPad ')' is not preceded with whitespace. 418
 Error blocks LeftCurly '{' 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 preceded with whitespace. 421
 Error blocks RightCurly '}' should be alone on a line. 422
 Error whitespace ParenPad '(' is not followed by whitespace. 422
 Error whitespace ParenPad ')' is not preceded with whitespace. 422
 Error blocks LeftCurly '{' should be on a new line. 422
 Error whitespace ParenPad '(' is not followed by whitespace. 423
 Error whitespace ParenPad ')' is not preceded with whitespace. 423
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error blocks LeftCurly '{' should be on a new line. 433
 Error blocks LeftCurly '{' should be on a new line. 436
 Error whitespace ParenPad '(' is not followed by whitespace. 438
 Error whitespace ParenPad ')' is not preceded with whitespace. 438
 Error whitespace ParenPad '(' is not followed by whitespace. 439
 Error whitespace ParenPad ')' is not preceded with whitespace. 439
 Error whitespace ParenPad '(' is not followed by whitespace. 440
 Error whitespace ParenPad '(' is not followed by whitespace. 440
 Error whitespace ParenPad ')' is not preceded with whitespace. 440
 Error whitespace ParenPad '(' is not followed by whitespace. 440
 Error whitespace ParenPad ')' is not preceded with whitespace. 440
 Error whitespace ParenPad ')' is not preceded with whitespace. 440
 Error blocks RightCurly '}' should be alone on a line. 441
 Error whitespace ParenPad '(' is not followed by whitespace. 441
 Error whitespace ParenPad ')' is not preceded with whitespace. 441
 Error blocks LeftCurly '{' should be on a new line. 441
 Error whitespace ParenPad '(' is not followed by whitespace. 442
 Error whitespace ParenPad ')' is not preceded with whitespace. 442
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 453
 Error blocks LeftCurly '{' should be on a new line. 453
 Error whitespace ParenPad '(' is not followed by whitespace. 469
 Error whitespace ParenPad ')' is not preceded with whitespace. 470
 Error blocks LeftCurly '{' should be on a new line. 471
 Error whitespace ParenPad '(' is not followed by whitespace. 473
 Error whitespace ParenPad '(' is not followed by whitespace. 473
 Error whitespace ParenPad ')' is not preceded with whitespace. 473
 Error whitespace ParenPad ')' is not preceded with whitespace. 473
 Error blocks LeftCurly '{' should be on a new line. 473
 Error whitespace ParenPad '(' is not followed by whitespace. 474
 Error whitespace ParenPad ')' is not preceded with whitespace. 476
 Error whitespace ParenPad '(' is not followed by whitespace. 486
 Error whitespace ParenPad ')' is not preceded with whitespace. 486
 Error blocks LeftCurly '{' should be on a new line. 486
 Error blocks LeftCurly '{' should be on a new line. 489
 Error whitespace ParenPad '(' is not followed by whitespace. 490
 Error whitespace ParenPad ')' is not preceded with whitespace. 490
 Error whitespace ParenPad '(' is not followed by whitespace. 491
 Error whitespace ParenPad ')' is not preceded with whitespace. 491
 Error blocks RightCurly '}' should be alone on a line. 492
 Error whitespace ParenPad '(' is not followed by whitespace. 492
 Error whitespace ParenPad ')' is not preceded with whitespace. 492
 Error blocks LeftCurly '{' should be on a new line. 492
 Error blocks RightCurly '}' should be alone on a line. 494
 Error blocks LeftCurly '{' should be on a new line. 494
 Error whitespace ParenPad '(' is not followed by whitespace. 495
 Error whitespace ParenPad ')' is not preceded with whitespace. 495
 Error whitespace ParenPad '(' is not followed by whitespace. 501
 Error whitespace ParenPad ')' is not preceded with whitespace. 501
 Error blocks LeftCurly '{' should be on a new line. 501
 Error blocks LeftCurly '{' should be on a new line. 503
 Error whitespace ParenPad '(' is not followed by whitespace. 504
 Error whitespace ParenPad '(' is not followed by whitespace. 504
 Error whitespace ParenPad ')' is not preceded with whitespace. 504
 Error whitespace ParenPad ')' is not preceded with whitespace. 504
 Error whitespace ParenPad '(' is not followed by whitespace. 505
 Error whitespace ParenPad '(' is not followed by whitespace. 505
 Error whitespace ParenPad ')' is not preceded with whitespace. 505
 Error whitespace ParenPad ')' is not preceded with whitespace. 505
 Error blocks RightCurly '}' should be alone on a line. 506
 Error whitespace ParenPad '(' is not followed by whitespace. 506
 Error whitespace ParenPad ')' is not preceded with whitespace. 506
 Error blocks LeftCurly '{' 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 RightCurly '}' should be alone on a line. 508
 Error blocks LeftCurly '{' should be on a new line. 508
 Error whitespace ParenPad '(' is not followed by whitespace. 509
 Error whitespace ParenPad ')' is not preceded with whitespace. 509
 Error whitespace ParenPad '(' is not followed by whitespace. 513
 Error whitespace ParenPad ')' is not preceded with whitespace. 515
 Error blocks LeftCurly '{' should be on a new line. 515
 Error whitespace ParenPad '(' is not followed by whitespace. 518
 Error whitespace ParenPad ')' is not preceded with whitespace. 518
 Error whitespace ParenPad '(' is not followed by whitespace. 519
 Error whitespace ParenPad ')' is not preceded with whitespace. 519
 Error whitespace ParenPad '(' is not followed by whitespace. 520
 Error whitespace ParenPad ')' is not preceded with whitespace. 520
 Error whitespace ParenPad '(' is not followed by whitespace. 523
 Error whitespace ParenPad '(' is not followed by whitespace. 523
 Error whitespace ParenPad ')' is not preceded with whitespace. 523
 Error whitespace ParenPad ')' is not preceded with whitespace. 523
 Error blocks LeftCurly '{' 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 '{' should be on a new line. 525
 Error whitespace ParenPad '(' is not followed by whitespace. 526
 Error whitespace ParenPad ')' is not preceded with whitespace. 526
 Error blocks RightCurly '}' should be alone on a line. 527
 Error whitespace ParenPad '(' is not followed by whitespace. 527
 Error whitespace ParenPad ')' is not preceded with whitespace. 527
 Error blocks LeftCurly '{' should be on a new line. 527
 Error whitespace ParenPad '(' is not followed by whitespace. 528
 Error whitespace ParenPad ')' is not preceded with whitespace. 528

org/codehaus/mojo/jaxb2/schemageneration/package-info.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/NodeProcessor.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 30
 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. 45
 Error whitespace ParenPad ')' is not preceded with whitespace. 45

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/DefaultJavaDocRenderer.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 43
 Error whitespace ParenPad ')' is not preceded with whitespace. 43
 Error blocks LeftCurly '{' should be on a new line. 43
 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. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 48
 Error blocks LeftCurly '{' should be on a new line. 48
 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

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocData.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 54
 Error whitespace ParenPad ')' is not preceded with whitespace. 54
 Error blocks LeftCurly '{' should be on a new line. 54
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error blocks LeftCurly '{' should be on a new line. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' should be on a new line. 87
 Error blocks LeftCurly '{' should be on a new line. 98
 Error blocks LeftCurly '{' should be on a new line. 106
 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. 111
 Error whitespace ParenPad ')' is not preceded with whitespace. 111
 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. 111
 Error whitespace ParenPad ')' is not preceded with whitespace. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 113
 Error whitespace ParenPad ')' is not preceded with whitespace. 113
 Error blocks LeftCurly '{' should be on a new line. 113
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks RightCurly '}' should be alone on a line. 115
 Error blocks LeftCurly '{' should be on a new line. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' 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. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 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. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 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. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocExtractor.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error blocks LeftCurly '{' should be on a new line. 69
 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. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error coding RedundantThrows Redundant throws: 'IllegalArgumentException' is unchecked exception. 86
 Error blocks LeftCurly '{' should be on a new line. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error blocks LeftCurly '{' should be on a new line. 92
 Error blocks LeftCurly '{' should be on a new line. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error blocks RightCurly '}' should be alone on a line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks LeftCurly '{' should be on a new line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error coding RedundantThrows Redundant throws: 'IllegalArgumentException' is unchecked exception. 112
 Error blocks LeftCurly '{' should be on a new line. 112
 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. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' should be on a new line. 118
 Error blocks LeftCurly '{' should be on a new line. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error blocks RightCurly '}' should be alone on a line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks LeftCurly '{' should be on a new line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error blocks LeftCurly '{' should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 142
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error blocks LeftCurly '{' 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. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error blocks LeftCurly '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error blocks LeftCurly '{' should be on a new line. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' should be on a new line. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error whitespace ParenPad '(' is not followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error blocks LeftCurly '{' 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
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad ')' is not preceded with whitespace. 168
 Error blocks LeftCurly '{' should be on a new line. 168
 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 whitespace ParenPad '(' is not followed by whitespace. 178
 Error whitespace ParenPad ')' is not preceded with whitespace. 178
 Error blocks LeftCurly '{' 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. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error blocks LeftCurly '{' should be on a new line. 183
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 189
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error whitespace ParenPad '(' is not followed by whitespace. 192
 Error whitespace ParenPad ')' is not preceded with whitespace. 192
 Error blocks LeftCurly '{' should be on a new line. 192
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error whitespace ParenPad '(' is not followed by whitespace. 207
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error blocks LeftCurly '{' should be on a new line. 209
 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 blocks LeftCurly '{' should be on a new line. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error blocks LeftCurly '{' should be on a new line. 218
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error blocks LeftCurly '{' should be on a new line. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 224
 Error whitespace ParenPad ')' is not preceded with whitespace. 224
 Error blocks LeftCurly '{' should be on a new line. 224
 Error whitespace ParenPad '(' is not followed by whitespace. 225
 Error whitespace ParenPad ')' is not preceded with whitespace. 225
 Error blocks RightCurly '}' should be alone on a line. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 228
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 229
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error blocks RightCurly '}' should be alone on a line. 233
 Error blocks LeftCurly '{' should be on a new line. 233
 Error whitespace ParenPad '(' is not followed by whitespace. 235
 Error whitespace ParenPad ')' is not preceded with whitespace. 237
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 244
 Error blocks LeftCurly '{' should be on a new line. 250
 Error whitespace ParenPad '(' is not followed by whitespace. 256
 Error whitespace ParenPad ')' is not preceded with whitespace. 256
 Error blocks LeftCurly '{' should be on a new line. 256
 Error whitespace ParenPad '(' is not followed by whitespace. 262
 Error whitespace ParenPad ')' is not preceded with whitespace. 262
 Error blocks LeftCurly '{' should be on a new line. 262
 Error whitespace ParenPad '(' is not followed by whitespace. 265
 Error whitespace ParenPad ')' is not preceded with whitespace. 265
 Error blocks LeftCurly '{' should be on a new line. 273
 Error whitespace ParenPad '(' is not followed by whitespace. 274
 Error whitespace ParenPad ')' is not preceded with whitespace. 274
 Error whitespace ParenPad '(' is not followed by whitespace. 281
 Error whitespace ParenPad ')' is not preceded with whitespace. 281
 Error blocks LeftCurly '{' should be on a new line. 281
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 287
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 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. 288
 Error whitespace ParenPad ')' is not preceded with whitespace. 288
 Error whitespace ParenPad '(' is not followed by whitespace. 295
 Error whitespace ParenPad ')' is not preceded with whitespace. 295
 Error whitespace ParenPad '(' is not followed by whitespace. 296
 Error whitespace ParenPad ')' is not preceded with whitespace. 296
 Error blocks LeftCurly '{' should be on a new line. 296
 Error whitespace ParenPad '(' is not followed by whitespace. 299
 Error whitespace ParenPad ')' is not preceded with whitespace. 299
 Error whitespace ParenPad '(' is not followed by whitespace. 302
 Error whitespace ParenPad ')' is not preceded with whitespace. 302
 Error whitespace ParenPad '(' is not followed by whitespace. 309
 Error whitespace ParenPad ')' is not preceded with whitespace. 309
 Error blocks LeftCurly '{' should be on a new line. 310
 Error whitespace ParenPad '(' is not followed by whitespace. 311
 Error whitespace ParenPad ')' is not preceded with whitespace. 311
 Error 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. 319
 Error whitespace ParenPad ')' is not preceded with whitespace. 319
 Error blocks LeftCurly '{' should be on a new line. 319
 Error whitespace ParenPad '(' is not followed by whitespace. 322
 Error whitespace ParenPad ')' is not preceded with whitespace. 322
 Error whitespace ParenPad '(' is not followed by whitespace. 326
 Error whitespace ParenPad ')' is not preceded with whitespace. 326
 Error blocks LeftCurly '{' 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 '{' 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

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/JavaDocRenderer.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 127). 46
 Error blocks LeftCurly '{' should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/SearchableDocumentation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 33
 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 whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/SortableLocation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 29
 Error whitespace ParenPad '(' is not followed by whitespace. 37
 Error whitespace ParenPad ')' is not preceded with whitespace. 37

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/XsdAnnotationProcessor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 120 characters (found 138). 71
 Error sizes LineLength Line is longer than 120 characters (found 136). 79
 Error sizes LineLength Line is longer than 120 characters (found 135). 84
 Error sizes LineLength Line is longer than 120 characters (found 142). 90
 Error blocks LeftCurly '{' should be on a new line. 103
 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. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error blocks LeftCurly '{' should be on a new line. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 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 preceded with whitespace. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error blocks LeftCurly '{' should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' should be on a new line. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error blocks LeftCurly '{' should be on a new line. 182
 Error blocks RightCurly '}' should be alone on a line. 184
 Error whitespace ParenPad '(' is not followed by whitespace. 184
 Error whitespace ParenPad '(' is not followed by whitespace. 184
 Error whitespace ParenPad ')' is not preceded with whitespace. 184
 Error whitespace ParenPad ')' is not preceded with whitespace. 184
 Error blocks LeftCurly '{' should be on a new line. 184
 Error blocks RightCurly '}' should be alone on a line. 186
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error blocks LeftCurly '{' should be on a new line. 186
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error blocks LeftCurly '{' should be on a new line. 198
 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 blocks LeftCurly '{' should be on a new line. 205
 Error whitespace ParenPad '(' is not followed by whitespace. 206
 Error whitespace ParenPad ')' is not preceded with whitespace. 206
 Error blocks RightCurly '}' should be alone on a line. 208
 Error blocks LeftCurly '{' should be on a new line. 208
 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. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error blocks LeftCurly '{' should be on a new line. 211
 Error whitespace ParenPad '(' is not followed by whitespace. 212
 Error whitespace ParenPad ')' is not preceded with whitespace. 212
 Error blocks RightCurly '}' should be alone on a line. 214
 Error blocks LeftCurly '{' should be on a new line. 214
 Error whitespace ParenPad '(' is not followed by whitespace. 216
 Error whitespace ParenPad ')' is not preceded with whitespace. 216
 Error whitespace ParenPad '(' is not followed by whitespace. 217
 Error whitespace ParenPad ')' is not preceded with whitespace. 217
 Error blocks LeftCurly '{' should be on a new line. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error whitespace ParenPad '(' is not followed by whitespace. 225
 Error whitespace ParenPad ')' is not preceded with whitespace. 225
 Error blocks LeftCurly '{' should be on a new line. 225
 Error whitespace ParenPad '(' is not followed by whitespace. 226
 Error whitespace ParenPad '(' is not followed by whitespace. 226
 Error whitespace ParenPad ')' is not preceded with whitespace. 226
 Error whitespace ParenPad '(' is not followed by whitespace. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error whitespace ParenPad '(' is not followed by whitespace. 240
 Error whitespace ParenPad ')' is not preceded with whitespace. 240
 Error whitespace ParenPad '(' is not followed by whitespace. 241
 Error whitespace ParenPad ')' is not preceded with whitespace. 241
 Error whitespace ParenPad '(' is not followed by whitespace. 242
 Error whitespace ParenPad '(' is not followed by whitespace. 242
 Error whitespace ParenPad ')' is not preceded with whitespace. 242
 Error whitespace ParenPad ')' is not preceded with whitespace. 242
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 244
 Error whitespace ParenPad '(' is not followed by whitespace. 245
 Error whitespace ParenPad ')' is not preceded with whitespace. 245
 Error whitespace ParenPad '(' is not followed by whitespace. 247
 Error whitespace ParenPad ')' is not preceded with whitespace. 247
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error blocks LeftCurly '{' should be on a new line. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 250
 Error whitespace ParenPad ')' is not preceded with whitespace. 250
 Error blocks RightCurly '}' should be alone on a line. 251
 Error blocks LeftCurly '{' should be on a new line. 251
 Error whitespace ParenPad '(' is not followed by whitespace. 252
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error whitespace ParenPad '(' is not followed by whitespace. 255
 Error whitespace ParenPad ')' is not preceded with whitespace. 255
 Error whitespace ParenPad '(' is not followed by whitespace. 262
 Error whitespace ParenPad ')' is not preceded with whitespace. 262
 Error blocks LeftCurly '{' should be on a new line. 262
 Error whitespace ParenPad '(' is not followed by whitespace. 266
 Error whitespace ParenPad '(' is not followed by whitespace. 266
 Error whitespace ParenPad ')' is not preceded with whitespace. 266
 Error whitespace ParenPad ')' is not preceded with whitespace. 266
 Error blocks LeftCurly '{' should be on a new line. 266
 Error whitespace ParenPad '(' is not followed by whitespace. 268
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error whitespace ParenPad '(' is not followed by whitespace. 273
 Error whitespace ParenPad '(' is not followed by whitespace. 274
 Error whitespace ParenPad ')' is not preceded with whitespace. 274
 Error whitespace ParenPad ')' is not preceded with whitespace. 274
 Error blocks LeftCurly '{' should be on a new line. 274
 Error whitespace ParenPad '(' is not followed by whitespace. 283
 Error whitespace ParenPad ')' is not preceded with whitespace. 283
 Error blocks LeftCurly '{' should be on a new line. 283
 Error whitespace ParenPad '(' is not followed by whitespace. 287
 Error whitespace ParenPad '(' is not followed by whitespace. 287
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 Error blocks LeftCurly '{' should be on a new line. 287
 Error whitespace ParenPad '(' is not followed by whitespace. 288
 Error whitespace ParenPad '(' is not followed by whitespace. 288
 Error whitespace ParenPad ')' is not preceded with whitespace. 288
 Error whitespace ParenPad ')' is not preceded with whitespace. 288
 Error whitespace ParenPad ')' is not preceded with whitespace. 298
 Error blocks LeftCurly '{' 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 '{' should be on a new line. 302
 Error whitespace ParenPad '(' is not followed by whitespace. 305
 Error whitespace ParenPad ')' is not preceded with whitespace. 305
 Error blocks LeftCurly '{' should be on a new line. 305
 Error blocks LeftCurly '{' should be on a new line. 318
 Error whitespace ParenPad '(' is not followed by whitespace. 319
 Error whitespace ParenPad '(' is not followed by whitespace. 319
 Error whitespace ParenPad '(' is not followed by whitespace. 319
 Error whitespace ParenPad ')' is not preceded with whitespace. 319
 Error whitespace ParenPad ')' is not preceded with whitespace. 319
 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 preceded with whitespace. 320
 Error blocks LeftCurly '{' should be on a new line. 320
 Error blocks RightCurly '}' should be alone on a line. 323
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 323
 Error blocks LeftCurly '{' should be on a new line. 323
 Error whitespace ParenPad '(' is not followed by whitespace. 324
 Error whitespace ParenPad ')' is not preceded with whitespace. 325
 Error whitespace ParenPad '(' is not followed by whitespace. 334
 Error whitespace ParenPad ')' is not preceded with whitespace. 334
 Error blocks LeftCurly '{' should be on a new line. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 336
 Error whitespace ParenPad '(' is not followed by whitespace. 336
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error whitespace ParenPad ')' is not preceded with whitespace. 336
 Error blocks LeftCurly '{' should be on a new line. 336
 Error whitespace ParenPad '(' is not followed by whitespace. 338
 Error whitespace ParenPad ')' is not preceded with whitespace. 338
 Error whitespace ParenPad '(' is not followed by whitespace. 339
 Error whitespace ParenPad ')' is not preceded with whitespace. 339
 Error blocks LeftCurly '{' should be on a new line. 339
 Error whitespace ParenPad '(' is not followed by whitespace. 342
 Error whitespace ParenPad '(' is not followed by whitespace. 342
 Error whitespace ParenPad ')' is not preceded with whitespace. 342
 Error whitespace ParenPad ')' is not preceded with whitespace. 342
 Error blocks LeftCurly '{' should be on a new line. 342
 Error whitespace ParenPad '(' is not followed by whitespace. 352
 Error whitespace ParenPad ')' is not preceded with whitespace. 352
 Error blocks LeftCurly '{' should be on a new line. 352
 Error whitespace ParenPad '(' is not followed by whitespace. 355
 Error whitespace ParenPad ')' is not preceded with whitespace. 355
 Error blocks LeftCurly '{' should be on a new line. 355
 Error whitespace ParenPad '(' is not followed by whitespace. 357
 Error whitespace ParenPad ')' is not preceded with whitespace. 357
 Error whitespace ParenPad '(' is not followed by whitespace. 358
 Error whitespace ParenPad ')' is not preceded with whitespace. 358
 Error blocks LeftCurly '{' should be on a new line. 358
 Error whitespace ParenPad '(' is not followed by whitespace. 367
 Error whitespace ParenPad ')' is not preceded with whitespace. 367
 Error blocks LeftCurly '{' should be on a new line. 367
 Error whitespace ParenPad '(' is not followed by whitespace. 369
 Error whitespace ParenPad ')' is not preceded with whitespace. 369
 Error blocks LeftCurly '{' should be on a new line. 369
 Error whitespace ParenPad '(' is not followed by whitespace. 372
 Error whitespace ParenPad '(' is not followed by whitespace. 372
 Error whitespace ParenPad ')' is not preceded with whitespace. 372
 Error whitespace ParenPad ')' is not preceded with whitespace. 372
 Error blocks LeftCurly '{' should be on a new line. 372
 Error whitespace ParenPad '(' is not followed by whitespace. 381
 Error whitespace ParenPad ')' is not preceded with whitespace. 381
 Error blocks LeftCurly '{' should be on a new line. 381
 Error whitespace ParenPad '(' is not followed by whitespace. 385
 Error whitespace ParenPad ')' is not preceded with whitespace. 385
 Error blocks LeftCurly '{' should be on a new line. 385
 Error whitespace ParenPad '(' is not followed by whitespace. 386
 Error whitespace ParenPad '(' is not followed by whitespace. 386
 Error whitespace ParenPad ')' is not preceded with whitespace. 386
 Error whitespace ParenPad ')' is not preceded with whitespace. 386
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 390
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error blocks LeftCurly '{' should be on a new line. 390
 Error whitespace ParenPad '(' is not followed by whitespace. 391
 Error whitespace ParenPad ')' is not preceded with whitespace. 391
 Error whitespace ParenPad '(' is not followed by whitespace. 392
 Error whitespace ParenPad ')' is not preceded with whitespace. 392
 Error blocks LeftCurly '{' should be on a new line. 392
 Error whitespace ParenPad '(' is not followed by whitespace. 393
 Error whitespace ParenPad ')' is not preceded with whitespace. 393

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/ClassLocation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 30
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 42
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 47
 Error whitespace ParenPad ')' is not preceded with whitespace. 47
 Error blocks LeftCurly '{' should be on a new line. 58
 Error blocks LeftCurly '{' should be on a new line. 66
 Error blocks LeftCurly '{' should be on a new line. 74

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/FieldLocation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 30
 Error whitespace ParenPad '(' is not followed by whitespace. 42
 Error whitespace ParenPad ')' is not preceded with whitespace. 44
 Error blocks LeftCurly '{' should be on a new line. 44
 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 '{' should be on a new line. 62
 Error blocks LeftCurly '{' should be on a new line. 70
 Error blocks LeftCurly '{' should be on a new line. 78

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/MethodLocation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 33
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 48
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error blocks LeftCurly '{' 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. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error whitespace WhitespaceAround 'if' 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 blocks LeftCurly '{' should be on a new line. 59
 Error whitespace WhitespaceAround 'for' is not followed by whitespace. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error blocks LeftCurly '{' 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. 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 blocks LeftCurly '{' should be on a new line. 73
 Error blocks LeftCurly '{' should be on a new line. 81
 Error blocks LeftCurly '{' should be on a new line. 88
 Error blocks LeftCurly '{' should be on a new line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/javadoc/location/PackageLocation.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 31
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error blocks LeftCurly '{' should be on a new line. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 44
 Error whitespace ParenPad ')' is not preceded with whitespace. 44
 Error blocks LeftCurly '{' should be on a new line. 55
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error blocks LeftCurly '{' should be on a new line. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error blocks LeftCurly '{' should be on a new line. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 72
 Error whitespace ParenPad ')' is not preceded with whitespace. 72
 Error blocks LeftCurly '{' should be on a new line. 79
 Error blocks LeftCurly '{' should be on a new line. 87
 Error blocks LeftCurly '{' should be on a new line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error blocks LeftCurly '{' should be on a new line. 103
 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. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error blocks LeftCurly '{' should be on a new line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks LeftCurly '{' should be on a new line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 126
 Error whitespace ParenPad ')' is not preceded with whitespace. 126

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/ChangeFilenameProcessor.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 44
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error blocks LeftCurly '{' should be on a new line. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error blocks LeftCurly '{' should be on a new line. 80
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error 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. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error blocks LeftCurly '{' should be on a new line. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error blocks LeftCurly '{' 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

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/ChangeNamespacePrefixProcessor.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 51
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error blocks LeftCurly '{' should be on a new line. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error blocks LeftCurly '{' should be on a new line. 83
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error blocks LeftCurly '{' should be on a new line. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error blocks LeftCurly '{' should be on a new line. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error blocks LeftCurly '{' should be on a new line. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error blocks LeftCurly '{' should be on a new line. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error blocks LeftCurly '{' should be on a new line. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error blocks LeftCurly '{' should be on a new line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks RightCurly '}' should be alone on a line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 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. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error blocks LeftCurly '{' should be on a new line. 125
 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. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error blocks LeftCurly '{' should be on a new line. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' should be on a new line. 169
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 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. 182
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error blocks LeftCurly '{' 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. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' should be on a new line. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 201
 Error whitespace ParenPad '(' is not followed by whitespace. 201
 Error whitespace ParenPad ')' is not preceded with whitespace. 201
 Error whitespace ParenPad ')' is not preceded with whitespace. 201
 Error whitespace ParenPad '(' is not followed by whitespace. 202
 Error whitespace ParenPad ')' is not preceded with whitespace. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 203
 Error whitespace ParenPad ')' is not preceded with whitespace. 203
 Error whitespace ParenPad '(' is not followed by whitespace. 204
 Error whitespace ParenPad ')' is not preceded with whitespace. 204

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/SimpleNamespaceResolver.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 49
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error blocks LeftCurly '{' should be on a new line. 68
 Error blocks LeftCurly '{' 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. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error blocks RightCurly '}' should be alone on a line. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error blocks LeftCurly '{' should be on a new line. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error blocks RightCurly '}' should be alone on a line. 77
 Error blocks LeftCurly '{' 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. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error blocks LeftCurly '{' should be on a new line. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error blocks LeftCurly '{' should be on a new line. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 98
 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. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 112
 Error whitespace ParenPad ')' is not preceded with whitespace. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error blocks LeftCurly '{' should be on a new line. 121
 Error whitespace ParenPad '(' is not followed by whitespace. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error blocks LeftCurly '{' should be on a new line. 128
 Error blocks LeftCurly '{' should be on a new line. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error blocks LeftCurly '{' should be on a new line. 148
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error blocks LeftCurly '{' should be on a new line. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error blocks LeftCurly '{' should be on a new line. 164
 Error whitespace ParenPad '(' is not followed by whitespace. 165
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error blocks LeftCurly '{' should be on a new line. 166
 Error whitespace ParenPad '(' is not followed by whitespace. 171
 Error whitespace ParenPad ')' is not preceded with whitespace. 171
 Error blocks LeftCurly '{' should be on a new line. 171
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 175
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error blocks LeftCurly '{' should be on a new line. 177
 Error whitespace ParenPad '(' is not followed by whitespace. 192
 Error whitespace ParenPad ')' is not preceded with whitespace. 192
 Error blocks LeftCurly '{' should be on a new line. 192
 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. 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 '{' should be on a new line. 203
 Error whitespace ParenPad ')' is not preceded with whitespace. 206
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error blocks LeftCurly '{' should be on a new line. 208
 Error sizes LineLength Line is longer than 120 characters (found 123). 210
 Error whitespace ParenPad ')' is not preceded with whitespace. 211

org/codehaus/mojo/jaxb2/schemageneration/postprocessing/schemaenhancement/TransformSchema.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 92
 Error blocks LeftCurly '{' should be on a new line. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' should be on a new line. 118
 Error blocks LeftCurly '{' should be on a new line. 130
 Error blocks LeftCurly '{' should be on a new line. 138
 Error blocks LeftCurly '{' should be on a new line. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' should be on a new line. 157
 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. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error blocks LeftCurly '{' should be on a new line. 173
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 187
 Error whitespace ParenPad ')' is not preceded with whitespace. 187
 Error blocks LeftCurly '{' should be on a new line. 187
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error blocks LeftCurly '{' should be on a new line. 199

org/codehaus/mojo/jaxb2/shared/FileSystemUtilities.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error blocks LeftCurly '{' should be on a new line. 32
 Error naming StaticVariableName Name 'EXISTING_FILE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
 Error design VisibilityModifier Variable 'EXISTING_FILE' must be private and have accessor methods. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 39
 Error whitespace ParenPad ')' is not preceded with whitespace. 39
 Error blocks LeftCurly '{' 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 naming StaticVariableName Name 'EXISTING_DIRECTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
 Error design VisibilityModifier Variable 'EXISTING_DIRECTORY' must be private and have accessor methods. 47
 Error whitespace ParenPad '(' is not followed by whitespace. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 49
 Error blocks LeftCurly '{' 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 '{' 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. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error blocks LeftCurly '{' should be on a new line. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error blocks LeftCurly '{' should be on a new line. 85
 Error blocks RightCurly '}' should be alone on a line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error blocks LeftCurly '{' should be on a new line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 110
 Error whitespace ParenPad ')' is not preceded with whitespace. 110
 Error blocks LeftCurly '{' should be on a new line. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 113
 Error whitespace ParenPad ')' is not preceded with whitespace. 113
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' 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. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error blocks LeftCurly '{' should be on a new line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 126
 Error whitespace ParenPad ')' is not preceded with whitespace. 126
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 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 followed by whitespace. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error blocks LeftCurly '{' should be on a new line. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error coding RedundantThrows Redundant throws: 'IllegalArgumentException' is unchecked exception. 146
 Error blocks LeftCurly '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks LeftCurly '{' should be on a new line. 151
 Error blocks RightCurly '}' should be alone on a line. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error blocks LeftCurly '{' should be on a new line. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error blocks LeftCurly '{' should be on a new line. 166
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error whitespace ParenPad '(' is not followed by whitespace. 174
 Error whitespace ParenPad '(' is not followed by whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error whitespace ParenPad ')' is not preceded with whitespace. 174
 Error blocks LeftCurly '{' should be on a new line. 174
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error blocks RightCurly '}' 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 '{' should be on a new line. 178
 Error whitespace ParenPad '(' is not followed by whitespace. 179
 Error whitespace ParenPad ')' is not preceded with whitespace. 179
 Error blocks RightCurly '}' should be alone on a line. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error blocks LeftCurly '{' should be on a new line. 181
 Error blocks LeftCurly '{' should be on a new line. 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. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error blocks LeftCurly '{' 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. 198
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error whitespace ParenPad '(' is not followed by whitespace. 200
 Error whitespace ParenPad ')' is not preceded with whitespace. 200
 Error blocks RightCurly '}' should be alone on a line. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 202
 Error whitespace ParenPad ')' is not preceded with whitespace. 202
 Error blocks LeftCurly '{' should be on a new line. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 203
 Error whitespace ParenPad ')' is not preceded with whitespace. 203
 Error whitespace ParenPad '(' is not followed by whitespace. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error blocks LeftCurly '{' should be on a new line. 236
 Error whitespace ParenPad '(' is not followed by whitespace. 240
 Error whitespace ParenPad ')' is not preceded with whitespace. 240
 Error blocks LeftCurly '{' should be on a new line. 240
 Error whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 247
 Error whitespace ParenPad ')' is not preceded with whitespace. 247
 Error blocks LeftCurly '{' should be on a new line. 247
 Error whitespace ParenPad '(' is not followed by whitespace. 251
 Error whitespace ParenPad ')' is not preceded with whitespace. 251
 Error whitespace ParenPad ')' is not preceded with whitespace. 252
 Error whitespace ParenPad '(' is not followed by whitespace. 259
 Error whitespace ParenPad ')' is not preceded with whitespace. 259
 Error blocks LeftCurly '{' should be on a new line. 259
 Error whitespace ParenPad '(' is not followed by whitespace. 260
 Error whitespace ParenPad '(' is not followed by whitespace. 260
 Error whitespace ParenPad ')' is not preceded with whitespace. 260
 Error whitespace ParenPad ')' is not preceded with whitespace. 260
 Error whitespace ParenPad '(' is not followed by whitespace. 263
 Error whitespace ParenPad ')' is not preceded with whitespace. 263
 Error blocks LeftCurly '{' should be on a new line. 263
 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. 268
 Error whitespace ParenPad ')' is not preceded with whitespace. 268
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks LeftCurly '{' 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 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. 275
 Error whitespace ParenPad ')' is not preceded with whitespace. 275
 Error whitespace ParenPad '(' is not followed by whitespace. 276
 Error whitespace ParenPad ')' is not preceded with whitespace. 276
 Error blocks LeftCurly '{' 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 followed by whitespace. 278
 Error whitespace ParenPad ')' is not preceded with whitespace. 278
 Error whitespace ParenPad ')' is not preceded with whitespace. 278
 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. 282
 Error whitespace ParenPad ')' is not preceded with whitespace. 282
 Error whitespace ParenPad '(' is not followed by whitespace. 283
 Error whitespace ParenPad ')' is not preceded with whitespace. 283
 Error blocks LeftCurly '{' should be on a new line. 283
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad ')' is not preceded with whitespace. 284
 Error whitespace ParenPad '(' is not followed by whitespace. 286
 Error whitespace ParenPad ')' is not preceded with whitespace. 286
 Error whitespace ParenPad '(' is not followed by whitespace. 287
 Error whitespace ParenPad ')' is not preceded with whitespace. 287
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error whitespace ParenPad '(' is not followed by whitespace. 315
 Error whitespace ParenPad ')' is not preceded with whitespace. 320
 Error blocks LeftCurly '{' should be on a new line. 320
 Error whitespace ParenPad '(' is not followed by whitespace. 323
 Error whitespace ParenPad ')' is not preceded with whitespace. 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 whitespace ParenPad '(' is not followed by whitespace. 330
 Error whitespace ParenPad ')' is not preceded with whitespace. 330
 Error blocks LeftCurly '{' should be on a new line. 330
 Error whitespace ParenPad '(' is not followed by 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 preceded with whitespace. 334
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace ParenPad '(' is not followed by whitespace. 335
 Error whitespace ParenPad ')' is not preceded with whitespace. 335
 Error whitespace ParenPad ')' is not preceded with whitespace. 335
 Error whitespace ParenPad '(' is not followed by whitespace. 340
 Error whitespace ParenPad ')' is not preceded with whitespace. 340
 Error blocks LeftCurly '{' should be on a new line. 340
 Error whitespace ParenPad '(' is not followed by whitespace. 342
 Error whitespace ParenPad ')' is not preceded with whitespace. 342
 Error whitespace ParenPad '(' is not followed by whitespace. 343
 Error whitespace ParenPad ')' is not preceded with whitespace. 343
 Error blocks LeftCurly '{' should be on a new line. 343
 Error whitespace ParenPad '(' is not followed by whitespace. 344
 Error whitespace ParenPad ')' is not preceded with whitespace. 344
 Error whitespace ParenPad '(' is not followed by whitespace. 346
 Error whitespace ParenPad ')' is not preceded with whitespace. 346
 Error blocks LeftCurly '{' should be on a new line. 346
 Error whitespace ParenPad '(' is not followed by whitespace. 347
 Error whitespace ParenPad '(' is not followed by whitespace. 348
 Error whitespace ParenPad ')' is not preceded with whitespace. 348
 Error whitespace ParenPad ')' is not preceded with whitespace. 348
 Error blocks RightCurly '}' should be alone on a line. 350
 Error blocks LeftCurly '{' should be on a new line. 350
 Error whitespace ParenPad '(' is not followed by whitespace. 351
 Error whitespace ParenPad ')' is not preceded with whitespace. 351
 Error blocks LeftCurly '{' should be on a new line. 351
 Error whitespace ParenPad '(' is not followed by whitespace. 352
 Error whitespace ParenPad ')' is not preceded with whitespace. 353
 Error whitespace ParenPad '(' is not followed by whitespace. 358
 Error whitespace ParenPad ')' is not preceded with whitespace. 358
 Error blocks LeftCurly '{' should be on a new line. 358
 Error whitespace ParenPad '(' is not followed by whitespace. 362
 Error whitespace ParenPad ')' is not preceded with whitespace. 362
 Error whitespace ParenPad '(' is not followed by whitespace. 363
 Error whitespace ParenPad ')' is not preceded with whitespace. 363
 Error blocks LeftCurly '{' should be on a new line. 363
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad ')' is not preceded with whitespace. 364
 Error whitespace ParenPad '(' is not followed by whitespace. 364
 Error whitespace ParenPad ')' is not preceded with whitespace. 364
 Error whitespace ParenPad ')' is not preceded with whitespace. 364
 Error whitespace ParenPad '(' is not followed by whitespace. 366
 Error whitespace ParenPad ')' is not preceded with whitespace. 366
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad ')' is not preceded with whitespace. 370
 Error whitespace ParenPad '(' is not followed by whitespace. 388
 Error whitespace ParenPad ')' is not preceded with whitespace. 390
 Error blocks LeftCurly '{' should be on a new line. 390
 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. 401
 Error whitespace ParenPad ')' is not preceded with whitespace. 401
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 402
 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. 405
 Error whitespace ParenPad ')' is not preceded with whitespace. 405
 Error whitespace ParenPad '(' is not followed by whitespace. 406
 Error whitespace ParenPad ')' is not preceded with whitespace. 406
 Error whitespace ParenPad '(' is not followed by whitespace. 407
 Error whitespace ParenPad ')' is not preceded with whitespace. 407
 Error whitespace ParenPad '(' is not followed by whitespace. 409
 Error whitespace ParenPad ')' is not preceded with whitespace. 409
 Error blocks LeftCurly '{' should be on a new line. 409
 Error whitespace ParenPad '(' is not followed by whitespace. 410
 Error whitespace ParenPad ')' is not preceded with whitespace. 410
 Error blocks RightCurly '}' should be alone on a line. 411
 Error whitespace ParenPad '(' is not followed by whitespace. 411
 Error whitespace ParenPad ')' is not preceded with whitespace. 411
 Error blocks LeftCurly '{' should be on a new line. 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. 429
 Error whitespace ParenPad ')' is not preceded with whitespace. 429
 Error blocks LeftCurly '{' should be on a new line. 430
 Error whitespace ParenPad '(' is not followed by whitespace. 433
 Error whitespace ParenPad ')' is not preceded with whitespace. 433
 Error whitespace ParenPad '(' is not followed by whitespace. 434
 Error whitespace ParenPad ')' is not preceded with whitespace. 434
 Error whitespace ParenPad '(' is not followed by whitespace. 437
 Error whitespace ParenPad ')' is not preceded with whitespace. 437
 Error blocks LeftCurly '{' should be on a new line. 437
 Error blocks LeftCurly '{' should be on a new line. 438
 Error whitespace ParenPad '(' is not followed by whitespace. 439
 Error whitespace ParenPad ')' is not preceded with whitespace. 439
 Error blocks RightCurly '}' should be alone on a line. 440
 Error whitespace ParenPad '(' is not followed by whitespace. 440
 Error whitespace ParenPad ')' is not preceded with whitespace. 440
 Error blocks LeftCurly '{' should be on a new line. 440
 Error whitespace ParenPad '(' is not followed by whitespace. 441
 Error whitespace ParenPad '(' is not followed by whitespace. 441
 Error whitespace ParenPad ')' is not preceded with whitespace. 441
 Error whitespace ParenPad ')' is not preceded with whitespace. 441
 Error whitespace ParenPad '(' is not followed by whitespace. 447
 Error whitespace ParenPad ')' is not preceded with whitespace. 447
 Error blocks LeftCurly '{' should be on a new line. 447
 Error whitespace ParenPad '(' is not followed by whitespace. 448
 Error whitespace ParenPad '(' is not followed by whitespace. 448
 Error whitespace ParenPad ')' is not preceded with whitespace. 448
 Error whitespace ParenPad ')' is not preceded with whitespace. 449
 Error blocks RightCurly '}' should be alone on a line. 450
 Error whitespace ParenPad '(' is not followed by whitespace. 450
 Error whitespace ParenPad ')' is not preceded with whitespace. 450
 Error blocks LeftCurly '{' should be on a new line. 450
 Error whitespace ParenPad '(' is not followed by whitespace. 451
 Error whitespace ParenPad ')' is not preceded with whitespace. 451
 Error blocks LeftCurly '{' should be on a new line. 451
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad '(' is not followed by whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 452
 Error whitespace ParenPad ')' is not preceded with whitespace. 452
 Error whitespace ParenPad '(' is not followed by whitespace. 465
 Error whitespace ParenPad ')' is not preceded with whitespace. 465
 Error blocks LeftCurly '{' should be on a new line. 465
 Error whitespace ParenPad '(' is not followed by whitespace. 468
 Error whitespace ParenPad ')' is not preceded with whitespace. 468
 Error whitespace ParenPad '(' is not followed by whitespace. 469
 Error whitespace ParenPad ')' is not preceded with whitespace. 469
 Error whitespace ParenPad '(' is not followed by whitespace. 471
 Error whitespace ParenPad ')' is not preceded with whitespace. 471
 Error whitespace ParenPad '(' is not followed by whitespace. 475
 Error whitespace ParenPad '(' is not followed by whitespace. 475
 Error whitespace ParenPad ')' is not preceded with whitespace. 475
 Error whitespace ParenPad ')' is not preceded with whitespace. 475
 Error blocks LeftCurly '{' should be on a new line. 475
 Error whitespace ParenPad '(' is not followed by whitespace. 476
 Error whitespace ParenPad ')' is not preceded with whitespace. 476
 Error whitespace ParenPad '(' is not followed by whitespace. 495
 Error whitespace ParenPad ')' is not preceded with whitespace. 497
 Error blocks LeftCurly '{' should be on a new line. 497
 Error whitespace ParenPad '(' is not followed by whitespace. 498
 Error whitespace ParenPad ')' is not preceded with whitespace. 498
 Error sizes LineLength Line is longer than 120 characters (found 127). 507
 Error whitespace ParenPad '(' is not followed by whitespace. 516
 Error whitespace ParenPad ')' is not preceded with whitespace. 519
 Error blocks LeftCurly '{' should be on a new line. 519
 Error whitespace ParenPad '(' is not followed by whitespace. 522
 Error whitespace ParenPad ')' is not preceded with whitespace. 522
 Error whitespace ParenPad '(' is not followed by whitespace. 523
 Error whitespace ParenPad ')' is not preceded with whitespace. 523
 Error whitespace ParenPad '(' is not followed by whitespace. 526
 Error whitespace ParenPad '(' is not followed by whitespace. 526
 Error whitespace ParenPad ')' is not preceded with whitespace. 526
 Error whitespace ParenPad ')' is not preceded with whitespace. 526
 Error blocks LeftCurly '{' should be on a new line. 526
 Error whitespace ParenPad '(' is not followed by whitespace. 527
 Error whitespace ParenPad ')' is not preceded with whitespace. 527
 Error blocks RightCurly '}' should be alone on a line. 528
 Error whitespace ParenPad '(' is not followed by whitespace. 528
 Error whitespace ParenPad '(' is not followed by whitespace. 528
 Error whitespace ParenPad ')' is not preceded with whitespace. 528
 Error whitespace ParenPad ')' is not preceded with whitespace. 528
 Error blocks LeftCurly '{' should be on a new line. 528
 Error whitespace ParenPad '(' is not followed by whitespace. 531
 Error whitespace ParenPad ')' is not preceded with whitespace. 531
 Error blocks LeftCurly '{' should be on a new line. 531
 Error whitespace ParenPad '(' is not followed by whitespace. 532
 Error whitespace ParenPad ')' is not preceded with whitespace. 532
 Error blocks LeftCurly '{' should be on a new line. 532
 Error whitespace ParenPad '(' is not followed by whitespace. 533
 Error whitespace ParenPad ')' is not preceded with whitespace. 533
 Error whitespace ParenPad '(' is not followed by whitespace. 546
 Error whitespace ParenPad ')' is not preceded with whitespace. 550
 Error blocks LeftCurly '{' should be on a new line. 550
 Error whitespace ParenPad '(' is not followed by whitespace. 559
 Error whitespace ParenPad ')' is not preceded with whitespace. 559
 Error whitespace ParenPad '(' is not followed by whitespace. 560
 Error whitespace ParenPad ')' is not preceded with whitespace. 560
 Error whitespace ParenPad '(' is not followed by whitespace. 561
 Error whitespace ParenPad ')' is not preceded with whitespace. 561
 Error whitespace ParenPad '(' is not followed by whitespace. 562
 Error whitespace ParenPad ')' is not preceded with whitespace. 562
 Error whitespace ParenPad '(' is not followed by whitespace. 564
 Error whitespace ParenPad ')' is not preceded with whitespace. 564
 Error blocks LeftCurly '{' should be on a new line. 564
 Error whitespace ParenPad '(' is not followed by whitespace. 565
 Error whitespace ParenPad ')' is not preceded with whitespace. 565
 Error whitespace ParenPad '(' is not followed by whitespace. 568
 Error whitespace ParenPad ')' is not preceded with whitespace. 568
 Error blocks LeftCurly '{' should be on a new line. 568
 Error whitespace ParenPad '(' is not followed by whitespace. 569
 Error whitespace ParenPad '(' is not followed by whitespace. 569
 Error whitespace ParenPad ')' is not preceded with whitespace. 569
 Error whitespace ParenPad ')' is not preceded with whitespace. 569
 Error whitespace ParenPad '(' is not followed by whitespace. 573
 Error whitespace ParenPad ')' is not preceded with whitespace. 573
 Error blocks LeftCurly '{' should be on a new line. 573
 Error whitespace ParenPad '(' is not followed by whitespace. 575
 Error whitespace ParenPad '(' is not followed by whitespace. 575
 Error whitespace ParenPad ')' is not preceded with whitespace. 575
 Error whitespace ParenPad '(' is not followed by whitespace. 575
 Error whitespace ParenPad ')' is not preceded with whitespace. 575
 Error whitespace ParenPad ')' is not preceded with whitespace. 575
 Error blocks LeftCurly '{' should be on a new line. 575
 Error whitespace ParenPad '(' is not followed by whitespace. 578
 Error whitespace ParenPad ')' is not preceded with whitespace. 578
 Error whitespace ParenPad ')' is not preceded with whitespace. 578
 Error whitespace ParenPad '(' is not followed by whitespace. 582
 Error whitespace ParenPad ')' is not preceded with whitespace. 586
 Error blocks LeftCurly '{' should be on a new line. 586
 Error whitespace ParenPad '(' is not followed by whitespace. 588
 Error whitespace ParenPad ')' is not preceded with whitespace. 588
 Error whitespace ParenPad '(' is not followed by whitespace. 589
 Error whitespace ParenPad ')' is not preceded with whitespace. 589
 Error blocks LeftCurly '{' should be on a new line. 589
 Error whitespace ParenPad '(' is not followed by whitespace. 590
 Error whitespace ParenPad '(' is not followed by whitespace. 590
 Error whitespace ParenPad ')' is not preceded with whitespace. 590
 Error whitespace ParenPad ')' is not preceded with whitespace. 590
 Error blocks LeftCurly '{' should be on a new line. 590
 Error whitespace ParenPad '(' is not followed by whitespace. 591
 Error whitespace ParenPad ')' is not preceded with whitespace. 591
 Error whitespace ParenPad '(' is not followed by whitespace. 594
 Error whitespace ParenPad '(' is not followed by whitespace. 594
 Error whitespace ParenPad ')' is not preceded with whitespace. 594
 Error whitespace ParenPad ')' is not preceded with whitespace. 594
 Error blocks LeftCurly '{' should be on a new line. 594
 Error whitespace ParenPad '(' is not followed by whitespace. 595
 Error whitespace ParenPad ')' is not preceded with whitespace. 595

org/codehaus/mojo/jaxb2/shared/Validate.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 28
 Error blocks LeftCurly '{' should be on a new line. 33
 Error whitespace ParenPad '(' is not followed by whitespace. 43
 Error whitespace ParenPad ')' is not preceded with whitespace. 43
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' 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. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 57
 Error blocks LeftCurly '{' should be on a new line. 57
 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. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error blocks LeftCurly '{' should be on a new line. 62
 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. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error blocks LeftCurly '{' should be on a new line. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error blocks LeftCurly '{' should be on a new line. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87

org/codehaus/mojo/jaxb2/shared/arguments/ArgumentBuilder.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 33
 Error blocks LeftCurly '{' should be on a new line. 48
 Error whitespace ParenPad '(' is not followed by whitespace. 50
 Error whitespace ParenPad ')' is not preceded with whitespace. 50
 Error blocks LeftCurly '{' should be on a new line. 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. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error blocks LeftCurly '{' should be on a new line. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad '(' is not followed by whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 83
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error blocks LeftCurly '{' should be on a new line. 94
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks LeftCurly '{' should be on a new line. 95
 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. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error blocks LeftCurly '{' should be on a new line. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error blocks LeftCurly '{' should be on a new line. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 139
 Error whitespace ParenPad ')' is not preceded with whitespace. 139
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks LeftCurly '{' 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 '{' should be on a new line. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' should be on a new line. 169
 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. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 175
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 189
 Error whitespace ParenPad ')' is not preceded with whitespace. 189
 Error blocks LeftCurly '{' should be on a new line. 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. 195
 Error whitespace ParenPad ')' is not preceded with whitespace. 195
 Error blocks LeftCurly '{' should be on a new line. 195
 Error whitespace ParenPad '(' is not followed by whitespace. 196
 Error whitespace ParenPad ')' is not preceded with whitespace. 196
 Error blocks LeftCurly '{' should be on a new line. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 197
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error whitespace ParenPad '(' is not followed by whitespace. 209
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error blocks LeftCurly '{' should be on a new line. 209
 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. 214
 Error whitespace ParenPad ')' is not preceded with whitespace. 214
 Error blocks LeftCurly '{' should be on a new line. 214
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error blocks LeftCurly '{' should be on a new line. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 224
 Error whitespace ParenPad ')' is not preceded with whitespace. 224
 Error blocks LeftCurly '{' should be on a new line. 224
 Error whitespace ParenPad '(' is not followed by whitespace. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error whitespace ParenPad '(' is not followed by whitespace. 229
 Error whitespace ParenPad ')' is not preceded with whitespace. 229
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error blocks LeftCurly '{' should be on a new line. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 238
 Error whitespace ParenPad ')' is not preceded with whitespace. 238
 Error blocks LeftCurly '{' should be on a new line. 238
 Error whitespace ParenPad '(' is not followed by whitespace. 239
 Error whitespace ParenPad ')' is not preceded with whitespace. 239

org/codehaus/mojo/jaxb2/shared/environment/AbstractLogAwareFacet.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 31
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Error whitespace ParenPad '(' is not followed by whitespace. 41
 Error whitespace ParenPad ')' is not preceded with whitespace. 41
 Error blocks LeftCurly '{' should be on a new line. 41
 Error whitespace ParenPad '(' is not followed by whitespace. 44
 Error whitespace ParenPad ')' is not preceded with whitespace. 44

org/codehaus/mojo/jaxb2/shared/environment/EnvironmentFacet.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 30

org/codehaus/mojo/jaxb2/shared/environment/ToolExecutionEnvironment.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 37
 Error whitespace ParenPad '(' is not followed by whitespace. 53
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error blocks LeftCurly '{' 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 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. 60
 Error whitespace ParenPad ')' is not preceded with whitespace. 60
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error blocks LeftCurly '{' should be on a new line. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error blocks LeftCurly '{' should be on a new line. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error blocks LeftCurly '{' should be on a new line. 104
 Error blocks LeftCurly '{' should be on a new line. 107
 Error whitespace ParenPad '(' is not followed by whitespace. 109
 Error whitespace ParenPad ')' is not preceded with whitespace. 109
 Error blocks LeftCurly '{' 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. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error blocks LeftCurly '{' should be on a new line. 120
 Error blocks LeftCurly '{' should be on a new line. 121
 Error blocks RightCurly '}' should be alone on a line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error blocks LeftCurly '{' should be on a new line. 123
 Error whitespace ParenPad '(' is not followed by whitespace. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error blocks LeftCurly '{' should be on a new line. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error blocks RightCurly '}' should be alone on a line. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Error blocks LeftCurly '{' should be on a new line. 133
 Error blocks RightCurly '}' should be alone on a line. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error blocks LeftCurly '{' should be on a new line. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' should be on a new line. 144
 Error blocks LeftCurly '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 Error whitespace ParenPad ')' is not preceded with whitespace. 148
 Error blocks LeftCurly '{' 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. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error blocks LeftCurly '{' should be on a new line. 152
 Error blocks LeftCurly '{' should be on a new line. 153
 Error blocks RightCurly '}' should be alone on a line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error blocks LeftCurly '{' should be on a new line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks RightCurly '}' should be alone on a line. 160
 Error blocks LeftCurly '{' should be on a new line. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 168
 Error whitespace ParenPad ')' is not preceded with whitespace. 168
 Error blocks LeftCurly '{' 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/codehaus/mojo/jaxb2/shared/environment/classloading/ContextClassLoaderEnvironmentFacet.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 32
 Error whitespace ParenPad '(' is not followed by whitespace. 46
 Error whitespace ParenPad ')' is not preceded with whitespace. 47
 Error blocks LeftCurly '{' 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. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error blocks LeftCurly '{' should be on a new line. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error blocks LeftCurly '{' should be on a new line. 76
 Error blocks LeftCurly '{' should be on a new line. 84

org/codehaus/mojo/jaxb2/shared/environment/classloading/ThreadContextClassLoaderBuilder.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error blocks LeftCurly '{' should be on a new line. 69
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error blocks LeftCurly '{' should be on a new line. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 85
 Error whitespace ParenPad ')' is not preceded with whitespace. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error blocks LeftCurly '{' should be on a new line. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error whitespace ParenPad ')' is not preceded with whitespace. 89
 Error blocks LeftCurly '{' should be on a new line. 89
 Error whitespace ParenPad '(' is not followed by whitespace. 91
 Error whitespace ParenPad ')' is not preceded with whitespace. 91
 Error blocks LeftCurly '{' should be on a new line. 91
 Error whitespace ParenPad '(' is not followed by whitespace. 92
 Error whitespace ParenPad ')' is not preceded with whitespace. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error blocks LeftCurly '{' 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. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error blocks LeftCurly '{' should be on a new line. 127
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error blocks LeftCurly '{' should be on a new line. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error blocks RightCurly '}' should be alone on a line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error blocks LeftCurly '{' should be on a new line. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 177
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error whitespace ParenPad '(' is not followed by whitespace. 182
 Error whitespace ParenPad ')' is not preceded with whitespace. 182
 Error whitespace ParenPad '(' is not followed by whitespace. 186
 Error whitespace ParenPad ')' is not preceded with whitespace. 186
 Error blocks LeftCurly '{' should be on a new line. 190
 Error whitespace ParenPad '(' is not followed by whitespace. 191
 Error whitespace ParenPad '(' is not followed by whitespace. 191
 Error whitespace ParenPad '(' is not followed by whitespace. 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error whitespace ParenPad ')' is not preceded with whitespace. 191
 Error blocks LeftCurly '{' should be on a new line. 191
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 193
 Error whitespace ParenPad '(' is not followed by whitespace. 194
 Error whitespace ParenPad ')' is not preceded with whitespace. 194
 Error blocks LeftCurly '{' 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. 195
 Error whitespace ParenPad ')' is not preceded with whitespace. 195
 Error blocks RightCurly '}' should be alone on a line. 198
 Error whitespace ParenPad '(' is not followed by whitespace. 198
 Error whitespace ParenPad ')' is not preceded with whitespace. 198
 Error blocks LeftCurly '{' should be on a new line. 198
 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. 202
 Error whitespace ParenPad ')' is not preceded with whitespace. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 206
 Error whitespace ParenPad ')' is not preceded with whitespace. 206
 Error whitespace ParenPad '(' is not followed by whitespace. 210
 Error whitespace ParenPad ')' is not preceded with whitespace. 210
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error blocks LeftCurly '{' should be on a new line. 223
 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. 227
 Error whitespace ParenPad ')' is not preceded with whitespace. 227
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 241
 Error whitespace ParenPad ')' is not preceded with whitespace. 241
 Error coding RedundantThrows Redundant throws: 'IllegalStateException' is unchecked exception. 241
 Error blocks LeftCurly '{' should be on a new line. 241
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 244
 Error blocks LeftCurly '{' should be on a new line. 248
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad '(' is not followed by whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error whitespace ParenPad ')' is not preceded with whitespace. 249
 Error blocks RightCurly '}' should be alone on a line. 250
 Error whitespace ParenPad '(' is not followed by whitespace. 250
 Error whitespace ParenPad ')' is not preceded with whitespace. 250
 Error blocks LeftCurly '{' should be on a new line. 250
 Error whitespace ParenPad '(' is not followed by whitespace. 251
 Error whitespace ParenPad ')' is not preceded with whitespace. 251
 Error whitespace ParenPad '(' is not followed by whitespace. 266
 Error whitespace ParenPad ')' is not preceded with whitespace. 266
 Error blocks LeftCurly '{' should be on a new line. 266
 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. 272
 Error whitespace ParenPad ')' is not preceded with whitespace. 272
 Error whitespace ParenPad '(' is not followed by whitespace. 282
 Error whitespace ParenPad ')' is not preceded with whitespace. 282
 Error coding RedundantThrows Redundant throws: 'IllegalArgumentException' is unchecked exception. 282
 Error blocks LeftCurly '{' should be on a new line. 282
 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. 290
 Error whitespace ParenPad '(' is not followed by whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error whitespace ParenPad ')' is not preceded with whitespace. 290
 Error blocks LeftCurly '{' should be on a new line. 290
 Error blocks RightCurly '}' should be alone on a line. 292
 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 blocks LeftCurly '{' should be on a new line. 292
 Error blocks RightCurly '}' should be alone on a line. 294
 Error whitespace ParenPad '(' is not followed by whitespace. 294
 Error whitespace ParenPad '(' is not followed by whitespace. 294
 Error whitespace ParenPad ')' is not preceded with whitespace. 294
 Error whitespace ParenPad '(' is not followed by whitespace. 294
 Error whitespace ParenPad ')' is not preceded with whitespace. 294
 Error whitespace ParenPad ')' is not preceded with whitespace. 294
 Error blocks LeftCurly '{' should be on a new line. 294
 Error blocks RightCurly '}' should be alone on a line. 296
 Error blocks LeftCurly '{' should be on a new line. 296
 Error whitespace ParenPad '(' is not followed by whitespace. 297
 Error whitespace ParenPad ')' is not preceded with whitespace. 298
 Error whitespace ParenPad '(' is not followed by whitespace. 308
 Error whitespace ParenPad ')' is not preceded with whitespace. 308
 Error blocks LeftCurly '{' should be on a new line. 308
 Error whitespace ParenPad '(' is not followed by whitespace. 311
 Error whitespace ParenPad ')' is not preceded with whitespace. 311
 Error whitespace ParenPad '(' is not followed by whitespace. 314
 Error whitespace ParenPad '(' is not followed by whitespace. 314
 Error whitespace ParenPad ')' is not preceded with whitespace. 314
 Error whitespace ParenPad ')' is not preceded with whitespace. 314
 Error blocks LeftCurly '{' should be on a new line. 314
 Error whitespace ParenPad '(' is not followed by whitespace. 316
 Error whitespace ParenPad ')' is not preceded with whitespace. 316
 Error whitespace ParenPad '(' is not followed by whitespace. 317
 Error whitespace ParenPad ')' is not preceded with whitespace. 317
 Error blocks LeftCurly '{' should be on a new line. 317
 Error blocks LeftCurly '{' should be on a new line. 318
 Error blocks RightCurly '}' should be alone on a line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 324
 Error whitespace ParenPad ')' is not preceded with whitespace. 324
 Error blocks LeftCurly '{' should be on a new line. 324
 Error whitespace ParenPad '(' is not followed by whitespace. 326
 Error whitespace ParenPad ')' is not preceded with whitespace. 326
 Error blocks LeftCurly '{' should be on a new line. 340
 Error whitespace ParenPad '(' is not followed by whitespace. 347
 Error whitespace ParenPad ')' is not preceded with whitespace. 349
 Error blocks LeftCurly '{' should be on a new line. 349
 Error whitespace ParenPad '(' is not followed by whitespace. 352
 Error whitespace ParenPad ')' is not preceded with whitespace. 352
 Error whitespace ParenPad '(' is not followed by whitespace. 353
 Error whitespace ParenPad ')' is not preceded with whitespace. 353
 Error whitespace ParenPad '(' is not followed by whitespace. 354
 Error whitespace ParenPad ')' is not preceded with whitespace. 354
 Error blocks LeftCurly '{' should be on a new line. 366
 Error whitespace ParenPad '(' is not followed by whitespace. 367
 Error whitespace ParenPad ')' is not preceded with whitespace. 367
 Error blocks LeftCurly '{' should be on a new line. 367
 Error whitespace ParenPad '(' is not followed by whitespace. 370
 Error whitespace ParenPad ')' is not preceded with whitespace. 370
 Error blocks LeftCurly '{' should be on a new line. 383
 Error blocks LeftCurly '{' should be on a new line. 391
 Error blocks LeftCurly '{' should be on a new line. 392
 Error blocks RightCurly '}' should be alone on a line. 395
 Error blocks LeftCurly '{' should be on a new line. 395

org/codehaus/mojo/jaxb2/shared/environment/classloading/ThreadContextClassLoaderHolder.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 51

org/codehaus/mojo/jaxb2/shared/environment/logging/LoggingHandlerEnvironmentFacet.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 39
 Error sizes LineLength Line is longer than 120 characters (found 123). 61
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' should be on a new line. 70
 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. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81
 Error blocks LeftCurly '{' should be on a new line. 92
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 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. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error blocks LeftCurly '{' should be on a new line. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error blocks LeftCurly '{' should be on a new line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 116
 Error whitespace ParenPad ')' is not preceded with whitespace. 116
 Error blocks LeftCurly '{' should be on a new line. 116
 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. 122
 Error whitespace ParenPad ')' is not preceded with whitespace. 122
 Error whitespace ParenPad '(' is not followed by whitespace. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 123
 Error blocks LeftCurly '{' 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. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 142
 Error blocks LeftCurly '{' should be on a new line. 142
 Error whitespace ParenPad '(' is not followed by whitespace. 145
 Error whitespace ParenPad ')' is not preceded with whitespace. 145
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155

org/codehaus/mojo/jaxb2/shared/environment/logging/MavenLogHandler.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error blocks LeftCurly '{' should be on a new line. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 61
 Error whitespace ParenPad ')' is not preceded with whitespace. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 69
 Error whitespace ParenPad ')' is not preceded with whitespace. 69
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad '(' is not followed by whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error whitespace ParenPad ')' is not preceded with whitespace. 70
 Error blocks LeftCurly '{' 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 blocks RightCurly '}' should be alone on a line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 73
 Error whitespace ParenPad ')' is not preceded with whitespace. 73
 Error blocks LeftCurly '{' should be on a new line. 73
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error blocks LeftCurly '{' should be on a new line. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error blocks LeftCurly '{' should be on a new line. 88
 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. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error whitespace ParenPad ')' is not preceded with whitespace. 93
 Error blocks LeftCurly '{' should be on a new line. 93
 Error whitespace ParenPad '(' is not followed by whitespace. 94
 Error whitespace ParenPad ')' is not preceded with whitespace. 94
 Error blocks RightCurly '}' should be alone on a line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks LeftCurly '{' should be on a new line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error blocks RightCurly '}' should be alone on a line. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error blocks LeftCurly '{' 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 blocks RightCurly '}' should be alone on a line. 99
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 109
 Error coding RedundantThrows Redundant throws: 'SecurityException' is unchecked exception. 117
 Error blocks LeftCurly '{' should be on a new line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 127
 Error whitespace ParenPad ')' is not preceded with whitespace. 127
 Error blocks LeftCurly '{' should be on a new line. 127
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error blocks LeftCurly '{' should be on a new line. 134
 Error blocks RightCurly '}' should be alone on a line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' should be on a new line. 136
 Error blocks RightCurly '}' should be alone on a line. 138
 Error whitespace ParenPad '(' is not followed by whitespace. 138
 Error whitespace ParenPad ')' is not preceded with whitespace. 138
 Error blocks LeftCurly '{' should be on a new line. 138
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error blocks LeftCurly '{' should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error 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. 166
 Error whitespace ParenPad ')' is not preceded with whitespace. 166
 Error blocks LeftCurly '{' should be on a new line. 166
 Error whitespace ParenPad '(' is not followed by whitespace. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' should be on a new line. 169
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error blocks LeftCurly '{' should be on a new line. 170

org/codehaus/mojo/jaxb2/shared/environment/sysprops/SystemPropertyChangeEnvironmentFacet.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 37
 Error blocks LeftCurly '{' should be on a new line. 42
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79
 Error blocks LeftCurly '{' should be on a new line. 79
 Error whitespace ParenPad '(' is not followed by whitespace. 82
 Error whitespace ParenPad ')' is not preceded with whitespace. 82
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error blocks LeftCurly '{' should be on a new line. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error blocks LeftCurly '{' should be on a new line. 112
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks LeftCurly '{' 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 RightCurly '}' should be alone on a line. 116
 Error blocks LeftCurly '{' should be on a new line. 116
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error blocks LeftCurly '{' should be on a new line. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks LeftCurly '{' should be on a new line. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error blocks LeftCurly '{' should be on a new line. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 132
 Error blocks RightCurly '}' should be alone on a line. 133
 Error blocks LeftCurly '{' 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 WhitespaceAround 'if' is not followed by whitespace. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error blocks LeftCurly '{' 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 '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error whitespace ParenPad '(' is not followed by whitespace. 160
 Error whitespace ParenPad ')' is not preceded with whitespace. 160
 Error blocks LeftCurly '{' should be on a new line. 160
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161
 Error blocks LeftCurly '{' should be on a new line. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 173
 Error whitespace ParenPad ')' is not preceded with whitespace. 173
 Error blocks LeftCurly '{' should be on a new line. 173
 Error whitespace ParenPad '(' is not followed by whitespace. 176
 Error whitespace ParenPad ')' is not preceded with whitespace. 176
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 196
 Error whitespace ParenPad ')' is not preceded with whitespace. 196
 Error whitespace ParenPad ')' is not preceded with whitespace. 196
 Error whitespace ParenPad '(' is not followed by whitespace. 211
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 211
 Error blocks LeftCurly '{' should be on a new line. 211
 Error whitespace ParenPad '(' is not followed by whitespace. 214
 Error whitespace ParenPad ')' is not preceded with whitespace. 214
 Error 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 blocks LeftCurly '{' should be on a new line. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error blocks LeftCurly '{' should be on a new line. 236
 Error whitespace ParenPad '(' is not followed by whitespace. 239
 Error whitespace ParenPad ')' is not preceded with whitespace. 239
 Error whitespace ParenPad '(' is not followed by whitespace. 242
 Error whitespace ParenPad ')' is not preceded with whitespace. 242
 Error blocks LeftCurly '{' should be on a new line. 242
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error blocks LeftCurly '{' should be on a new line. 243
 Error whitespace ParenPad '(' is not followed by whitespace. 244
 Error whitespace OperatorWrap '+' should be on a new line. 244
 Error whitespace ParenPad ')' is not preceded with whitespace. 245
 Error whitespace ParenPad '(' is not followed by whitespace. 255
 Warning coding HiddenField 'key' hides a field. 255
 Error whitespace ParenPad ')' is not preceded with whitespace. 255
 Error blocks LeftCurly '{' should be on a new line. 255
 Error whitespace ParenPad '(' is not followed by whitespace. 256
 Error whitespace ParenPad ')' is not preceded with whitespace. 256

org/codehaus/mojo/jaxb2/shared/filters/AbstractFilter.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 18
 Error blocks LeftCurly '{' should be on a new line. 18
 Error blocks LeftCurly '{' should be on a new line. 25
 Error whitespace ParenPad '(' is not followed by whitespace. 29
 Error whitespace ParenPad ')' is not preceded with whitespace. 29
 Error blocks LeftCurly '{' should be on a new line. 29
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Error blocks LeftCurly '{' should be on a new line. 43
 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. 56
 Error whitespace ParenPad ')' is not preceded with whitespace. 56
 Error blocks LeftCurly '{' should be on a new line. 56
 Error whitespace ParenPad '(' is not followed by whitespace. 57
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error blocks LeftCurly '{' should be on a new line. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad ')' is not preceded with whitespace. 68
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error blocks LeftCurly '{' should be on a new line. 77
 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. 87
 Warning coding HiddenField 'log' hides a field. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error blocks LeftCurly '{' should be on a new line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 90
 Error whitespace ParenPad ')' is not preceded with whitespace. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 95
 Error whitespace ParenPad ')' is not preceded with whitespace. 95
 Error blocks LeftCurly '{' should be on a new line. 95
 Error whitespace ParenPad '(' is not followed by whitespace. 96
 Error whitespace ParenPad ')' is not preceded with whitespace. 96
 Error blocks LeftCurly '{' should be on a new line. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad '(' is not followed by whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error whitespace ParenPad ')' is not preceded with whitespace. 97
 Error blocks LeftCurly '{' 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 blocks RightCurly '}' should be alone on a line. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error blocks LeftCurly '{' 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 blocks RightCurly '}' should be alone on a line. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 117
 Error blocks LeftCurly '{' should be on a new line. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Error coding RedundantThrows Redundant throws: 'IllegalStateException' is unchecked exception. 133
 Error blocks LeftCurly '{' should be on a new line. 133
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error blocks LeftCurly '{' should be on a new line. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 141
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error blocks LeftCurly '{' should be on a new line. 141
 Error whitespace ParenPad '(' is not followed by whitespace. 144
 Error whitespace ParenPad ')' is not preceded with whitespace. 144
 Error blocks LeftCurly '{' should be on a new line. 144
 Error blocks RightCurly '}' should be alone on a line. 146
 Error blocks LeftCurly '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error blocks LeftCurly '{' should be on a new line. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 148
 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 '{' should be on a new line. 169
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error blocks LeftCurly '{' should be on a new line. 170
 Error whitespace ParenPad '(' is not followed by whitespace. 171
 Error sizes LineLength Line is longer than 120 characters (found 130). 172
 Error whitespace ParenPad ')' is not preceded with whitespace. 172
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185
 Error blocks LeftCurly '{' should be on a new line. 191

org/codehaus/mojo/jaxb2/shared/filters/Filter.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 11
 Error blocks LeftCurly '{' should be on a new line. 11
 Error whitespace ParenPad '(' is not followed by whitespace. 18
 Error whitespace ParenPad ')' is not preceded with whitespace. 18
 Error whitespace ParenPad '(' is not followed by whitespace. 34
 Error whitespace ParenPad ')' is not preceded with whitespace. 34
 Error coding RedundantThrows Redundant throws: 'IllegalStateException' is unchecked exception. 34

org/codehaus/mojo/jaxb2/shared/filters/Filters.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error blocks LeftCurly '{' should be on a new line. 18
 Error whitespace ParenPad '(' is not followed by whitespace. 29
 Error whitespace ParenPad ')' is not preceded with whitespace. 29
 Error blocks LeftCurly '{' should be on a new line. 29
 Error whitespace ParenPad '(' is not followed by whitespace. 32
 Error whitespace ParenPad ')' is not preceded with whitespace. 32
 Error whitespace ParenPad '(' is not followed by whitespace. 35
 Error whitespace ParenPad ')' is not preceded with whitespace. 35
 Error blocks LeftCurly '{' should be on a new line. 35
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks LeftCurly '{' should be on a new line. 36
 Error whitespace ParenPad '(' is not followed by whitespace. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 55
 Error blocks LeftCurly '{' should be on a new line. 55
 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 '{' should be on a new line. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 62
 Error blocks LeftCurly '{' should be on a new line. 62
 Error whitespace ParenPad '(' is not followed by whitespace. 81
 Error whitespace ParenPad ')' is not preceded with whitespace. 81
 Error blocks LeftCurly '{' should be on a new line. 81
 Error whitespace ParenPad '(' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error whitespace ParenPad '(' is not followed by whitespace. 87
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error blocks LeftCurly '{' should be on a new line. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error whitespace ParenPad ')' is not preceded with whitespace. 88
 Error blocks LeftCurly '{' should be on a new line. 88
 Error whitespace ParenPad '(' is not followed by whitespace. 105
 Error whitespace ParenPad ')' is not preceded with whitespace. 105
 Error blocks LeftCurly '{' should be on a new line. 105
 Error whitespace ParenPad '(' is not followed by whitespace. 108
 Error whitespace ParenPad ')' is not preceded with whitespace. 108
 Error whitespace ParenPad '(' is not followed by whitespace. 111
 Error whitespace ParenPad ')' is not preceded with whitespace. 111
 Error blocks LeftCurly '{' should be on a new line. 111
 Error whitespace ParenPad '(' is not followed by whitespace. 118
 Error whitespace ParenPad ')' is not preceded with whitespace. 118
 Error blocks LeftCurly '{' 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. 131
 Error whitespace ParenPad ')' is not preceded with whitespace. 131
 Error blocks LeftCurly '{' should be on a new line. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 134
 Error whitespace ParenPad ')' is not preceded with whitespace. 134
 Error blocks LeftCurly '{' should be on a new line. 134
 Error whitespace ParenPad '(' is not followed by whitespace. 135
 Error whitespace ParenPad ')' is not preceded with whitespace. 135
 Error blocks LeftCurly '{' should be on a new line. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error whitespace ParenPad ')' is not preceded with whitespace. 136
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error blocks LeftCurly '{' should be on a new line. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 154
 Error whitespace ParenPad ')' is not preceded with whitespace. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error blocks LeftCurly '{' 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. 169
 Error whitespace ParenPad ')' is not preceded with whitespace. 169
 Error blocks LeftCurly '{' should be on a new line. 169
 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 blocks LeftCurly '{' should be on a new line. 174
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error whitespace ParenPad ')' is not preceded with whitespace. 175
 Error blocks LeftCurly '{' 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

org/codehaus/mojo/jaxb2/shared/filters/pattern/AbstractPatternFilter.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error sizes LineLength Line is longer than 120 characters (found 126). 13
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 22
 Error blocks LeftCurly '{' should be on a new line. 22
 Error blocks LeftCurly '{' should be on a new line. 34
 Error whitespace ParenPad '(' is not followed by whitespace. 51
 Error whitespace ParenPad ')' is not preceded with whitespace. 51
 Error blocks LeftCurly '{' should be on a new line. 51
 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 '{' should be on a new line. 57
 Error blocks RightCurly '}' should be alone on a line. 61
 Error blocks LeftCurly '{' should be on a new line. 61
 Error whitespace ParenPad '(' is not followed by whitespace. 62
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 74
 Error whitespace ParenPad ')' is not preceded with whitespace. 74
 Error blocks LeftCurly '{' should be on a new line. 74
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 80
 Error whitespace ParenPad ')' is not preceded with whitespace. 80
 Error blocks LeftCurly '{' should be on a new line. 80
 Error whitespace ParenPad '(' is not followed by whitespace. 84
 Error whitespace ParenPad ')' is not preceded with whitespace. 84
 Error blocks RightCurly '}' should be alone on a line. 85
 Error blocks LeftCurly '{' should be on a new line. 85
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 87
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101
 Error blocks LeftCurly '{' should be on a new line. 101
 Error whitespace ParenPad '(' is not followed by whitespace. 104
 Error whitespace ParenPad ')' is not preceded with whitespace. 104
 Error whitespace ParenPad '(' is not followed by whitespace. 117
 Error whitespace ParenPad ')' is not preceded with whitespace. 117
 Error blocks LeftCurly '{' should be on a new line. 117
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks LeftCurly '{' should be on a new line. 135
 Error whitespace ParenPad '(' is not followed by whitespace. 137
 Error whitespace ParenPad ')' is not preceded with whitespace. 137
 Error blocks LeftCurly '{' should be on a new line. 137
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 141
 Error blocks RightCurly '}' should be alone on a line. 143
 Error blocks LeftCurly '{' should be on a new line. 143
 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. 183
 Error whitespace ParenPad ')' is not preceded with whitespace. 183
 Error blocks LeftCurly '{' should be on a new line. 183
 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. 188
 Error whitespace ParenPad ')' is not preceded with whitespace. 188
 Error blocks LeftCurly '{' 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 blocks LeftCurly '{' should be on a new line. 189
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad '(' is not followed by whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error whitespace ParenPad ')' is not preceded with whitespace. 190
 Error blocks LeftCurly '{' should be on a new line. 190
 Error whitespace ParenPad '(' is not followed by whitespace. 192
 Error whitespace ParenPad ')' is not preceded with whitespace. 192
 Error blocks LeftCurly '{' should be on a new line. 192
 Error whitespace ParenPad '(' is not followed by whitespace. 193
 Error whitespace ParenPad ')' is not preceded with whitespace. 194
 Error whitespace ParenPad '(' is not followed by whitespace. 216
 Error whitespace ParenPad ')' is not preceded with whitespace. 216
 Error blocks LeftCurly '{' should be on a new line. 216
 Error whitespace ParenPad '(' is not followed by whitespace. 217
 Error whitespace ParenPad ')' is not preceded with whitespace. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 230
 Error whitespace ParenPad ')' is not preceded with whitespace. 230
 Error blocks LeftCurly '{' should be on a new line. 230
 Error whitespace ParenPad '(' is not followed by whitespace. 234
 Error whitespace ParenPad ')' is not preceded with whitespace. 234
 Error blocks LeftCurly '{' should be on a new line. 234
 Error whitespace ParenPad '(' is not followed by whitespace. 236
 Error whitespace ParenPad ')' is not preceded with whitespace. 236
 Error whitespace ParenPad '(' is not followed by whitespace. 242
 Error whitespace ParenPad ')' is not preceded with whitespace. 242
 Error blocks LeftCurly '{' should be on a new line. 242
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad '(' is not followed by whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error whitespace ParenPad ')' is not preceded with whitespace. 243
 Error blocks LeftCurly '{' should be on a new line. 254
 Error whitespace ParenPad '(' is not followed by whitespace. 256
 Error whitespace ParenPad ')' is not preceded with whitespace. 256
 Error whitespace ParenPad '(' is not followed by whitespace. 257
 Error whitespace ParenPad ')' is not preceded with whitespace. 257
 Error whitespace ParenPad '(' is not followed by whitespace. 257
 Error whitespace ParenPad ')' is not preceded with whitespace. 257
 Error whitespace ParenPad '(' is not followed by whitespace. 257
 Error whitespace ParenPad ')' is not preceded with whitespace. 257
 Error whitespace ParenPad '(' is not followed by whitespace. 258
 Error whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 258
 Error whitespace ParenPad ')' is not preceded with whitespace. 258
 Error whitespace ParenPad '(' is not followed by whitespace. 260
 Error whitespace ParenPad ')' is not preceded with whitespace. 260
 Error whitespace ParenPad '(' is not followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with 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 followed by whitespace. 264
 Error whitespace ParenPad ')' is not preceded with whitespace. 264
 Error whitespace ParenPad '(' is not followed by whitespace. 266
 Error whitespace ParenPad ')' is not preceded with whitespace. 266
 Error blocks LeftCurly '{' should be on a new line. 266
 Error whitespace ParenPad '(' is not followed by whitespace. 267
 Error whitespace ParenPad ')' is not preceded with whitespace. 267
 Error whitespace ParenPad '(' is not followed by whitespace. 268
 Error whitespace ParenPad ')' is not preceded with whitespace. 268
 Error blocks LeftCurly '{' should be on a new line. 268
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace WhitespaceAround '+' is not preceded with whitespace. 269
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks RightCurly '}' should be alone on a line. 272
 Error blocks LeftCurly '{' should be on a new line. 272
 Error whitespace ParenPad '(' is not followed by whitespace. 273
 Error whitespace ParenPad ')' is not preceded with whitespace. 273
 Error whitespace ParenPad '(' is not followed by whitespace. 277
 Error whitespace ParenPad ')' is not preceded with whitespace. 277
 Error whitespace ParenPad '(' is not followed by whitespace. 277
 Error whitespace ParenPad ')' is not preceded with whitespace. 277

org/codehaus/mojo/jaxb2/shared/filters/pattern/PatternFileFilter.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error blocks LeftCurly '{' should be on a new line. 22
 Error whitespace ParenPad '(' is not followed by whitespace. 36
 Error whitespace ParenPad ')' is not preceded with whitespace. 36
 Error blocks LeftCurly '{' 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. 55
 Error whitespace ParenPad ')' is not preceded with whitespace. 59
 Error blocks LeftCurly '{' should be on a new line. 59
 Error whitespace ParenPad '(' is not followed by whitespace. 63
 Error whitespace ParenPad ')' is not preceded with whitespace. 63
 Error whitespace ParenPad '(' is not followed by whitespace. 64
 Error whitespace ParenPad ')' is not preceded with whitespace. 64
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error blocks LeftCurly '{' 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. 98
 Error whitespace ParenPad ')' is not preceded with whitespace. 98
 Error blocks LeftCurly '{' should be on a new line. 98
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error blocks LeftCurly '{' 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. 123
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error blocks LeftCurly '{' should be on a new line. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 125
 Error whitespace ParenPad ')' is not preceded with whitespace. 125
 Error whitespace ParenPad '(' is not followed by whitespace. 138
 Error whitespace ParenPad ')' is not preceded with whitespace. 139
 Error blocks LeftCurly '{' should be on a new line. 139
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 149
 Error blocks LeftCurly '{' should be on a new line. 149
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error whitespace ParenPad '(' is not followed by whitespace. 153
 Error whitespace ParenPad ')' is not preceded with whitespace. 153
 Error whitespace ParenPad '(' is not followed by whitespace. 157
 Error whitespace ParenPad ')' is not preceded with whitespace. 157
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 161
 Error whitespace ParenPad ')' is not preceded with whitespace. 161

org/codehaus/mojo/jaxb2/shared/filters/pattern/PatternURLFilter.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^/\*\s*$'. 3
 Error blocks LeftCurly '{' should be on a new line. 12
 Error whitespace ParenPad '(' is not followed by whitespace. 24
 Error whitespace ParenPad ')' is not preceded with whitespace. 24
 Error blocks LeftCurly '{' should be on a new line. 24
 Error blocks LeftCurly '{' should be on a new line. 25
 Error blocks RightCurly '}' should be alone on a line. 27
 Error whitespace ParenPad '(' is not followed by whitespace. 27
 Error whitespace ParenPad ')' is not preceded with whitespace. 27
 Error blocks LeftCurly '{' should be on a new line. 27
 Error whitespace ParenPad '(' is not followed by whitespace. 30
 Error whitespace ParenPad ')' is not preceded with whitespace. 30
 Error whitespace ParenPad '(' is not followed by whitespace. 45
 Error whitespace ParenPad ')' is not preceded with whitespace. 45
 Error blocks LeftCurly '{' 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 sizes LineLength Line is longer than 120 characters (found 123). 62
 Error whitespace ParenPad '(' is not followed by whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 71
 Error blocks LeftCurly '{' should be on a new line. 71
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 76
 Error whitespace ParenPad ')' is not preceded with whitespace. 76
 Error whitespace ParenPad '(' is not followed by whitespace. 77
 Error whitespace ParenPad ')' is not preceded with whitespace. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 78
 Error whitespace ParenPad ')' is not preceded with whitespace. 78
 Error whitespace ParenPad '(' is not followed by whitespace. 79
 Error whitespace ParenPad ')' is not preceded with whitespace. 79

org/codehaus/mojo/jaxb2/shared/filters/pattern/StringConverter.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 9
 Error blocks LeftCurly '{' should be on a new line. 9
 Error whitespace ParenPad '(' is not followed by whitespace. 17
 Error whitespace ParenPad ')' is not preceded with whitespace. 17

org/codehaus/mojo/jaxb2/shared/filters/pattern/ToStringConverter.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Type Javadoc comment is missing an @param <T> tag. 9
 Error blocks LeftCurly '{' should be on a new line. 9
 Error whitespace ParenPad '(' is not followed by whitespace. 15
 Error whitespace ParenPad ')' is not preceded with whitespace. 15
 Error blocks LeftCurly '{' should be on a new line. 15

org/codehaus/mojo/jaxb2/shared/package-info.java

Severity Category Rule Message Line
 Error header RegexpHeader Missing a header - not enough lines in file. 1

org/codehaus/mojo/jaxb2/shared/version/DependencyInfo.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Error whitespace ParenPad '(' is not followed by whitespace. 40
 Error whitespace ParenPad ')' is not preceded with whitespace. 40
 Error blocks LeftCurly '{' should be on a new line. 40
 Error blocks LeftCurly '{' should be on a new line. 49
 Error blocks LeftCurly '{' should be on a new line. 56
 Error blocks LeftCurly '{' should be on a new line. 63
 Error blocks LeftCurly '{' should be on a new line. 70
 Error blocks LeftCurly '{' should be on a new line. 77
 Error whitespace ParenPad '(' is not followed by whitespace. 86
 Error whitespace ParenPad ')' is not preceded with whitespace. 86
 Error blocks LeftCurly '{' should be on a new line. 86
 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. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error blocks LeftCurly '{' should be on a new line. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 103
 Error whitespace ParenPad ')' is not preceded with whitespace. 103
 Error blocks LeftCurly '{' should be on a new line. 112
 Error blocks LeftCurly '{' should be on a new line. 120
 Error blocks LeftCurly '{' should be on a new line. 128
 Error whitespace ParenPad '(' is not followed by whitespace. 140
 Error whitespace ParenPad ')' is not preceded with whitespace. 140
 Error blocks LeftCurly '{' should be on a new line. 140
 Error whitespace ParenPad '(' is not followed by whitespace. 143
 Error whitespace ParenPad ')' is not preceded with whitespace. 143
 Error blocks LeftCurly '{' should be on a new line. 143
 Error whitespace ParenPad '(' is not followed by whitespace. 146
 Error whitespace ParenPad ')' is not preceded with whitespace. 146
 Error blocks LeftCurly '{' should be on a new line. 146
 Error whitespace ParenPad '(' is not followed by whitespace. 151
 Error whitespace ParenPad ')' is not preceded with whitespace. 151
 Error whitespace ParenPad '(' is not followed by whitespace. 152
 Error whitespace ParenPad ')' is not preceded with whitespace. 152
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error blocks LeftCurly '{' should be on a new line. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 156
 Error whitespace ParenPad ')' is not preceded with whitespace. 156
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error blocks LeftCurly '{' should be on a new line. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 159
 Error whitespace ParenPad ')' is not preceded with whitespace. 159

org/codehaus/mojo/jaxb2/shared/version/DependsFileParser.java

Severity Category Rule Message Line
 Error blocks LeftCurly '{' should be on a new line. 41
 Error blocks LeftCurly '{' should be on a new line. 87
 Warning javadoc JavadocMethod Unused @throws tag for 'java.lang.IllegalStateException'. 96
 Error whitespace ParenPad '(' is not followed by whitespace. 99
 Error whitespace ParenPad ')' is not preceded with whitespace. 99
 Error blocks LeftCurly '{' should be on a new line. 99
 Error whitespace ParenPad '(' is not followed by whitespace. 102
 Error whitespace ParenPad ')' is not preceded with whitespace. 102
 Error blocks LeftCurly '{' should be on a new line. 106
 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. 110
 Error whitespace ParenPad '(' is not followed by whitespace. 114
 Error whitespace ParenPad ')' is not preceded with whitespace. 114
 Error blocks LeftCurly '{' should be on a new line. 114
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad '(' is not followed by whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error whitespace ParenPad ')' is not preceded with whitespace. 115
 Error blocks LeftCurly '{' should be on a new line. 115
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 120
 Error whitespace ParenPad ')' is not preceded with whitespace. 120
 Error blocks LeftCurly '{' should be on a new line. 120
 Error whitespace ParenPad '(' is not followed by whitespace. 121
 Error whitespace ParenPad ')' is not preceded with whitespace. 121
 Error blocks RightCurly '}' should be alone on a line. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 124
 Error whitespace ParenPad ')' is not preceded with whitespace. 124
 Error blocks LeftCurly '{' should be on a new line. 124
 Error whitespace ParenPad '(' is not followed by whitespace. 129
 Error whitespace ParenPad ')' is not preceded with whitespace. 129
 Error blocks LeftCurly '{' should be on a new line. 129
 Error whitespace ParenPad '(' is not followed by whitespace. 130
 Error whitespace ParenPad ')' is not preceded with whitespace. 130
 Error blocks RightCurly '}' should be alone on a line. 131
 Error blocks LeftCurly '{' should be on a new line. 131
 Error whitespace ParenPad '(' is not followed by whitespace. 132
 Error whitespace ParenPad ')' is not preceded with whitespace. 133
 Warning javadoc JavadocMethod Unused @throws tag for 'java.lang.IllegalStateException'. 144
 Error whitespace ParenPad '(' is not followed by whitespace. 147
 Error whitespace ParenPad ')' is not preceded with whitespace. 147
 Error blocks LeftCurly '{' should be on a new line. 147
 Error whitespace ParenPad '(' is not followed by whitespace. 150
 Error whitespace ParenPad ')' is not preceded with whitespace. 150
 Error blocks LeftCurly '{' should be on a new line. 154
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad ')' is not preceded with whitespace. 155
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error whitespace ParenPad ')' is not preceded with whitespace. 158
 Error blocks LeftCurly '{' should be on a new line. 158
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error blocks LeftCurly '{' should be on a new line. 162
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163
 Error blocks RightCurly '}' should be alone on a line. 164
 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 followed by whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error whitespace ParenPad ')' is not preceded with whitespace. 164
 Error blocks LeftCurly '{' should be on a new line. 164
 Error blocks RightCurly '}' should be alone on a line. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error blocks LeftCurly '{' should be on a new line. 167
 Error whitespace ParenPad '(' is not followed by whitespace. 170
 Error whitespace ParenPad ')' is not preceded with whitespace. 170
 Error whitespace ParenPad '(' is not followed by whitespace. 171
 Error whitespace ParenPad ')' is not preceded with whitespace. 172
 Error whitespace ParenPad '(' is not followed by whitespace. 177
 Error whitespace ParenPad ')' is not preceded with whitespace. 177
 Error blocks RightCurly '}' should be alone on a line. 180
 Error whitespace ParenPad '(' is not followed by whitespace. 180
 Error whitespace ParenPad ')' is not preceded with whitespace. 180
 Error blocks LeftCurly '{' should be on a new line. 180
 Error whitespace ParenPad '(' is not followed by whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 181
 Error whitespace ParenPad ')' is not preceded with whitespace. 197
 Error blocks LeftCurly '{' should be on a new line. 197
 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. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error blocks LeftCurly '{' should be on a new line. 205
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error blocks LeftCurly '{' should be on a new line. 208
 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. 211
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error whitespace ParenPad '(' is not followed by whitespace. 219
 Error whitespace ParenPad ')' is not preceded with whitespace. 219
 Error whitespace ParenPad '(' is not followed by whitespace. 223
 Error whitespace ParenPad ')' is not preceded with whitespace. 223
 Error blocks LeftCurly '{' should be on a new line. 223
 Error whitespace ParenPad '(' is not followed by whitespace. 228
 Error whitespace ParenPad ')' is not preceded with whitespace. 228
 Error whitespace ParenPad '(' is not followed by whitespace. 229
 Error whitespace ParenPad ')' is not preceded with whitespace. 229
 Error whitespace ParenPad '(' is not followed by whitespace. 231
 Error whitespace ParenPad ')' is not preceded with whitespace. 231
 Error blocks LeftCurly '{' 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 whitespace ParenPad '(' is not followed by whitespace. 234
 Error whitespace ParenPad ')' is not preceded with whitespace. 234
 Error blocks LeftCurly '{' 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