Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 13.3.0 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
40 0 0 2674

Files

File  I  W  E
io/micronaut/maven/AbstractDockerMojo.java 0 0 193
io/micronaut/maven/AbstractMicronautMojo.java 0 0 2
io/micronaut/maven/DockerCracMojo.java 0 0 89
io/micronaut/maven/DockerMojo.java 0 0 30
io/micronaut/maven/DockerNativeMojo.java 0 0 88
io/micronaut/maven/DockerPushMojo.java 0 0 31
io/micronaut/maven/DockerfileMojo.java 0 0 90
io/micronaut/maven/GraalVMResourcesMojo.java 0 0 32
io/micronaut/maven/HelpMojo.java 0 0 489
io/micronaut/maven/ImportFactoryMojo.java 0 0 40
io/micronaut/maven/NativeImageAgentSupport.java 0 0 67
io/micronaut/maven/NativeImageJibMojo.java 0 0 145
io/micronaut/maven/Packaging.java 0 0 13
io/micronaut/maven/RunMojo.java 0 0 129
io/micronaut/maven/aot/AotAnalysisMojo.java 0 0 15
io/micronaut/maven/aot/AotSampleMojo.java 0 0 14
io/micronaut/maven/jsonschema/AbstractConfigurationValidationMojo.java 0 0 127
io/micronaut/maven/jsonschema/ConfigurationValidationCache.java 0 0 54
io/micronaut/maven/jsonschema/ConfigurationValidationClasspath.java 0 0 14
io/micronaut/maven/jsonschema/ConfigurationValidationConfiguration.java 0 0 79
io/micronaut/maven/jsonschema/ConfigurationValidationExecutor.java 0 0 55
io/micronaut/maven/jsonschema/ConfigurationValidationFormat.java 0 0 2
io/micronaut/maven/jsonschema/JsonSchemaGeneratorMojo.java 0 0 31
io/micronaut/maven/jsonschema/ValidateConfigurationMojo.java 0 0 19
io/micronaut/maven/jsonschema/ValidateDevConfigurationMojo.java 0 0 17
io/micronaut/maven/jsonschema/ValidateTestConfigurationMojo.java 0 0 17
io/micronaut/maven/openapi/AbstractOpenApiMojo.java 0 0 132
io/micronaut/maven/openapi/OpenApiClientMojo.java 0 0 24
io/micronaut/maven/openapi/OpenApiGenericMojo.java 0 0 43
io/micronaut/maven/openapi/OpenApiServerMojo.java 0 0 22
io/micronaut/maven/openapi/ParameterMapping.java 0 0 28
io/micronaut/maven/openapi/ResponseBodyMapping.java 0 0 14
io/micronaut/maven/services/DockerService.java 0 0 76
io/micronaut/maven/testresources/AbstractTestResourcesMojo.java 0 0 37
io/micronaut/maven/testresources/DefaultServerFactory.java 0 0 51
io/micronaut/maven/testresources/StartTestResourcesServerMojo.java 0 0 31
io/micronaut/maven/testresources/StopTestResourcesServerMojo.java 0 0 21
io/micronaut/maven/testresources/TestResourcesConfiguration.java 0 0 29
io/micronaut/maven/testresources/TestResourcesHelper.java 0 0 224
io/micronaut/maven/testresources/TestResourcesLifecycleExtension.java 0 0 60

Rules

Category Rule Violations Severity
blocks LeftCurly 62  Error
RightCurly 9  Error
coding DeclarationOrder 2  Error
HiddenField 103  Error
MagicNumber 13  Error
design DesignForExtension 46  Error
VisibilityModifier 110  Error
imports UnusedImports
  • processJavadoc: "false"
1  Error
javadoc JavadocMethod 1  Error
JavadocPackage 7  Error
JavadocVariable 249  Error
MissingJavadocMethod 42  Error
misc FinalParameters 543  Error
modifier RedundantModifier 2  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
7  Error
sizes LineLength
  • fileExtensions: "java"
1122  Error
ParameterNumber 4  Error
whitespace NoWhitespaceAfter 3  Error
OperatorWrap 6  Error
ParenPad 342  Error

Details

io/micronaut/maven/AbstractDockerMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error sizes LineLength Line is longer than 80 characters (found 168). 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error sizes LineLength Line is longer than 80 characters (found 119). 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error sizes LineLength Line is longer than 80 characters (found 111). 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error sizes LineLength Line is longer than 80 characters (found 146). 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error sizes LineLength Line is longer than 80 characters (found 140). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error sizes LineLength Line is longer than 80 characters (found 114). 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error sizes LineLength Line is longer than 80 characters (found 101). 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error sizes LineLength Line is longer than 80 characters (found 92). 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error sizes LineLength Line is longer than 80 characters (found 83). 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error design VisibilityModifier Variable 'mavenProject' must be private and have accessor methods. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Error design VisibilityModifier Variable 'mavenSession' must be private and have accessor methods. 102
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error design VisibilityModifier Variable 'jibConfigurationService' must be private and have accessor methods. 103
 Error sizes LineLength Line is longer than 80 characters (found 84). 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error design VisibilityModifier Variable 'applicationConfigurationService' must be private and have accessor methods. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error design VisibilityModifier Variable 'dockerService' must be private and have accessor methods. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 106
 Error design VisibilityModifier Variable 'expressionEvaluator' must be private and have accessor methods. 106
 Error sizes LineLength Line is longer than 80 characters (found 117). 110
 Error sizes LineLength Line is longer than 80 characters (found 113). 111
 Error sizes LineLength Line is longer than 80 characters (found 122). 113
 Error design VisibilityModifier Variable 'nativeImageBuildArgs' must be private and have accessor methods. 118
 Error design VisibilityModifier Variable 'appArguments' must be private and have accessor methods. 124
 Error sizes LineLength Line is longer than 80 characters (found 103). 127
 Error design VisibilityModifier Variable 'lambdaBootstrapArguments' must be private and have accessor methods. 132
 Error sizes LineLength Line is longer than 80 characters (found 107). 136
 Error design VisibilityModifier Variable 'mainClass' must be private and have accessor methods. 139
 Error sizes LineLength Line is longer than 80 characters (found 96). 142
 Error sizes LineLength Line is longer than 80 characters (found 82). 144
 Error design VisibilityModifier Variable 'staticNativeImage' must be private and have accessor methods. 145
 Error design VisibilityModifier Variable 'micronautRuntime' must be private and have accessor methods. 151
 Error sizes LineLength Line is longer than 80 characters (found 113). 158
 Error design VisibilityModifier Variable 'baseImageRun' must be private and have accessor methods. 159
 Error sizes LineLength Line is longer than 80 characters (found 104). 162
 Error design VisibilityModifier Variable 'baseImage' must be private and have accessor methods. 167
 Error sizes LineLength Line is longer than 80 characters (found 122). 170
 Error sizes LineLength Line is longer than 80 characters (found 84). 172
 Error design VisibilityModifier Variable 'oracleLinuxVersion' must be private and have accessor methods. 173
 Error design VisibilityModifier Variable 'networkMode' must be private and have accessor methods. 181
 Error sizes LineLength Line is longer than 80 characters (found 149). 188
 Error design VisibilityModifier Variable 'jibBuildGoal' must be private and have accessor methods. 194
 Error sizes LineLength Line is longer than 80 characters (found 108). 196
 Error misc FinalParameters Parameter mavenProject should be final. 196
 Error coding HiddenField 'mavenProject' hides a field. 196
 Error misc FinalParameters Parameter jibConfigurationService should be final. 196
 Error coding HiddenField 'jibConfigurationService' hides a field. 196
 Error sizes LineLength Line is longer than 80 characters (found 97). 197
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 197
 Error coding HiddenField 'applicationConfigurationService' hides a field. 197
 Error sizes LineLength Line is longer than 80 characters (found 119). 198
 Error misc FinalParameters Parameter dockerService should be final. 198
 Error coding HiddenField 'dockerService' hides a field. 198
 Error misc FinalParameters Parameter mavenSession should be final. 198
 Error coding HiddenField 'mavenSession' hides a field. 198
 Error misc FinalParameters Parameter mojoExecution should be final. 198
 Error sizes LineLength Line is longer than 80 characters (found 103). 204
 Error sizes LineLength Line is longer than 80 characters (found 134). 208
 Error sizes LineLength Line is longer than 80 characters (found 86). 215
 Error sizes LineLength Line is longer than 80 characters (found 84). 216
 Error sizes LineLength Line is longer than 80 characters (found 106). 217
 Error sizes LineLength Line is longer than 80 characters (found 96). 220
 Error misc FinalParameters Parameter project should be final. 220
 Error misc FinalParameters Parameter propertName should be final. 220
 Error sizes LineLength Line is longer than 80 characters (found 84). 223
 Error sizes LineLength Line is longer than 80 characters (found 89). 229
 Error sizes LineLength Line is longer than 80 characters (found 94). 230
 Error sizes LineLength Line is longer than 80 characters (found 81). 235
 Error sizes LineLength Line is longer than 80 characters (found 104). 238
 Error sizes LineLength Line is longer than 80 characters (found 116). 240
 Error sizes LineLength Line is longer than 80 characters (found 111). 241
 Error sizes LineLength Line is longer than 80 characters (found 122). 242
 Error misc FinalParameters Parameter providedDockerfile should be final. 246
 Error sizes LineLength Line is longer than 80 characters (found 112). 248
 Error sizes LineLength Line is longer than 80 characters (found 108). 275
 Error sizes LineLength Line is longer than 80 characters (found 82). 286
 Error sizes LineLength Line is longer than 80 characters (found 133). 288
 Error sizes LineLength Line is longer than 80 characters (found 108). 292
 Error sizes LineLength Line is longer than 80 characters (found 82). 302
 Error sizes LineLength Line is longer than 80 characters (found 82). 308
 Error misc FinalParameters Parameter image should be final. 308
 Error sizes LineLength Line is longer than 80 characters (found 95). 314
 Error sizes LineLength Line is longer than 80 characters (found 99). 321
 Error misc FinalParameters Parameter repository should be final. 338
 Error sizes LineLength Line is longer than 80 characters (found 93). 340
 Error sizes LineLength Line is longer than 80 characters (found 86). 341
 Error sizes LineLength Line is longer than 80 characters (found 113). 351
 Error misc FinalParameters Parameter graalVmJvmVersion should be final. 351
 Error misc FinalParameters Parameter staticNativeImage should be final. 351
 Error coding HiddenField 'staticNativeImage' hides a field. 351
 Error misc FinalParameters Parameter oracleLinuxVersion should be final. 351
 Error coding HiddenField 'oracleLinuxVersion' hides a field. 351
 Error sizes LineLength Line is longer than 80 characters (found 99). 353
 Error sizes LineLength Line is longer than 80 characters (found 88). 354
 Error sizes LineLength Line is longer than 80 characters (found 96). 405
 Error misc FinalParameters Parameter expression should be final. 415
 Error sizes LineLength Line is longer than 80 characters (found 85). 417
 Error sizes LineLength Line is longer than 80 characters (found 116). 424
 Error sizes LineLength Line is longer than 80 characters (found 97). 437
 Error sizes LineLength Line is longer than 80 characters (found 101). 438
 Error sizes LineLength Line is longer than 80 characters (found 107). 448
 Error sizes LineLength Line is longer than 80 characters (found 89). 449
 Error sizes LineLength Line is longer than 80 characters (found 108). 450
 Error misc FinalParameters Parameter dependency should be final. 454
 Error sizes LineLength Line is longer than 80 characters (found 102). 455
 Error sizes LineLength Line is longer than 80 characters (found 86). 477
 Error sizes LineLength Line is longer than 80 characters (found 93). 479
 Error sizes LineLength Line is longer than 80 characters (found 82). 486
 Error sizes LineLength Line is longer than 80 characters (found 103). 490
 Error misc FinalParameters Parameter dockerfile should be final. 490
 Error sizes LineLength Line is longer than 80 characters (found 86). 495
 Error sizes LineLength Line is longer than 80 characters (found 95). 496
 Error sizes LineLength Line is longer than 80 characters (found 116). 502
 Error sizes LineLength Line is longer than 80 characters (found 84). 510
 Error sizes LineLength Line is longer than 80 characters (found 100). 512
 Error sizes LineLength Line is longer than 80 characters (found 85). 513
 Error sizes LineLength Line is longer than 80 characters (found 82). 515
 Error sizes LineLength Line is longer than 80 characters (found 98). 518
 Error misc FinalParameters Parameter argument should be final. 518
 Error sizes LineLength Line is longer than 80 characters (found 96). 519
 Error misc FinalParameters Parameter argument should be final. 526
 Error sizes LineLength Line is longer than 80 characters (found 96). 540
 Error misc FinalParameters Parameter source should be final. 540
 Error misc FinalParameters Parameter value should be final. 540
 Error sizes LineLength Line is longer than 80 characters (found 112). 545
 Error misc FinalParameters Parameter source should be final. 545
 Error misc FinalParameters Parameter value should be final. 545
 Error sizes LineLength Line is longer than 80 characters (found 104). 547
 Error sizes LineLength Line is longer than 80 characters (found 116). 552
 Error sizes LineLength Line is longer than 80 characters (found 111). 559
 Error misc FinalParameters Parameter source should be final. 559
 Error misc FinalParameters Parameter value should be final. 559
 Error sizes LineLength Line is longer than 80 characters (found 113). 564
 Error sizes LineLength Line is longer than 80 characters (found 109). 569
 Error misc FinalParameters Parameter source should be final. 569
 Error misc FinalParameters Parameter value should be final. 569
 Error sizes LineLength Line is longer than 80 characters (found 111). 576
 Error sizes LineLength Line is longer than 80 characters (found 108). 582
 Error misc FinalParameters Parameter source should be final. 582
 Error misc FinalParameters Parameter value should be final. 582
 Error sizes LineLength Line is longer than 80 characters (found 88). 587
 Error sizes LineLength Line is longer than 80 characters (found 106). 588
 Error sizes LineLength Line is longer than 80 characters (found 100). 591
 Error sizes LineLength Line is longer than 80 characters (found 94). 594
 Error sizes LineLength Line is longer than 80 characters (found 106). 599
 Error misc FinalParameters Parameter source should be final. 599
 Error misc FinalParameters Parameter value should be final. 599
 Error sizes LineLength Line is longer than 80 characters (found 105). 603
 Error misc FinalParameters Parameter source should be final. 603
 Error misc FinalParameters Parameter value should be final. 603
 Error coding MagicNumber '8' is a magic number. 605
 Error coding MagicNumber '0x20' is a magic number. 617
 Error sizes LineLength Line is longer than 80 characters (found 101). 628
 Error misc FinalParameters Parameter source should be final. 628
 Error misc FinalParameters Parameter value should be final. 628
 Error sizes LineLength Line is longer than 80 characters (found 81). 629
 Error sizes LineLength Line is longer than 80 characters (found 112). 632
 Error misc FinalParameters Parameter source should be final. 632
 Error misc FinalParameters Parameter value should be final. 632
 Error regexp RegexpSingleline Line has trailing spaces. 652
 Error regexp RegexpSingleline Line has trailing spaces. 661
 Error sizes LineLength Line is longer than 80 characters (found 82). 666
 Error regexp RegexpSingleline Line has trailing spaces. 670
 Error sizes LineLength Line is longer than 80 characters (found 121). 674
 Error regexp RegexpSingleline Line has trailing spaces. 679
 Error sizes LineLength Line is longer than 80 characters (found 184). 687
 Error sizes LineLength Line is longer than 80 characters (found 103). 695
 Error misc FinalParameters Parameter dockerfile should be final. 695
 Error sizes LineLength Line is longer than 80 characters (found 109). 698
 Error sizes LineLength Line is longer than 80 characters (found 176). 701

io/micronaut/maven/AbstractMicronautMojo.java

Severity Category Rule Message Line
 Error design DesignForExtension Class 'AbstractMicronautMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMicronautMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. 29
 Error misc FinalParameters Parameter log should be final. 30

io/micronaut/maven/DockerCracMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 55
 Error sizes LineLength Line is longer than 80 characters (found 118). 60
 Error sizes LineLength Line is longer than 80 characters (found 107). 61
 Error sizes LineLength Line is longer than 80 characters (found 119). 63
 Error sizes LineLength Line is longer than 80 characters (found 119). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error sizes LineLength Line is longer than 80 characters (found 123). 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error sizes LineLength Line is longer than 80 characters (found 92). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error sizes LineLength Line is longer than 80 characters (found 92). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error sizes LineLength Line is longer than 80 characters (found 90). 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error sizes LineLength Line is longer than 80 characters (found 107). 96
 Error sizes LineLength Line is longer than 80 characters (found 107). 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Error sizes LineLength Line is longer than 80 characters (found 90). 103
 Error sizes LineLength Line is longer than 80 characters (found 122). 105
 Error sizes LineLength Line is longer than 80 characters (found 137). 111
 Error sizes LineLength Line is longer than 80 characters (found 92). 123
 Error sizes LineLength Line is longer than 80 characters (found 84). 127
 Error sizes LineLength Line is longer than 80 characters (found 81). 135
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Error misc FinalParameters Parameter mavenProject should be final. 141
 Error misc FinalParameters Parameter jibConfigurationService should be final. 142
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 143
 Error misc FinalParameters Parameter dockerService should be final. 144
 Error misc FinalParameters Parameter mavenReaderFilter should be final. 145
 Error coding HiddenField 'mavenReaderFilter' hides a field. 145
 Error misc FinalParameters Parameter mavenSession should be final. 146
 Error misc FinalParameters Parameter mojoExecution should be final. 147
 Error sizes LineLength Line is longer than 80 characters (found 130). 149
 Error design DesignForExtension Class 'DockerCracMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerCracMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 153
 Error sizes LineLength Line is longer than 80 characters (found 96). 158
 Error sizes LineLength Line is longer than 80 characters (found 110). 161
 Error sizes LineLength Line is longer than 80 characters (found 119). 162
 Error sizes LineLength Line is longer than 80 characters (found 110). 164
 Error sizes LineLength Line is longer than 80 characters (found 104). 169
 Error whitespace OperatorWrap '+' should be on a new line. 169
 Error sizes LineLength Line is longer than 80 characters (found 98). 170
 Error whitespace OperatorWrap '+' should be on a new line. 170
 Error sizes LineLength Line is longer than 80 characters (found 95). 171
 Error sizes LineLength Line is longer than 80 characters (found 86). 173
 Error sizes LineLength Line is longer than 80 characters (found 112). 178
 Error sizes LineLength Line is longer than 80 characters (found 84). 181
 Error sizes LineLength Line is longer than 80 characters (found 112). 182
 Error misc FinalParameters Parameter architecture should be final. 193
 Error sizes LineLength Line is longer than 80 characters (found 92). 203
 Error sizes LineLength Line is longer than 80 characters (found 81). 206
 Error sizes LineLength Line is longer than 80 characters (found 108). 207
 Error sizes LineLength Line is longer than 80 characters (found 85). 209
 Error sizes LineLength Line is longer than 80 characters (found 116). 211
 Error sizes LineLength Line is longer than 80 characters (found 145). 231
 Error misc FinalParameters Parameter checkpointContainerId should be final. 231
 Error sizes LineLength Line is longer than 80 characters (found 97). 241
 Error sizes LineLength Line is longer than 80 characters (found 82). 250
 Error sizes LineLength Line is longer than 80 characters (found 84). 256
 Error sizes LineLength Line is longer than 80 characters (found 83). 257
 Error sizes LineLength Line is longer than 80 characters (found 84). 258
 Error sizes LineLength Line is longer than 80 characters (found 89). 261
 Error misc FinalParameters Parameter readinessCommand should be final. 261
 Error coding HiddenField 'readinessCommand' hides a field. 261
 Error misc FinalParameters Parameter mainClass should be final. 261
 Error sizes LineLength Line is longer than 80 characters (found 97). 268
 Error misc FinalParameters Parameter scriptNames should be final. 268
 Error sizes LineLength Line is longer than 80 characters (found 81). 269
 Error sizes LineLength Line is longer than 80 characters (found 96). 273
 Error sizes LineLength Line is longer than 80 characters (found 138). 276
 Error misc FinalParameters Parameter target should be final. 276
 Error misc FinalParameters Parameter replacements should be final. 276
 Error misc FinalParameters Parameter scriptNames should be final. 276
 Error sizes LineLength Line is longer than 80 characters (found 108). 279
 Error sizes LineLength Line is longer than 80 characters (found 106). 280
 Error sizes LineLength Line is longer than 80 characters (found 125). 281
 Error sizes LineLength Line is longer than 80 characters (found 140). 290
 Error sizes LineLength Line is longer than 80 characters (found 82). 293

io/micronaut/maven/DockerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 44
 Error sizes LineLength Line is longer than 80 characters (found 110). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 97). 61
 Error misc FinalParameters Parameter mavenProject should be final. 61
 Error misc FinalParameters Parameter jibConfigurationService should be final. 61
 Error sizes LineLength Line is longer than 80 characters (found 115). 62
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 62
 Error misc FinalParameters Parameter dockerService should be final. 62
 Error sizes LineLength Line is longer than 80 characters (found 112). 63
 Error misc FinalParameters Parameter mavenSession should be final. 63
 Error misc FinalParameters Parameter mojoExecution should be final. 63
 Error misc FinalParameters Parameter executorService should be final. 63
 Error coding HiddenField 'executorService' hides a field. 63
 Error sizes LineLength Line is longer than 80 characters (found 114). 64
 Error design DesignForExtension Class 'DockerMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 69
 Error sizes LineLength Line is longer than 80 characters (found 96). 71
 Error sizes LineLength Line is longer than 80 characters (found 99). 81
 Error sizes LineLength Line is longer than 80 characters (found 111). 83
 Error sizes LineLength Line is longer than 80 characters (found 93). 87
 Error misc FinalParameters Parameter providedDockerfile should be final. 87
 Error sizes LineLength Line is longer than 80 characters (found 83). 92
 Error sizes LineLength Line is longer than 80 characters (found 115). 98
 Error misc FinalParameters Parameter dockerfile should be final. 98
 Error misc FinalParameters Parameter providedDockerfileExists should be final. 98
 Error sizes LineLength Line is longer than 80 characters (found 83). 100
 Error sizes LineLength Line is longer than 80 characters (found 113). 101
 Error sizes LineLength Line is longer than 80 characters (found 97). 112

io/micronaut/maven/DockerNativeMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 49
 Error sizes LineLength Line is longer than 80 characters (found 123). 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes LineLength Line is longer than 80 characters (found 91). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error sizes LineLength Line is longer than 80 characters (found 90). 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error sizes LineLength Line is longer than 80 characters (found 103). 72
 Error misc FinalParameters Parameter mavenProject should be final. 72
 Error misc FinalParameters Parameter jibConfigurationService should be final. 72
 Error sizes LineLength Line is longer than 80 characters (found 121). 73
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 73
 Error misc FinalParameters Parameter dockerService should be final. 73
 Error sizes LineLength Line is longer than 80 characters (found 85). 74
 Error misc FinalParameters Parameter mavenSession should be final. 74
 Error misc FinalParameters Parameter mojoExecution should be final. 74
 Error sizes LineLength Line is longer than 80 characters (found 130). 75
 Error design DesignForExtension Class 'DockerNativeMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerNativeMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 78
 Error sizes LineLength Line is longer than 80 characters (found 84). 85
 Error sizes LineLength Line is longer than 80 characters (found 110). 100
 Error sizes LineLength Line is longer than 80 characters (found 104). 107
 Error whitespace OperatorWrap '+' should be on a new line. 107
 Error sizes LineLength Line is longer than 80 characters (found 98). 108
 Error whitespace OperatorWrap '+' should be on a new line. 108
 Error sizes LineLength Line is longer than 80 characters (found 95). 109
 Error sizes LineLength Line is longer than 80 characters (found 94). 117
 Error sizes LineLength Line is longer than 80 characters (found 111). 119
 Error sizes LineLength Line is longer than 80 characters (found 97). 121
 Error sizes LineLength Line is longer than 80 characters (found 137). 123
 Error sizes LineLength Line is longer than 80 characters (found 82). 124
 Error sizes LineLength Line is longer than 80 characters (found 327). 126
 Error sizes LineLength Line is longer than 80 characters (found 215). 128
 Error sizes LineLength Line is longer than 80 characters (found 237). 132
 Error sizes LineLength Line is longer than 80 characters (found 98). 136
 Error sizes LineLength Line is longer than 80 characters (found 139). 139
 Error sizes LineLength Line is longer than 80 characters (found 88). 143
 Error misc FinalParameters Parameter maxAllowedVersion should be final. 143
 Error sizes LineLength Line is longer than 80 characters (found 165). 145
 Error sizes LineLength Line is longer than 80 characters (found 87). 149
 Error sizes LineLength Line is longer than 80 characters (found 111). 155
 Error sizes LineLength Line is longer than 80 characters (found 89). 159
 Error sizes LineLength Line is longer than 80 characters (found 144). 161
 Error sizes LineLength Line is longer than 80 characters (found 85). 164
 Error sizes LineLength Line is longer than 80 characters (found 94). 166
 Error sizes LineLength Line is longer than 80 characters (found 81). 167
 Error sizes LineLength Line is longer than 80 characters (found 113). 170
 Error sizes LineLength Line is longer than 80 characters (found 112). 183
 Error sizes LineLength Line is longer than 80 characters (found 155). 187
 Error misc FinalParameters Parameter dockerfileName should be final. 187
 Error misc FinalParameters Parameter passClassName should be final. 187
 Error sizes LineLength Line is longer than 80 characters (found 97). 197
 Error sizes LineLength Line is longer than 80 characters (found 90). 199
 Error sizes LineLength Line is longer than 80 characters (found 81). 203
 Error sizes LineLength Line is longer than 80 characters (found 83). 204
 Error sizes LineLength Line is longer than 80 characters (found 159). 208
 Error sizes LineLength Line is longer than 80 characters (found 178). 217
 Error misc FinalParameters Parameter providedDockerfile should be final. 217
 Error misc FinalParameters Parameter tags should be final. 217
 Error misc FinalParameters Parameter passClassName should be final. 217
 Error misc FinalParameters Parameter from should be final. 217
 Error misc FinalParameters Parameter ports should be final. 217
 Error sizes LineLength Line is longer than 80 characters (found 83). 218
 Error sizes LineLength Line is longer than 80 characters (found 82). 222
 Error sizes LineLength Line is longer than 80 characters (found 112). 223
 Error sizes LineLength Line is longer than 80 characters (found 143). 225
 Error sizes LineLength Line is longer than 80 characters (found 109). 235
 Error misc FinalParameters Parameter passClassName should be final. 235
 Error sizes LineLength Line is longer than 80 characters (found 94). 241
 Error sizes LineLength Line is longer than 80 characters (found 89). 246
 Error sizes LineLength Line is longer than 80 characters (found 189). 251
 Error misc FinalParameters Parameter buildImageCmdArguments should be final. 251
 Error misc FinalParameters Parameter sharedArenaSupport should be final. 251
 Error misc FinalParameters Parameter buildImageCmdSupplier should be final. 251
 Error sizes LineLength Line is longer than 80 characters (found 92). 252
 Error sizes LineLength Line is longer than 80 characters (found 146). 253
 Error sizes LineLength Line is longer than 80 characters (found 85). 256
 Error sizes LineLength Line is longer than 80 characters (found 151). 257
 Error sizes LineLength Line is longer than 80 characters (found 90). 263
 Error sizes LineLength Line is longer than 80 characters (found 83). 264
 Error sizes LineLength Line is longer than 80 characters (found 92). 270
 Error sizes LineLength Line is longer than 80 characters (found 87). 274
 Error misc FinalParameters Parameter value should be final. 274

io/micronaut/maven/DockerPushMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 39
 Error sizes LineLength Line is longer than 80 characters (found 123). 40
 Error sizes LineLength Line is longer than 80 characters (found 84). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 101). 54
 Error misc FinalParameters Parameter mavenProject should be final. 54
 Error misc FinalParameters Parameter jibConfigurationService should be final. 54
 Error sizes LineLength Line is longer than 80 characters (found 119). 55
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 55
 Error misc FinalParameters Parameter dockerService should be final. 55
 Error sizes LineLength Line is longer than 80 characters (found 83). 56
 Error misc FinalParameters Parameter mavenSession should be final. 56
 Error misc FinalParameters Parameter mojoExecution should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 130). 57
 Error design DesignForExtension Class 'DockerPushMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerPushMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error sizes LineLength Line is longer than 80 characters (found 122). 63
 Error sizes LineLength Line is longer than 80 characters (found 142). 64
 Error sizes LineLength Line is longer than 80 characters (found 87). 71
 Error sizes LineLength Line is longer than 80 characters (found 81). 72
 Error sizes LineLength Line is longer than 80 characters (found 95). 77
 Error sizes LineLength Line is longer than 80 characters (found 104). 78
 Error sizes LineLength Line is longer than 80 characters (found 150). 79
 Error sizes LineLength Line is longer than 80 characters (found 116). 83
 Error sizes LineLength Line is longer than 80 characters (found 138). 95
 Error sizes LineLength Line is longer than 80 characters (found 117). 98
 Error sizes LineLength Line is longer than 80 characters (found 94). 99
 Error sizes LineLength Line is longer than 80 characters (found 102). 103
 Error sizes LineLength Line is longer than 80 characters (found 167). 107
 Error sizes LineLength Line is longer than 80 characters (found 173). 111
 Error sizes LineLength Line is longer than 80 characters (found 166). 112

io/micronaut/maven/DockerfileMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 51
 Error sizes LineLength Line is longer than 80 characters (found 84). 54
 Error sizes LineLength Line is longer than 80 characters (found 95). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 88). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error sizes LineLength Line is longer than 80 characters (found 81). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error sizes LineLength Line is longer than 80 characters (found 87). 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error sizes LineLength Line is longer than 80 characters (found 94). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error sizes LineLength Line is longer than 80 characters (found 91). 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error sizes LineLength Line is longer than 80 characters (found 83). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error sizes LineLength Line is longer than 80 characters (found 94). 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error sizes LineLength Line is longer than 80 characters (found 110). 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Error sizes LineLength Line is longer than 80 characters (found 130). 80
 Error misc FinalParameters Parameter mavenProject should be final. 80
 Error misc FinalParameters Parameter dockerService should be final. 80
 Error misc FinalParameters Parameter jibConfigurationService should be final. 80
 Error sizes LineLength Line is longer than 80 characters (found 123). 81
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 81
 Error misc FinalParameters Parameter executorService should be final. 81
 Error coding HiddenField 'executorService' hides a field. 81
 Error sizes LineLength Line is longer than 80 characters (found 83). 82
 Error misc FinalParameters Parameter mavenSession should be final. 82
 Error misc FinalParameters Parameter mojoExecution should be final. 82
 Error sizes LineLength Line is longer than 80 characters (found 130). 83
 Error design DesignForExtension Class 'DockerfileMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerfileMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 87
 Error sizes LineLength Line is longer than 80 characters (found 232). 97
 Error sizes LineLength Line is longer than 80 characters (found 108). 100
 Error sizes LineLength Line is longer than 80 characters (found 113). 107
 Error misc FinalParameters Parameter runtime should be final. 107
 Error sizes LineLength Line is longer than 80 characters (found 93). 111
 Error sizes LineLength Line is longer than 80 characters (found 84). 116
 Error sizes LineLength Line is longer than 80 characters (found 106). 123
 Error sizes LineLength Line is longer than 80 characters (found 117). 128
 Error misc FinalParameters Parameter runtime should be final. 128
 Error sizes LineLength Line is longer than 80 characters (found 115). 131
 Error sizes LineLength Line is longer than 80 characters (found 106). 132
 Error sizes LineLength Line is longer than 80 characters (found 129). 134
 Error sizes LineLength Line is longer than 80 characters (found 85). 136
 Error sizes LineLength Line is longer than 80 characters (found 106). 139
 Error sizes LineLength Line is longer than 80 characters (found 85). 144
 Error misc FinalParameters Parameter dockerfile should be final. 144
 Error sizes LineLength Line is longer than 80 characters (found 122). 147
 Error sizes LineLength Line is longer than 80 characters (found 145). 160
 Error misc FinalParameters Parameter runtime should be final. 160
 Error sizes LineLength Line is longer than 80 characters (found 87). 162
 Error sizes LineLength Line is longer than 80 characters (found 99). 166
 Error sizes LineLength Line is longer than 80 characters (found 100). 170
 Error sizes LineLength Line is longer than 80 characters (found 81). 180
 Error sizes LineLength Line is longer than 80 characters (found 84). 182
 Error sizes LineLength Line is longer than 80 characters (found 106). 184
 Error sizes LineLength Line is longer than 80 characters (found 96). 190
 Error misc FinalParameters Parameter dockerfile should be final. 190
 Error sizes LineLength Line is longer than 80 characters (found 102). 204
 Error misc FinalParameters Parameter allLines should be final. 204
 Error sizes LineLength Line is longer than 80 characters (found 85). 215
 Error misc FinalParameters Parameter line should be final. 215
 Error sizes LineLength Line is longer than 80 characters (found 132). 220
 Error sizes LineLength Line is longer than 80 characters (found 102). 223
 Error sizes LineLength Line is longer than 80 characters (found 113). 226
 Error sizes LineLength Line is longer than 80 characters (found 164). 229
 Error sizes LineLength Line is longer than 80 characters (found 101). 235
 Error sizes LineLength Line is longer than 80 characters (found 85). 240
 Error misc FinalParameters Parameter line should be final. 240
 Error misc FinalParameters Parameter placeholderName should be final. 240
 Error misc FinalParameters Parameter line should be final. 244
 Error coding MagicNumber '3' is a magic number. 249
 Error misc FinalParameters Parameter line should be final. 280
 Error misc FinalParameters Parameter line should be final. 289
 Error sizes LineLength Line is longer than 80 characters (found 92). 295
 Error sizes LineLength Line is longer than 80 characters (found 92). 304
 Error sizes LineLength Line is longer than 80 characters (found 101). 312
 Error misc FinalParameters Parameter argsFile should be final. 312
 Error sizes LineLength Line is longer than 80 characters (found 149). 313
 Error sizes LineLength Line is longer than 80 characters (found 85). 316
 Error sizes LineLength Line is longer than 80 characters (found 151). 317

io/micronaut/maven/GraalVMResourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 112). 43
 Error sizes LineLength Line is longer than 80 characters (found 86). 44
 Error sizes LineLength Line is longer than 80 characters (found 105). 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 112). 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 94). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 90). 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design DesignForExtension Class 'GraalVMResourcesMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GraalVMResourcesMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 67
 Error sizes LineLength Line is longer than 80 characters (found 98). 78
 Error sizes LineLength Line is longer than 80 characters (found 108). 83
 Error sizes LineLength Line is longer than 80 characters (found 90). 86
 Error sizes LineLength Line is longer than 80 characters (found 98). 97
 Error sizes LineLength Line is longer than 80 characters (found 115). 102
 Error misc FinalParameters Parameter folder should be final. 106
 Error misc FinalParameters Parameter folder should be final. 110
 Error misc FinalParameters Parameter filePath should be final. 110
 Error sizes LineLength Line is longer than 80 characters (found 108). 124
 Error sizes LineLength Line is longer than 80 characters (found 114). 125
 Error sizes LineLength Line is longer than 80 characters (found 92). 126
 Error sizes LineLength Line is longer than 80 characters (found 84). 132
 Error sizes LineLength Line is longer than 80 characters (found 82). 134
 Error sizes LineLength Line is longer than 80 characters (found 143). 135
 Error misc FinalParameters Parameter resourceName should be final. 154
 Error design DesignForExtension Class 'GraalVMResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GraalVMResourcesMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. 166
 Error misc FinalParameters Parameter log should be final. 167

io/micronaut/maven/HelpMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 101). 24
 Error whitespace ParenPad '(' is followed by whitespace. 27
 Error whitespace ParenPad ')' is preceded with whitespace. 27
 Error blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Error whitespace ParenPad '(' is followed by whitespace. 35
 Error whitespace ParenPad ')' is preceded with whitespace. 35
 Error sizes LineLength Line is longer than 80 characters (found 96). 39
 Error whitespace ParenPad '(' is followed by whitespace. 42
 Error whitespace ParenPad ')' is preceded with whitespace. 42
 Error whitespace ParenPad '(' is followed by whitespace. 49
 Error whitespace ParenPad ')' is preceded with whitespace. 49
 Error whitespace ParenPad '(' is followed by whitespace. 56
 Error whitespace ParenPad ')' is preceded with whitespace. 56
 Error coding DeclarationOrder Static variable definition in wrong order. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 96). 61
 Error coding DeclarationOrder Static variable definition in wrong order. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 67
 Error whitespace ParenPad '(' is followed by whitespace. 68
 Error whitespace ParenPad ')' is preceded with whitespace. 68
 Error sizes LineLength Line is longer than 80 characters (found 83). 69
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad '(' is followed by whitespace. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 69
 Error whitespace ParenPad ')' is preceded with whitespace. 69
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 70
 Error whitespace ParenPad '(' is followed by whitespace. 71
 Error whitespace ParenPad ')' is preceded with whitespace. 71
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 72
 Error sizes LineLength Line is longer than 80 characters (found 110). 73
 Error whitespace ParenPad '(' is followed by whitespace. 73
 Error whitespace ParenPad ')' is preceded with whitespace. 73
 Error sizes LineLength Line is longer than 80 characters (found 84). 75
 Error whitespace ParenPad '(' is followed by whitespace. 77
 Error whitespace ParenPad ')' is preceded with whitespace. 77
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 78
 Error whitespace ParenPad '(' is followed by whitespace. 79
 Error whitespace ParenPad ')' is preceded with whitespace. 79
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 80
 Error whitespace ParenPad '(' is followed by whitespace. 81
 Error whitespace ParenPad ')' is preceded with whitespace. 81
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 82
 Error whitespace ParenPad '(' is followed by whitespace. 83
 Error whitespace ParenPad ')' is preceded with whitespace. 83
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Error whitespace ParenPad '(' is followed by whitespace. 85
 Error whitespace ParenPad ')' is preceded with whitespace. 85
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 86
 Error whitespace ParenPad '(' is followed by whitespace. 87
 Error whitespace ParenPad ')' is preceded with whitespace. 87
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Error whitespace ParenPad '(' is followed by whitespace. 89
 Error whitespace ParenPad ')' is preceded with whitespace. 89
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 99
 Error whitespace ParenPad '(' is followed by whitespace. 100
 Error whitespace ParenPad ')' is preceded with whitespace. 100
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 101
 Error sizes LineLength Line is longer than 80 characters (found 101). 102
 Error whitespace ParenPad '(' is followed by whitespace. 102
 Error whitespace ParenPad ')' is preceded with whitespace. 102
 Error whitespace ParenPad '(' is followed by whitespace. 105
 Error whitespace ParenPad ')' is preceded with whitespace. 105
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 106
 Error sizes LineLength Line is longer than 80 characters (found 100). 107
 Error whitespace ParenPad '(' is followed by whitespace. 107
 Error whitespace ParenPad ')' is preceded with whitespace. 107
 Error whitespace ParenPad '(' is followed by whitespace. 114
 Error whitespace ParenPad ')' is preceded with whitespace. 114
 Error whitespace ParenPad '(' is followed by whitespace. 117
 Error whitespace ParenPad ')' is preceded with whitespace. 117
 Error whitespace ParenPad '(' is followed by whitespace. 118
 Error whitespace ParenPad ')' is preceded with whitespace. 118
 Error sizes LineLength Line is longer than 80 characters (found 107). 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 119
 Error whitespace ParenPad ')' is preceded with whitespace. 119
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error whitespace ParenPad '(' is followed by whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error whitespace ParenPad ')' is preceded with whitespace. 120
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 121
 Error whitespace ParenPad '(' is followed by whitespace. 122
 Error whitespace ParenPad ')' is preceded with whitespace. 122
 Error blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 123
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 125
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad '(' is followed by whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error whitespace ParenPad ')' is preceded with whitespace. 126
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 127
 Error whitespace ParenPad '(' is followed by whitespace. 128
 Error whitespace ParenPad ')' is preceded with whitespace. 128
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 129
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 131
 Error whitespace ParenPad '(' is followed by whitespace. 132
 Error whitespace ParenPad ')' is preceded with whitespace. 132
 Error whitespace ParenPad '(' is followed by whitespace. 135
 Error whitespace ParenPad '(' is followed by whitespace. 135
 Error whitespace ParenPad ')' is preceded with whitespace. 135
 Error whitespace ParenPad ')' is preceded with whitespace. 135
 Error whitespace ParenPad '(' is followed by whitespace. 136
 Error whitespace ParenPad ')' is preceded with whitespace. 136
 Error whitespace ParenPad '(' is followed by whitespace. 139
 Error whitespace ParenPad ')' is preceded with whitespace. 139
 Error whitespace ParenPad '(' is followed by whitespace. 141
 Error whitespace ParenPad ')' is preceded with whitespace. 141
 Error whitespace ParenPad '(' is followed by whitespace. 143
 Error whitespace ParenPad ')' is preceded with whitespace. 143
 Error whitespace ParenPad '(' is followed by whitespace. 145
 Error whitespace ParenPad ')' is preceded with whitespace. 145
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 146
 Error sizes LineLength Line is longer than 80 characters (found 109). 147
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error whitespace ParenPad ')' is preceded with whitespace. 147
 Error whitespace ParenPad '(' is followed by whitespace. 148
 Error whitespace ParenPad ')' is preceded with whitespace. 148
 Error whitespace ParenPad '(' is followed by whitespace. 151
 Error whitespace ParenPad ')' is preceded with whitespace. 151
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 152
 Error whitespace ParenPad '(' is followed by whitespace. 153
 Error whitespace ParenPad ')' is preceded with whitespace. 153
 Error whitespace ParenPad '(' is followed by whitespace. 156
 Error whitespace ParenPad ')' is preceded with whitespace. 156
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Error whitespace ParenPad '(' is followed by whitespace. 158
 Error whitespace ParenPad ')' is preceded with whitespace. 158
 Error whitespace ParenPad '(' is followed by whitespace. 163
 Error misc FinalParameters Parameter string should be final. 163
 Error whitespace ParenPad ')' is preceded with whitespace. 163
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 164
 Error whitespace ParenPad '(' is followed by whitespace. 168
 Error misc FinalParameters Parameter node should be final. 168
 Error misc FinalParameters Parameter elementName should be final. 168
 Error whitespace ParenPad ')' is preceded with whitespace. 168
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 170
 Error whitespace ParenPad '(' is followed by whitespace. 171
 Error whitespace ParenPad ')' is preceded with whitespace. 171
 Error whitespace ParenPad '(' is followed by whitespace. 174
 Error misc FinalParameters Parameter node should be final. 174
 Error misc FinalParameters Parameter elementName should be final. 174
 Error whitespace ParenPad ')' is preceded with whitespace. 174
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Error whitespace ParenPad '(' is followed by whitespace. 177
 Error whitespace ParenPad ')' is preceded with whitespace. 177
 Error whitespace ParenPad '(' is followed by whitespace. 178
 Error whitespace ParenPad ')' is preceded with whitespace. 178
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Error sizes LineLength Line is longer than 80 characters (found 104). 180
 Error whitespace ParenPad '(' is followed by whitespace. 180
 Error whitespace ParenPad ')' is preceded with whitespace. 180
 Error whitespace ParenPad '(' is followed by whitespace. 182
 Error whitespace ParenPad ')' is preceded with whitespace. 182
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Error sizes LineLength Line is longer than 80 characters (found 98). 184
 Error whitespace ParenPad '(' is followed by whitespace. 184
 Error whitespace ParenPad ')' is preceded with whitespace. 184
 Error whitespace ParenPad '(' is followed by whitespace. 186
 Error whitespace ParenPad ')' is preceded with whitespace. 186
 Error whitespace ParenPad '(' is followed by whitespace. 189
 Error misc FinalParameters Parameter node should be final. 189
 Error misc FinalParameters Parameter elementName should be final. 189
 Error whitespace ParenPad ')' is preceded with whitespace. 189
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 190
 Error whitespace ParenPad '(' is followed by whitespace. 193
 Error whitespace ParenPad ')' is preceded with whitespace. 193
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 194
 Error whitespace ParenPad '(' is followed by whitespace. 195
 Error whitespace ParenPad ')' is preceded with whitespace. 195
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad '(' is followed by whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error whitespace ParenPad ')' is preceded with whitespace. 196
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 197
 Error whitespace ParenPad '(' is followed by whitespace. 198
 Error whitespace ParenPad ')' is preceded with whitespace. 198
 Error whitespace ParenPad '(' is followed by whitespace. 204
 Error misc FinalParameters Parameter node should be final. 204
 Error misc FinalParameters Parameter elementName should be final. 204
 Error whitespace ParenPad ')' is preceded with whitespace. 204
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 206
 Error whitespace ParenPad '(' is followed by whitespace. 207
 Error whitespace ParenPad ')' is preceded with whitespace. 207
 Error whitespace ParenPad '(' is followed by whitespace. 208
 Error whitespace ParenPad ')' is preceded with whitespace. 208
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 209
 Error whitespace ParenPad '(' is followed by whitespace. 212
 Error whitespace ParenPad ')' is preceded with whitespace. 212
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 213
 Error sizes LineLength Line is longer than 80 characters (found 97). 214
 Error whitespace ParenPad '(' is followed by whitespace. 214
 Error whitespace ParenPad ')' is preceded with whitespace. 214
 Error whitespace ParenPad '(' is followed by whitespace. 216
 Error whitespace ParenPad ')' is preceded with whitespace. 216
 Error whitespace ParenPad '(' is followed by whitespace. 219
 Error misc FinalParameters Parameter sb should be final. 219
 Error misc FinalParameters Parameter goalPrefix should be final. 219
 Error misc FinalParameters Parameter mojo should be final. 219
 Error whitespace ParenPad ')' is preceded with whitespace. 219
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Error whitespace ParenPad '(' is followed by whitespace. 222
 Error whitespace ParenPad ')' is preceded with whitespace. 222
 Error whitespace ParenPad '(' is followed by whitespace. 223
 Error whitespace ParenPad ')' is preceded with whitespace. 223
 Error whitespace ParenPad '(' is followed by whitespace. 224
 Error whitespace ParenPad ')' is preceded with whitespace. 224
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad '(' is followed by whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error whitespace ParenPad ')' is preceded with whitespace. 225
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 226
 Error whitespace ParenPad '(' is followed by whitespace. 227
 Error whitespace ParenPad ')' is preceded with whitespace. 227
 Error whitespace ParenPad '(' is followed by whitespace. 228
 Error whitespace ParenPad ')' is preceded with whitespace. 228
 Error sizes LineLength Line is longer than 80 characters (found 86). 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error whitespace ParenPad '(' is followed by whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error whitespace ParenPad ')' is preceded with whitespace. 229
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 230
 Error whitespace ParenPad '(' is followed by whitespace. 231
 Error whitespace ParenPad ')' is preceded with whitespace. 231
 Error whitespace ParenPad '(' is followed by whitespace. 232
 Error whitespace ParenPad ')' is preceded with whitespace. 232
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 233
 Error whitespace ParenPad '(' is followed by whitespace. 234
 Error whitespace ParenPad ')' is preceded with whitespace. 234
 Error whitespace ParenPad '(' is followed by whitespace. 235
 Error whitespace ParenPad ')' is preceded with whitespace. 235
 Error blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 237
 Error whitespace ParenPad '(' is followed by whitespace. 238
 Error whitespace ParenPad ')' is preceded with whitespace. 238
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 239
 Error whitespace ParenPad '(' is followed by whitespace. 240
 Error whitespace ParenPad ')' is preceded with whitespace. 240
 Error whitespace ParenPad '(' is followed by whitespace. 242
 Error whitespace ParenPad ')' is preceded with whitespace. 242
 Error whitespace ParenPad '(' is followed by whitespace. 244
 Error whitespace ParenPad ')' is preceded with whitespace. 244
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 245
 Error whitespace ParenPad '(' is followed by whitespace. 246
 Error whitespace ParenPad ')' is preceded with whitespace. 246
 Error sizes LineLength Line is longer than 80 characters (found 86). 247
 Error whitespace ParenPad '(' is followed by whitespace. 247
 Error whitespace ParenPad ')' is preceded with whitespace. 247
 Error whitespace ParenPad '(' is followed by whitespace. 248
 Error whitespace ParenPad ')' is preceded with whitespace. 248
 Error whitespace ParenPad '(' is followed by whitespace. 249
 Error whitespace ParenPad ')' is preceded with whitespace. 249
 Error whitespace ParenPad '(' is followed by whitespace. 251
 Error whitespace ParenPad ')' is preceded with whitespace. 251
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 252
 Error whitespace ParenPad '(' is followed by whitespace. 253
 Error whitespace ParenPad ')' is preceded with whitespace. 253
 Error sizes LineLength Line is longer than 80 characters (found 94). 259
 Error whitespace ParenPad '(' is followed by whitespace. 259
 Error misc FinalParameters Parameter sb should be final. 259
 Error misc FinalParameters Parameter parameter should be final. 259
 Error misc FinalParameters Parameter configurationElement should be final. 259
 Error whitespace ParenPad ')' is preceded with whitespace. 259
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Error whitespace ParenPad '(' is followed by whitespace. 262
 Error whitespace ParenPad ')' is preceded with whitespace. 262
 Error whitespace ParenPad '(' is followed by whitespace. 263
 Error whitespace ParenPad ')' is preceded with whitespace. 263
 Error whitespace ParenPad '(' is followed by whitespace. 266
 Error whitespace ParenPad ')' is preceded with whitespace. 266
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 267
 Error sizes LineLength Line is longer than 80 characters (found 104). 268
 Error whitespace ParenPad '(' is followed by whitespace. 268
 Error whitespace ParenPad ')' is preceded with whitespace. 268
 Error sizes LineLength Line is longer than 80 characters (found 109). 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error whitespace ParenPad '(' is followed by whitespace. 272
 Error whitespace ParenPad ')' is preceded with whitespace. 272
 Error whitespace ParenPad ')' is preceded with whitespace. 272
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 273
 Error sizes LineLength Line is longer than 80 characters (found 116). 274
 Error whitespace ParenPad '(' is followed by whitespace. 274
 Error whitespace ParenPad ')' is preceded with whitespace. 274
 Error whitespace ParenPad '(' is followed by whitespace. 276
 Error whitespace ParenPad ')' is preceded with whitespace. 276
 Error whitespace ParenPad '(' is followed by whitespace. 277
 Error whitespace ParenPad ')' is preceded with whitespace. 277
 Error sizes LineLength Line is longer than 80 characters (found 82). 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error whitespace ParenPad '(' is followed by whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error whitespace ParenPad ')' is preceded with whitespace. 278
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 279
 Error whitespace ParenPad '(' is followed by whitespace. 280
 Error coding MagicNumber '3' is a magic number. 280
 Error whitespace ParenPad ')' is preceded with whitespace. 280
 Error whitespace ParenPad '(' is followed by whitespace. 281
 Error whitespace ParenPad ')' is preceded with whitespace. 281
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad '(' is followed by whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error whitespace ParenPad ')' is preceded with whitespace. 283
 Error whitespace ParenPad '(' is followed by whitespace. 284
 Error coding MagicNumber '3' is a magic number. 284
 Error whitespace ParenPad ')' is preceded with whitespace. 284
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad '(' is followed by whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error whitespace ParenPad ')' is preceded with whitespace. 286
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 287
 Error whitespace ParenPad '(' is followed by whitespace. 288
 Error coding MagicNumber '3' is a magic number. 288
 Error whitespace ParenPad ')' is preceded with whitespace. 288
 Error sizes LineLength Line is longer than 80 characters (found 112). 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error whitespace ParenPad '(' is followed by whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error whitespace ParenPad ')' is preceded with whitespace. 290
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 291
 Error sizes LineLength Line is longer than 80 characters (found 102). 292
 Error whitespace ParenPad '(' is followed by whitespace. 292
 Error whitespace ParenPad ')' is preceded with whitespace. 292
 Error whitespace ParenPad '(' is followed by whitespace. 293
 Error coding MagicNumber '3' is a magic number. 293
 Error whitespace ParenPad ')' is preceded with whitespace. 293
 Error whitespace ParenPad '(' is followed by whitespace. 296
 Error whitespace ParenPad ')' is preceded with whitespace. 296
 Error whitespace ParenPad '(' is followed by whitespace. 308
 Error misc FinalParameters Parameter str should be final. 308
 Error misc FinalParameters Parameter repeat should be final. 308
 Error whitespace ParenPad ')' is preceded with whitespace. 308
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 309
 Error whitespace ParenPad '(' is followed by whitespace. 310
 Error whitespace ParenPad ')' is preceded with whitespace. 310
 Error whitespace ParenPad '(' is followed by whitespace. 312
 Error whitespace ParenPad ')' is preceded with whitespace. 312
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 313
 Error whitespace ParenPad '(' is followed by whitespace. 314
 Error whitespace ParenPad ')' is preceded with whitespace. 314
 Error sizes LineLength Line is longer than 80 characters (found 97). 321
 Error sizes LineLength Line is longer than 80 characters (found 86). 324
 Error sizes LineLength Line is longer than 80 characters (found 88). 326
 Error whitespace ParenPad '(' is followed by whitespace. 328
 Error misc FinalParameters Parameter sb should be final. 328
 Error misc FinalParameters Parameter description should be final. 328
 Error misc FinalParameters Parameter indent should be final. 328
 Error whitespace ParenPad ')' is preceded with whitespace. 328
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 329
 Error sizes LineLength Line is longer than 80 characters (found 84). 330
 Error whitespace ParenPad '(' is followed by whitespace. 330
 Error whitespace ParenPad '(' is followed by whitespace. 330
 Error whitespace ParenPad ')' is preceded with whitespace. 330
 Error whitespace ParenPad ')' is preceded with whitespace. 330
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 331
 Error whitespace ParenPad '(' is followed by whitespace. 332
 Error whitespace ParenPad ')' is preceded with whitespace. 332
 Error whitespace ParenPad '(' is followed by whitespace. 332
 Error whitespace ParenPad ')' is preceded with whitespace. 332
 Error sizes LineLength Line is longer than 80 characters (found 85). 339
 Error sizes LineLength Line is longer than 80 characters (found 87). 340
 Error sizes LineLength Line is longer than 80 characters (found 98). 346
 Error whitespace ParenPad '(' is followed by whitespace. 346
 Error misc FinalParameters Parameter text should be final. 346
 Error misc FinalParameters Parameter indent should be final. 346
 Error misc FinalParameters Parameter indentSize should be final. 346
 Error misc FinalParameters Parameter lineLength should be final. 346
 Error whitespace ParenPad ')' is preceded with whitespace. 346
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 347
 Error whitespace ParenPad '(' is followed by whitespace. 350
 Error whitespace ParenPad ')' is preceded with whitespace. 350
 Error whitespace ParenPad '(' is followed by whitespace. 352
 Error whitespace ParenPad ')' is preceded with whitespace. 352
 Error whitespace ParenPad '(' is followed by whitespace. 354
 Error whitespace ParenPad ')' is preceded with whitespace. 354
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 355
 Error whitespace ParenPad '(' is followed by whitespace. 356
 Error whitespace ParenPad ')' is preceded with whitespace. 356
 Error sizes LineLength Line is longer than 80 characters (found 93). 363
 Error sizes LineLength Line is longer than 80 characters (found 86). 365
 Error sizes LineLength Line is longer than 80 characters (found 98). 370
 Error whitespace ParenPad '(' is followed by whitespace. 370
 Error misc FinalParameters Parameter lines should be final. 370
 Error misc FinalParameters Parameter line should be final. 370
 Error misc FinalParameters Parameter indentSize should be final. 370
 Error misc FinalParameters Parameter lineLength should be final. 370
 Error whitespace ParenPad ')' is preceded with whitespace. 370
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 371
 Error whitespace ParenPad '(' is followed by whitespace. 372
 Error whitespace ParenPad ')' is preceded with whitespace. 372
 Error whitespace ParenPad '(' is followed by whitespace. 373
 Error coding MagicNumber '256' is a magic number. 373
 Error whitespace ParenPad ')' is preceded with whitespace. 373
 Error whitespace ParenPad '(' is followed by whitespace. 375
 Error whitespace ParenPad ')' is preceded with whitespace. 375
 Error whitespace ParenPad '(' is followed by whitespace. 377
 Error whitespace ParenPad ')' is preceded with whitespace. 377
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 378
 Error whitespace ParenPad '(' is followed by whitespace. 379
 Error whitespace ParenPad ')' is preceded with whitespace. 379
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 380
 Error whitespace ParenPad '(' is followed by whitespace. 381
 Error whitespace ParenPad ')' is preceded with whitespace. 381
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 382
 Error whitespace ParenPad '(' is followed by whitespace. 383
 Error whitespace ParenPad ')' is preceded with whitespace. 383
 Error whitespace ParenPad '(' is followed by whitespace. 384
 Error whitespace ParenPad ')' is preceded with whitespace. 384
 Error whitespace ParenPad '(' is followed by whitespace. 385
 Error whitespace ParenPad '(' is followed by whitespace. 385
 Error whitespace ParenPad ')' is preceded with whitespace. 385
 Error whitespace ParenPad ')' is preceded with whitespace. 385
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 386
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 388
 Error whitespace ParenPad '(' is followed by whitespace. 389
 Error whitespace ParenPad ')' is preceded with whitespace. 389
 Error whitespace ParenPad '(' is followed by whitespace. 393
 Error whitespace ParenPad ')' is preceded with whitespace. 393
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 394
 Error whitespace ParenPad '(' is followed by whitespace. 395
 Error whitespace ParenPad ')' is preceded with whitespace. 395
 Error whitespace ParenPad '(' is followed by whitespace. 396
 Error whitespace ParenPad ')' is preceded with whitespace. 396
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 397
 Error sizes LineLength Line is longer than 80 characters (found 88). 398
 Error whitespace ParenPad '(' is followed by whitespace. 398
 Error whitespace ParenPad '(' is followed by whitespace. 398
 Error whitespace ParenPad ')' is preceded with whitespace. 398
 Error whitespace ParenPad ')' is preceded with whitespace. 398
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 399
 Error whitespace ParenPad '(' is followed by whitespace. 400
 Error whitespace ParenPad ')' is preceded with whitespace. 400
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 401
 Error whitespace ParenPad '(' is followed by whitespace. 402
 Error whitespace ParenPad ')' is preceded with whitespace. 402
 Error blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 403
 Error blocks LeftCurly '{' at column 17 should be on the previous line. 405
 Error whitespace ParenPad '(' is followed by whitespace. 406
 Error whitespace ParenPad ')' is preceded with whitespace. 406
 Error whitespace ParenPad '(' is followed by whitespace. 410
 Error whitespace ParenPad ')' is preceded with whitespace. 410
 Error sizes LineLength Line is longer than 80 characters (found 103). 416
 Error whitespace ParenPad '(' is followed by whitespace. 419
 Error misc FinalParameters Parameter line should be final. 419
 Error whitespace ParenPad ')' is preceded with whitespace. 419
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 420
 Error whitespace ParenPad '(' is followed by whitespace. 422
 Error whitespace ParenPad '(' is followed by whitespace. 422
 Error whitespace ParenPad ')' is preceded with whitespace. 422
 Error whitespace ParenPad ')' is preceded with whitespace. 422
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 423
 Error whitespace ParenPad '(' is followed by whitespace. 426
 Error coding MagicNumber '4' is a magic number. 426
 Error whitespace ParenPad ')' is preceded with whitespace. 426
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 427
 Error whitespace ParenPad '(' is followed by whitespace. 428
 Error whitespace ParenPad '(' is followed by whitespace. 428
 Error whitespace ParenPad ')' is preceded with whitespace. 428
 Error whitespace ParenPad ')' is preceded with whitespace. 428
 Error blocks LeftCurly '{' at column 13 should be on the previous line. 429
 Error whitespace ParenPad '(' is followed by whitespace. 437
 Error misc FinalParameters Parameter expression should be final. 437
 Error whitespace ParenPad ')' is preceded with whitespace. 437
 Error blocks LeftCurly '{' at column 5 should be on the previous line. 438
 Error sizes LineLength Line is longer than 80 characters (found 94). 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad ')' is preceded with whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 439
 Error whitespace ParenPad ')' is preceded with whitespace. 439
 Error whitespace ParenPad '(' is followed by whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error whitespace ParenPad '(' is followed by whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error whitespace ParenPad ')' is preceded with whitespace. 440
 Error blocks LeftCurly '{' at column 9 should be on the previous line. 441
 Error whitespace ParenPad '(' is followed by whitespace. 443
 Error whitespace ParenPad ')' is preceded with whitespace. 443

io/micronaut/maven/ImportFactoryMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 177). 49
 Error sizes LineLength Line is longer than 80 characters (found 91). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 94). 69
 Error sizes LineLength Line is longer than 80 characters (found 172). 77
 Error sizes LineLength Line is longer than 80 characters (found 98). 81
 Error sizes LineLength Line is longer than 80 characters (found 106). 86
 Error sizes LineLength Line is longer than 80 characters (found 131). 94
 Error sizes LineLength Line is longer than 80 characters (found 126). 102
 Error sizes LineLength Line is longer than 80 characters (found 124). 110
 Error sizes LineLength Line is longer than 80 characters (found 122). 118
 Error sizes LineLength Line is longer than 80 characters (found 102). 122
 Error sizes LineLength Line is longer than 80 characters (found 101). 123
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 130
 Error misc FinalParameters Parameter project should be final. 131
 Error coding HiddenField 'project' hides a field. 131
 Error design DesignForExtension Class 'ImportFactoryMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImportFactoryMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 135
 Error sizes LineLength Line is longer than 80 characters (found 82). 153
 Error sizes LineLength Line is longer than 80 characters (found 100). 155
 Error sizes LineLength Line is longer than 80 characters (found 95). 170
 Error sizes LineLength Line is longer than 80 characters (found 101). 172
 Error sizes LineLength Line is longer than 80 characters (found 99). 179
 Error sizes LineLength Line is longer than 80 characters (found 105). 191
 Error misc FinalParameters Parameter dependencies should be final. 191
 Error sizes LineLength Line is longer than 80 characters (found 97). 217
 Error sizes LineLength Line is longer than 80 characters (found 98). 218
 Error sizes LineLength Line is longer than 80 characters (found 87). 229
 Error misc FinalParameters Parameter artifact should be final. 229
 Error sizes LineLength Line is longer than 80 characters (found 101). 232
 Error sizes LineLength Line is longer than 80 characters (found 88). 235
 Error misc FinalParameters Parameter artifact should be final. 245
 Error misc FinalParameters Parameter entry should be final. 255
 Error sizes LineLength Line is longer than 80 characters (found 97). 257
 Error sizes LineLength Line is longer than 80 characters (found 84). 258
 Error sizes LineLength Line is longer than 80 characters (found 102). 268
 Error misc FinalParameters Parameter packageName should be final. 268
 Error misc FinalParameters Parameter packages should be final. 268
 Error sizes LineLength Line is longer than 80 characters (found 90). 269
 Error sizes LineLength Line is longer than 80 characters (found 103). 279
 Error sizes LineLength Line is longer than 80 characters (found 128). 291

io/micronaut/maven/NativeImageAgentSupport.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error sizes LineLength Line is longer than 80 characters (found 81). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error sizes LineLength Line is longer than 80 characters (found 93). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 93). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error misc FinalParameters Parameter session should be final. 44
 Error misc FinalParameters Parameter project should be final. 45
 Error misc FinalParameters Parameter targetDirectory should be final. 46
 Error sizes LineLength Line is longer than 80 characters (found 110). 47
 Error misc FinalParameters Parameter existingJvmArguments should be final. 47
 Error sizes LineLength Line is longer than 80 characters (found 87). 48
 Error sizes LineLength Line is longer than 80 characters (found 182). 53
 Error sizes LineLength Line is longer than 80 characters (found 208). 56
 Error sizes LineLength Line is longer than 80 characters (found 140). 58
 Error sizes LineLength Line is longer than 80 characters (found 105). 59
 Error sizes LineLength Line is longer than 80 characters (found 106). 60
 Error sizes LineLength Line is longer than 80 characters (found 139). 66
 Error misc FinalParameters Parameter session should be final. 66
 Error misc FinalParameters Parameter project should be final. 66
 Error sizes LineLength Line is longer than 80 characters (found 116). 68
 Error sizes LineLength Line is longer than 80 characters (found 133). 75
 Error sizes LineLength Line is longer than 80 characters (found 134). 83
 Error misc FinalParameters Parameter project should be final. 83
 Error misc FinalParameters Parameter agentNode should be final. 83
 Error sizes LineLength Line is longer than 80 characters (found 215). 86
 Error sizes LineLength Line is longer than 80 characters (found 86). 94
 Error sizes LineLength Line is longer than 80 characters (found 92). 95
 Error sizes LineLength Line is longer than 80 characters (found 102). 101
 Error misc FinalParameters Parameter project should be final. 101
 Error misc FinalParameters Parameter options should be final. 101
 Error misc FinalParameters Parameter name should be final. 101
 Error sizes LineLength Line is longer than 80 characters (found 120). 111
 Error sizes LineLength Line is longer than 80 characters (found 92). 117
 Error misc FinalParameters Parameter agentNode should be final. 117
 Error sizes LineLength Line is longer than 80 characters (found 108). 124
 Error misc FinalParameters Parameter session should be final. 124
 Error sizes LineLength Line is longer than 80 characters (found 90). 125
 Error sizes LineLength Line is longer than 80 characters (found 83). 126
 Error sizes LineLength Line is longer than 80 characters (found 85). 133
 Error misc FinalParameters Parameter properties should be final. 133
 Error misc FinalParameters Parameter key should be final. 133
 Error sizes LineLength Line is longer than 80 characters (found 115). 140
 Error misc FinalParameters Parameter parent should be final. 140
 Error misc FinalParameters Parameter childName should be final. 140
 Error sizes LineLength Line is longer than 80 characters (found 82). 145
 Error sizes LineLength Line is longer than 80 characters (found 98). 148
 Error misc FinalParameters Parameter name should be final. 148
 Error misc FinalParameters Parameter value should be final. 148
 Error sizes LineLength Line is longer than 80 characters (found 118). 155
 Error misc FinalParameters Parameter parent should be final. 158
 Error misc FinalParameters Parameter childName should be final. 158
 Error sizes LineLength Line is longer than 80 characters (found 88). 160
 Error misc FinalParameters Parameter parent should be final. 163
 Error misc FinalParameters Parameter childName should be final. 163
 Error misc FinalParameters Parameter jvmArguments should be final. 167
 Error sizes LineLength Line is longer than 80 characters (found 102). 168
 Error sizes LineLength Line is longer than 80 characters (found 106). 171
 Error misc FinalParameters Parameter session should be final. 171
 Error misc FinalParameters Parameter jvmArguments should be final. 171
 Error sizes LineLength Line is longer than 80 characters (found 102). 172
 Error misc FinalParameters Parameter argument should be final. 177
 Error misc FinalParameters Parameter properties should be final. 181
 Error misc FinalParameters Parameter key should be final. 181

io/micronaut/maven/NativeImageJibMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 84). 69
 Error sizes LineLength Line is longer than 80 characters (found 123). 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error sizes LineLength Line is longer than 80 characters (found 86). 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error sizes LineLength Line is longer than 80 characters (found 86). 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error sizes LineLength Line is longer than 80 characters (found 112). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error sizes LineLength Line is longer than 80 characters (found 97). 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error sizes LineLength Line is longer than 80 characters (found 88). 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error sizes LineLength Line is longer than 80 characters (found 107). 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error sizes LineLength Line is longer than 80 characters (found 105). 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error sizes LineLength Line is longer than 80 characters (found 109). 95
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 98
 Error sizes LineLength Line is longer than 80 characters (found 109). 101
 Error design VisibilityModifier Variable 'executable' must be private and have accessor methods. 104
 Error sizes LineLength Line is longer than 80 characters (found 104). 107
 Error design VisibilityModifier Variable 'nativeImageJibBaseImage' must be private and have accessor methods. 110
 Error sizes LineLength Line is longer than 80 characters (found 105). 113
 Error sizes LineLength Line is longer than 80 characters (found 83). 115
 Error design VisibilityModifier Variable 'allowPlatformMismatch' must be private and have accessor methods. 116
 Error javadoc JavadocVariable Missing a Javadoc comment. 118
 Error javadoc JavadocVariable Missing a Javadoc comment. 119
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Error sizes LineLength Line is longer than 80 characters (found 105). 123
 Error misc FinalParameters Parameter mavenProject should be final. 123
 Error misc FinalParameters Parameter jibConfigurationService should be final. 123
 Error sizes LineLength Line is longer than 80 characters (found 123). 124
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 124
 Error misc FinalParameters Parameter dockerService should be final. 124
 Error sizes LineLength Line is longer than 80 characters (found 87). 125
 Error misc FinalParameters Parameter mavenSession should be final. 125
 Error misc FinalParameters Parameter mojoExecution should be final. 125
 Error coding HiddenField 'mojoExecution' hides a field. 125
 Error sizes LineLength Line is longer than 80 characters (found 114). 126
 Error design DesignForExtension Class 'NativeImageJibMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'NativeImageJibMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 136
 Error sizes LineLength Line is longer than 80 characters (found 115). 139
 Error sizes LineLength Line is longer than 80 characters (found 95). 149
 Error sizes LineLength Line is longer than 80 characters (found 102). 150
 Error sizes LineLength Line is longer than 80 characters (found 89). 154
 Error sizes LineLength Line is longer than 80 characters (found 91). 158
 Error sizes LineLength Line is longer than 80 characters (found 101). 161
 Error sizes LineLength Line is longer than 80 characters (found 108). 162
 Error sizes LineLength Line is longer than 80 characters (found 118). 163
 Error sizes LineLength Line is longer than 80 characters (found 126). 167
 Error misc FinalParameters Parameter nativeExecutable should be final. 167
 Error misc FinalParameters Parameter platform should be final. 167
 Error sizes LineLength Line is longer than 80 characters (found 109). 170
 Error sizes LineLength Line is longer than 80 characters (found 100). 173
 Error sizes LineLength Line is longer than 80 characters (found 95). 186
 Error misc FinalParameters Parameter baseImage should be final. 186
 Error sizes LineLength Line is longer than 80 characters (found 105). 190
 Error sizes LineLength Line is longer than 80 characters (found 93). 198
 Error misc FinalParameters Parameter builder should be final. 198
 Error misc FinalParameters Parameter containerizer should be final. 198
 Error sizes LineLength Line is longer than 80 characters (found 122). 199
 Error sizes LineLength Line is longer than 80 characters (found 108). 203
 Error misc FinalParameters Parameter imageReference should be final. 203
 Error sizes LineLength Line is longer than 80 characters (found 100). 210
 Error sizes LineLength Line is longer than 80 characters (found 88). 211
 Error sizes LineLength Line is longer than 80 characters (found 125). 213
 Error sizes LineLength Line is longer than 80 characters (found 97). 215
 Error sizes LineLength Line is longer than 80 characters (found 85). 216
 Error misc FinalParameters Parameter output should be final. 229
 Error sizes LineLength Line is longer than 80 characters (found 82). 236
 Error sizes LineLength Line is longer than 80 characters (found 89). 238
 Error sizes LineLength Line is longer than 80 characters (found 123). 239
 Error sizes LineLength Line is longer than 80 characters (found 90). 240
 Error sizes LineLength Line is longer than 80 characters (found 95). 245
 Error sizes LineLength Line is longer than 80 characters (found 85). 251
 Error sizes LineLength Line is longer than 80 characters (found 87). 252
 Error sizes LineLength Line is longer than 80 characters (found 81). 253
 Error misc FinalParameters Parameter properties should be final. 257
 Error misc FinalParameters Parameter key should be final. 257
 Error misc FinalParameters Parameter parameterName should be final. 261
 Error sizes LineLength Line is longer than 80 characters (found 108). 262
 Error misc FinalParameters Parameter parameter should be final. 269
 Error sizes LineLength Line is longer than 80 characters (found 91). 271
 Error sizes LineLength Line is longer than 80 characters (found 93). 277
 Error sizes LineLength Line is longer than 80 characters (found 97). 279
 Error sizes LineLength Line is longer than 80 characters (found 114). 283
 Error sizes LineLength Line is longer than 80 characters (found 109). 284
 Error sizes LineLength Line is longer than 80 characters (found 116). 285
 Error sizes LineLength Line is longer than 80 characters (found 82). 293
 Error sizes LineLength Line is longer than 80 characters (found 91). 302
 Error sizes LineLength Line is longer than 80 characters (found 81). 304
 Error sizes LineLength Line is longer than 80 characters (found 82). 305
 Error sizes LineLength Line is longer than 80 characters (found 96). 314
 Error sizes LineLength Line is longer than 80 characters (found 85). 315
 Error sizes LineLength Line is longer than 80 characters (found 101). 317
 Error sizes LineLength Line is longer than 80 characters (found 92). 320
 Error misc FinalParameters Parameter image should be final. 320
 Error sizes LineLength Line is longer than 80 characters (found 122). 324
 Error sizes LineLength Line is longer than 80 characters (found 118). 328
 Error misc FinalParameters Parameter image should be final. 328
 Error misc FinalParameters Parameter credential should be final. 328
 Error sizes LineLength Line is longer than 80 characters (found 106). 334
 Error sizes LineLength Line is longer than 80 characters (found 83). 338
 Error misc FinalParameters Parameter image should be final. 338
 Error misc FinalParameters Parameter credential should be final. 338
 Error sizes LineLength Line is longer than 80 characters (found 99). 350
 Error misc FinalParameters Parameter primaryImage should be final. 350
 Error sizes LineLength Line is longer than 80 characters (found 82). 355
 Error sizes LineLength Line is longer than 80 characters (found 129). 359
 Error misc FinalParameters Parameter image should be final. 366
 Error misc FinalParameters Parameter containerExecutable should be final. 375
 Error sizes LineLength Line is longer than 80 characters (found 84). 376
 Error sizes LineLength Line is longer than 80 characters (found 99). 400
 Error sizes LineLength Line is longer than 80 characters (found 137). 402
 Error sizes LineLength Line is longer than 80 characters (found 117). 407
 Error sizes LineLength Line is longer than 80 characters (found 151). 412
 Error sizes LineLength Line is longer than 80 characters (found 106). 414
 Error sizes LineLength Line is longer than 80 characters (found 141). 418
 Error sizes LineLength Line is longer than 80 characters (found 89). 423
 Error sizes LineLength Line is longer than 80 characters (found 84). 426
 Error misc FinalParameters Parameter platform should be final. 426
 Error sizes LineLength Line is longer than 80 characters (found 125). 428
 Error sizes LineLength Line is longer than 80 characters (found 82). 434
 Error sizes LineLength Line is longer than 80 characters (found 183). 436
 Error sizes LineLength Line is longer than 80 characters (found 190). 437
 Error sizes LineLength Line is longer than 80 characters (found 87). 439
 Error sizes LineLength Line is longer than 80 characters (found 101). 441
 Error sizes LineLength Line is longer than 80 characters (found 96). 442
 Error sizes LineLength Line is longer than 80 characters (found 130). 443
 Error misc FinalParameters Parameter architecture should be final. 447
 Error misc FinalParameters Parameter expression should be final. 455
 Error sizes LineLength Line is longer than 80 characters (found 85). 457
 Error sizes LineLength Line is longer than 80 characters (found 81). 459
 Error misc FinalParameters Parameter event should be final. 464

io/micronaut/maven/Packaging.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error misc FinalParameters Parameter id should be final. 34
 Error coding HiddenField 'id' hides a field. 34
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error misc FinalParameters Parameter value should be final. 42

io/micronaut/maven/RunMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 133). 76
 Error sizes LineLength Line is longer than 80 characters (found 119). 77
 Error sizes LineLength Line is longer than 80 characters (found 99). 79
 Error sizes LineLength Line is longer than 80 characters (found 154). 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error sizes LineLength Line is longer than 80 characters (found 97). 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 106
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Error sizes LineLength Line is longer than 80 characters (found 107). 118
 Error sizes LineLength Line is longer than 80 characters (found 86). 130
 Error sizes LineLength Line is longer than 80 characters (found 88). 148
 Error sizes LineLength Line is longer than 80 characters (found 101). 149
 Error sizes LineLength Line is longer than 80 characters (found 119). 162
 Error sizes LineLength Line is longer than 80 characters (found 124). 165
 Error sizes LineLength Line is longer than 80 characters (found 113). 171
 Error sizes LineLength Line is longer than 80 characters (found 140). 173
 Error sizes LineLength Line is longer than 80 characters (found 97). 179
 Error sizes LineLength Line is longer than 80 characters (found 81). 185
 Error sizes LineLength Line is longer than 80 characters (found 82). 197
 Error javadoc JavadocVariable Missing a Javadoc comment. 198
 Error sizes LineLength Line is longer than 80 characters (found 95). 199
 Error javadoc JavadocVariable Missing a Javadoc comment. 201
 Error javadoc JavadocVariable Missing a Javadoc comment. 203
 Error javadoc JavadocVariable Missing a Javadoc comment. 204
 Error javadoc JavadocVariable Missing a Javadoc comment. 205
 Error javadoc JavadocVariable Missing a Javadoc comment. 206
 Error javadoc JavadocVariable Missing a Javadoc comment. 207
 Error javadoc JavadocVariable Missing a Javadoc comment. 208
 Error javadoc JavadocVariable Missing a Javadoc comment. 209
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 211
 Error misc FinalParameters Parameter mavenSession should be final. 213
 Error coding HiddenField 'mavenSession' hides a field. 213
 Error misc FinalParameters Parameter pluginManager should be final. 214
 Error misc FinalParameters Parameter projectBuilder should be final. 215
 Error coding HiddenField 'projectBuilder' hides a field. 215
 Error misc FinalParameters Parameter toolchainManager should be final. 216
 Error coding HiddenField 'toolchainManager' hides a field. 216
 Error misc FinalParameters Parameter compilerService should be final. 217
 Error coding HiddenField 'compilerService' hides a field. 217
 Error misc FinalParameters Parameter executorService should be final. 218
 Error coding HiddenField 'executorService' hides a field. 218
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 219
 Error coding HiddenField 'dependencyResolutionService' hides a field. 219
 Error sizes LineLength Line is longer than 80 characters (found 81). 225
 Error design DesignForExtension Class 'RunMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RunMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 229
 Error sizes LineLength Line is longer than 80 characters (found 122). 247
 Error sizes LineLength Line is longer than 80 characters (found 85). 250
 Error sizes LineLength Line is longer than 80 characters (found 151). 251
 Error sizes LineLength Line is longer than 80 characters (found 88). 289
 Error sizes LineLength Line is longer than 80 characters (found 93). 301
 Error sizes LineLength Line is longer than 80 characters (found 90). 306
 Error sizes LineLength Line is longer than 80 characters (found 174). 308
 Error sizes LineLength Line is longer than 80 characters (found 103). 309
 Error sizes LineLength Line is longer than 80 characters (found 83). 312
 Error sizes LineLength Line is longer than 80 characters (found 118). 313
 Error sizes LineLength Line is longer than 80 characters (found 116). 314
 Error sizes LineLength Line is longer than 80 characters (found 102). 315
 Error sizes LineLength Line is longer than 80 characters (found 90). 316
 Error sizes LineLength Line is longer than 80 characters (found 97). 337
 Error misc FinalParameters Parameter mavenProject should be final. 349
 Error sizes LineLength Line is longer than 80 characters (found 97). 350
 Error sizes LineLength Line is longer than 80 characters (found 135). 351
 Error misc FinalParameters Parameter watches should be final. 354
 Error coding HiddenField 'watches' hides a field. 354
 Error misc FinalParameters Parameter event should be final. 358
 Error sizes LineLength Line is longer than 80 characters (found 92). 361
 Error sizes LineLength Line is longer than 80 characters (found 138). 365
 Error sizes LineLength Line is longer than 80 characters (found 86). 372
 Error misc FinalParameters Parameter path should be final. 378
 Error sizes LineLength Line is longer than 80 characters (found 125). 380
 Error sizes LineLength Line is longer than 80 characters (found 92). 384
 Error sizes LineLength Line is longer than 80 characters (found 84). 390
 Error sizes LineLength Line is longer than 80 characters (found 101). 392
 Error sizes LineLength Line is longer than 80 characters (found 114). 394
 Error sizes LineLength Line is longer than 80 characters (found 181). 397
 Error sizes LineLength Line is longer than 80 characters (found 88). 412
 Error sizes LineLength Line is longer than 80 characters (found 105). 414
 Error sizes LineLength Line is longer than 80 characters (found 118). 416
 Error sizes LineLength Line is longer than 80 characters (found 185). 419
 Error misc FinalParameters Parameter path should be final. 435
 Error sizes LineLength Line is longer than 80 characters (found 84). 439
 Error sizes LineLength Line is longer than 80 characters (found 96). 444
 Error whitespace OperatorWrap '||' should be on a new line. 444
 Error sizes LineLength Line is longer than 80 characters (found 91). 450
 Error sizes LineLength Line is longer than 80 characters (found 101). 468
 Error sizes LineLength Line is longer than 80 characters (found 118). 470
 Error sizes LineLength Line is longer than 80 characters (found 88). 477
 Error sizes LineLength Line is longer than 80 characters (found 164). 485
 Error sizes LineLength Line is longer than 80 characters (found 86). 514
 Error sizes LineLength Line is longer than 80 characters (found 88). 519
 Error sizes LineLength Line is longer than 80 characters (found 150). 520
 Error sizes LineLength Line is longer than 80 characters (found 99). 544
 Error misc FinalParameters Parameter args should be final. 563
 Error sizes LineLength Line is longer than 80 characters (found 131). 566
 Error misc FinalParameters Parameter args should be final. 570
 Error sizes LineLength Line is longer than 80 characters (found 124). 572
 Error whitespace OperatorWrap ':' should be on a new line. 572
 Error sizes LineLength Line is longer than 80 characters (found 94). 573
 Error sizes LineLength Line is longer than 80 characters (found 117). 574
 Error sizes LineLength Line is longer than 80 characters (found 102). 575
 Error sizes LineLength Line is longer than 80 characters (found 133). 580
 Error misc FinalParameters Parameter args should be final. 580
 Error misc FinalParameters Parameter translatedJvmArguments should be final. 580
 Error sizes LineLength Line is longer than 80 characters (found 165). 581
 Error sizes LineLength Line is longer than 80 characters (found 147). 584
 Error misc FinalParameters Parameter args should be final. 590
 Error sizes LineLength Line is longer than 80 characters (found 93). 592
 Error sizes LineLength Line is longer than 80 characters (found 86). 598
 Error misc FinalParameters Parameter arguments should be final. 603
 Error sizes LineLength Line is longer than 80 characters (found 132). 613
 Error sizes LineLength Line is longer than 80 characters (found 88). 638
 Error misc FinalParameters Parameter path should be final. 688
 Error misc FinalParameters Parameter pattern should be final. 692
 Error misc FinalParameters Parameter path should be final. 692
 Error sizes LineLength Line is longer than 80 characters (found 92). 696
 Error misc FinalParameters Parameter path should be final. 696
 Error misc FinalParameters Parameter includePattern should be final. 696
 Error misc FinalParameters Parameter directory should be final. 696
 Error sizes LineLength Line is longer than 80 characters (found 98). 698

io/micronaut/maven/aot/AotAnalysisMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 110). 30
 Error sizes LineLength Line is longer than 80 characters (found 116). 31
 Error sizes LineLength Line is longer than 80 characters (found 111). 34
 Error sizes LineLength Line is longer than 80 characters (found 111). 40
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Error sizes LineLength Line is longer than 80 characters (found 119). 45
 Error misc FinalParameters Parameter compilerService should be final. 45
 Error misc FinalParameters Parameter executorService should be final. 45
 Error misc FinalParameters Parameter mavenProject should be final. 45
 Error sizes LineLength Line is longer than 80 characters (found 83). 46
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 46
 Error sizes LineLength Line is longer than 80 characters (found 90). 47
 Error misc FinalParameters Parameter mavenSession should be final. 47
 Error misc FinalParameters Parameter toolchainManager should be final. 47
 Error sizes LineLength Line is longer than 80 characters (found 123). 48

io/micronaut/maven/aot/AotSampleMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 110). 31
 Error sizes LineLength Line is longer than 80 characters (found 148). 33
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 80 characters (found 117). 37
 Error misc FinalParameters Parameter compilerService should be final. 37
 Error misc FinalParameters Parameter executorService should be final. 37
 Error misc FinalParameters Parameter mavenProject should be final. 37
 Error sizes LineLength Line is longer than 80 characters (found 81). 38
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 38
 Error sizes LineLength Line is longer than 80 characters (found 88). 39
 Error misc FinalParameters Parameter mavenSession should be final. 39
 Error misc FinalParameters Parameter toolchainManager should be final. 39
 Error sizes LineLength Line is longer than 80 characters (found 123). 40

io/micronaut/maven/jsonschema/AbstractConfigurationValidationMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 82). 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error design VisibilityModifier Variable 'project' must be private and have accessor methods. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design VisibilityModifier Variable 'compilerService' must be private and have accessor methods. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error sizes LineLength Line is longer than 80 characters (found 106). 60
 Error misc FinalParameters Parameter project should be final. 60
 Error coding HiddenField 'project' hides a field. 60
 Error misc FinalParameters Parameter compilerService should be final. 60
 Error coding HiddenField 'compilerService' hides a field. 60
 Error sizes LineLength Line is longer than 80 characters (found 85). 66
 Error sizes LineLength Line is longer than 80 characters (found 84). 75
 Error sizes LineLength Line is longer than 80 characters (found 83). 85
 Error sizes LineLength Line is longer than 80 characters (found 130). 91
 Error coding HiddenField 'project' hides a field. 95
 Error sizes LineLength Line is longer than 80 characters (found 86). 102
 Error sizes LineLength Line is longer than 80 characters (found 125). 106
 Error misc FinalParameters Parameter cfg should be final. 106
 Error misc FinalParameters Parameter set should be final. 106
 Error sizes LineLength Line is longer than 80 characters (found 84). 109
 Error sizes LineLength Line is longer than 80 characters (found 84). 111
 Error sizes LineLength Line is longer than 80 characters (found 98). 112
 Error sizes LineLength Line is longer than 80 characters (found 104). 113
 Error sizes LineLength Line is longer than 80 characters (found 131). 114
 Error sizes LineLength Line is longer than 80 characters (found 86). 120
 Error sizes LineLength Line is longer than 80 characters (found 128). 124
 Error sizes LineLength Line is longer than 80 characters (found 110). 137
 Error sizes LineLength Line is longer than 80 characters (found 120). 140
 Error sizes LineLength Line is longer than 80 characters (found 116). 142
 Error sizes LineLength Line is longer than 80 characters (found 107). 150
 Error sizes LineLength Line is longer than 80 characters (found 93). 165
 Error misc FinalParameters Parameter values should be final. 169
 Error misc FinalParameters Parameter cacheEnabled should be final. 173
 Error sizes LineLength Line is longer than 80 characters (found 83). 174
 Error misc FinalParameters Parameter validateDependencyInjection should be final. 174
 Error misc FinalParameters Parameter classpathElements should be final. 175
 Error sizes LineLength Line is longer than 80 characters (found 84). 179
 Error sizes ParameterNumber More than 7 parameters (found 9). 182
 Error misc FinalParameters Parameter environments should be final. 182
 Error misc FinalParameters Parameter suppressions should be final. 183
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 184
 Error misc FinalParameters Parameter failOnNotPresent should be final. 185
 Error misc FinalParameters Parameter deduceEnvironments should be final. 186
 Error misc FinalParameters Parameter validateDependencyInjection should be final. 187
 Error sizes LineLength Line is longer than 80 characters (found 81). 188
 Error misc FinalParameters Parameter format should be final. 188
 Error misc FinalParameters Parameter classpath should be final. 189
 Error misc FinalParameters Parameter classpathFingerprint should be final. 190
 Error sizes LineLength Line is longer than 80 characters (found 89). 207
 Error misc FinalParameters Parameter cacheEnabled should be final. 211
 Error misc FinalParameters Parameter cacheFile should be final. 212
 Error misc FinalParameters Parameter inputsFingerprint should be final. 213
 Error misc FinalParameters Parameter resourcesFingerprint should be final. 214
 Error sizes LineLength Line is longer than 80 characters (found 112). 215
 Error misc FinalParameters Parameter result should be final. 215
 Error sizes LineLength Line is longer than 80 characters (found 130). 223
 Error sizes LineLength Line is longer than 80 characters (found 127). 227
 Error misc FinalParameters Parameter result should be final. 227
 Error sizes LineLength Line is longer than 80 characters (found 109). 231
 Error sizes LineLength Line is longer than 80 characters (found 113). 233
 Error sizes LineLength Line is longer than 80 characters (found 117). 241
 Error misc FinalParameters Parameter dependencyInjectionErrors should be final. 241
 Error sizes LineLength Line is longer than 80 characters (found 123). 252
 Error sizes LineLength Line is longer than 80 characters (found 99). 257
 Error sizes LineLength Line is longer than 80 characters (found 89). 267
 Error misc FinalParameters Parameter error should be final. 267
 Error sizes LineLength Line is longer than 80 characters (found 98). 271
 Error misc FinalParameters Parameter format should be final. 271
 Error misc FinalParameters Parameter cacheFile should be final. 279
 Error misc FinalParameters Parameter inputsFingerprint should be final. 280
 Error misc FinalParameters Parameter resourcesFingerprint should be final. 281
 Error misc FinalParameters Parameter outputDir should be final. 282
 Error sizes LineLength Line is longer than 80 characters (found 102). 283
 Error misc FinalParameters Parameter format should be final. 283
 Error sizes LineLength Line is longer than 80 characters (found 152). 284
 Error sizes LineLength Line is longer than 80 characters (found 84). 288
 Error sizes LineLength Line is longer than 80 characters (found 108). 292
 Error sizes LineLength Line is longer than 80 characters (found 92). 297
 Error misc FinalParameters Parameter outputDir should be final. 297
 Error misc FinalParameters Parameter format should be final. 297
 Error sizes LineLength Line is longer than 80 characters (found 110). 298
 Error sizes LineLength Line is longer than 80 characters (found 111). 303
 Error sizes LineLength Line is longer than 80 characters (found 111). 306
 Error sizes LineLength Line is longer than 80 characters (found 102). 317
 Error misc FinalParameters Parameter outputDir should be final. 317
 Error misc FinalParameters Parameter format should be final. 317
 Error sizes LineLength Line is longer than 80 characters (found 88). 321
 Error sizes LineLength Line is longer than 80 characters (found 95). 323
 Error sizes LineLength Line is longer than 80 characters (found 108). 332
 Error misc FinalParameters Parameter cfg should be final. 335
 Error sizes LineLength Line is longer than 80 characters (found 135). 339
 Error misc FinalParameters Parameter cfg should be final. 339
 Error misc FinalParameters Parameter set should be final. 339
 Error sizes LineLength Line is longer than 80 characters (found 94). 342
 Error sizes LineLength Line is longer than 80 characters (found 125). 353
 Error misc FinalParameters Parameter set should be final. 353
 Error misc FinalParameters Parameter defaults should be final. 353
 Error sizes LineLength Line is longer than 80 characters (found 115). 354
 Error sizes LineLength Line is longer than 80 characters (found 129). 355
 Error sizes LineLength Line is longer than 80 characters (found 107). 374
 Error misc FinalParameters Parameter set should be final. 374
 Error sizes LineLength Line is longer than 80 characters (found 97). 378
 Error sizes LineLength Line is longer than 80 characters (found 102). 385
 Error misc FinalParameters Parameter set should be final. 385
 Error sizes LineLength Line is longer than 80 characters (found 105). 386
 Error sizes LineLength Line is longer than 80 characters (found 85). 392
 Error misc FinalParameters Parameter elements should be final. 392
 Error misc FinalParameters Parameter candidates should be final. 392
 Error misc FinalParameters Parameter elements should be final. 403
 Error sizes LineLength Line is longer than 80 characters (found 104). 404
 Error sizes LineLength Line is longer than 80 characters (found 109). 409
 Error sizes LineLength Line is longer than 80 characters (found 112). 412
 Error misc FinalParameters Parameter set should be final. 412
 Error sizes LineLength Line is longer than 80 characters (found 109). 413
 Error sizes LineLength Line is longer than 80 characters (found 131). 414
 Error sizes LineLength Line is longer than 80 characters (found 89). 420
 Error sizes LineLength Line is longer than 80 characters (found 107). 423
 Error misc FinalParameters Parameter set should be final. 423
 Error sizes LineLength Line is longer than 80 characters (found 109). 424
 Error misc FinalParameters Parameter files should be final. 435
 Error sizes LineLength Line is longer than 80 characters (found 97). 436
 Error misc FinalParameters Parameter paths should be final. 439
 Error misc FinalParameters Parameter paths should be final. 443
 Error misc FinalParameters Parameter paths should be final. 447
 Error misc FinalParameters Parameter existingOnly should be final. 447

io/micronaut/maven/jsonschema/ConfigurationValidationCache.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error sizes LineLength Line is longer than 80 characters (found 92). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error sizes LineLength Line is longer than 80 characters (found 88). 51
 Error sizes LineLength Line is longer than 80 characters (found 96). 52
 Error sizes LineLength Line is longer than 80 characters (found 94). 53
 Error sizes LineLength Line is longer than 80 characters (found 109). 55
 Error misc FinalParameters Parameter cacheFile should be final. 55
 Error misc FinalParameters Parameter inputsFingerprint should be final. 55
 Error misc FinalParameters Parameter resourcesFingerprint should be final. 55
 Error sizes LineLength Line is longer than 80 characters (found 102). 65
 Error sizes LineLength Line is longer than 80 characters (found 103). 66
 Error sizes LineLength Line is longer than 80 characters (found 94). 74
 Error sizes LineLength Line is longer than 80 characters (found 88). 85
 Error sizes LineLength Line is longer than 80 characters (found 96). 86
 Error sizes LineLength Line is longer than 80 characters (found 136). 89
 Error misc FinalParameters Parameter cacheFile should be final. 89
 Error misc FinalParameters Parameter inputsFingerprint should be final. 89
 Error misc FinalParameters Parameter resourcesFingerprint should be final. 89
 Error misc FinalParameters Parameter lastResult should be final. 89
 Error javadoc JavadocMethod Expected @param tag for 'lastResult'. 89
 Error sizes LineLength Line is longer than 80 characters (found 107). 104
 Error sizes LineLength Line is longer than 80 characters (found 127). 108
 Error misc FinalParameters Parameter resourceDirs should be final. 108
 Error misc FinalParameters Parameter ignorePatterns should be final. 108
 Error misc FinalParameters Parameter classpathElements should be final. 128
 Error sizes LineLength Line is longer than 80 characters (found 100). 139
 Error misc FinalParameters Parameter digest should be final. 139
 Error misc FinalParameters Parameter classpathElement should be final. 139
 Error sizes LineLength Line is longer than 80 characters (found 83). 169
 Error misc FinalParameters Parameter dir should be final. 176
 Error sizes LineLength Line is longer than 80 characters (found 95). 188
 Error sizes LineLength Line is longer than 80 characters (found 86). 204
 Error misc FinalParameters Parameter mainResourcesDir should be final. 204
 Error sizes LineLength Line is longer than 80 characters (found 98). 212
 Error sizes LineLength Line is longer than 80 characters (found 129). 216
 Error misc FinalParameters Parameter mainResourcesDir should be final. 216
 Error misc FinalParameters Parameter ignorePatterns should be final. 216
 Error sizes LineLength Line is longer than 80 characters (found 122). 232
 Error coding MagicNumber '8192' is a magic number. 235
 Error misc FinalParameters Parameter digest should be final. 250
 Error misc FinalParameters Parameter s should be final. 250
 Error sizes LineLength Line is longer than 80 characters (found 91). 264
 Error misc FinalParameters Parameter patterns should be final. 269
 Error misc FinalParameters Parameter globs should be final. 283
 Error misc FinalParameters Parameter relativePath should be final. 283
 Error misc FinalParameters Parameter glob should be final. 296
 Error sizes LineLength Line is longer than 80 characters (found 105). 297
 Error sizes LineLength Line is longer than 80 characters (found 94). 303
 Error javadoc JavadocVariable Missing a Javadoc comment. 328
 Error javadoc JavadocVariable Missing a Javadoc comment. 329

io/micronaut/maven/jsonschema/ConfigurationValidationClasspath.java

Severity Category Rule Message Line
 Error misc FinalParameters Parameter project should be final. 41
 Error misc FinalParameters Parameter project should be final. 51
 Error sizes LineLength Line is longer than 80 characters (found 82). 57
 Error misc FinalParameters Parameter project should be final. 68
 Error sizes LineLength Line is longer than 80 characters (found 120). 72
 Error sizes LineLength Line is longer than 80 characters (found 81). 73
 Error sizes LineLength Line is longer than 80 characters (found 104). 75
 Error sizes LineLength Line is longer than 80 characters (found 82). 80
 Error misc FinalParameters Parameter project should be final. 80
 Error sizes LineLength Line is longer than 80 characters (found 87). 89
 Error misc FinalParameters Parameter classpath should be final. 89
 Error misc FinalParameters Parameter resources should be final. 89
 Error misc FinalParameters Parameter classpath should be final. 100
 Error misc FinalParameters Parameter path should be final. 100

io/micronaut/maven/jsonschema/ConfigurationValidationConfiguration.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 49
 Error sizes LineLength Line is longer than 80 characters (found 107). 54
 Error sizes LineLength Line is longer than 80 characters (found 92). 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error sizes LineLength Line is longer than 80 characters (found 100). 83
 Error misc FinalParameters Parameter enabled should be final. 92
 Error coding HiddenField 'enabled' hides a field. 92
 Error misc FinalParameters Parameter suppressions should be final. 108
 Error coding HiddenField 'suppressions' hides a field. 108
 Error sizes LineLength Line is longer than 80 characters (found 106). 113
 Error sizes LineLength Line is longer than 80 characters (found 100). 115
 Error misc FinalParameters Parameter failOnNotPresent should be final. 124
 Error coding HiddenField 'failOnNotPresent' hides a field. 124
 Error sizes LineLength Line is longer than 80 characters (found 90). 131
 Error sizes LineLength Line is longer than 80 characters (found 83). 138
 Error misc FinalParameters Parameter deduceEnvironments should be final. 140
 Error coding HiddenField 'deduceEnvironments' hides a field. 140
 Error sizes LineLength Line is longer than 80 characters (found 100). 147
 Error sizes LineLength Line is longer than 80 characters (found 89). 154
 Error sizes LineLength Line is longer than 80 characters (found 85). 156
 Error misc FinalParameters Parameter validateDependencyInjection should be final. 156
 Error coding HiddenField 'validateDependencyInjection' hides a field. 156
 Error sizes LineLength Line is longer than 80 characters (found 83). 161
 Error sizes LineLength Line is longer than 80 characters (found 88). 170
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 172
 Error coding HiddenField 'suppressInjectErrors' hides a field. 172
 Error sizes LineLength Line is longer than 80 characters (found 122). 179
 Error sizes LineLength Line is longer than 80 characters (found 85). 186
 Error misc FinalParameters Parameter format should be final. 188
 Error coding HiddenField 'format' hides a field. 188
 Error misc FinalParameters Parameter outputDirectory should be final. 205
 Error coding HiddenField 'outputDirectory' hides a field. 205
 Error sizes LineLength Line is longer than 80 characters (found 85). 210
 Error misc FinalParameters Parameter cacheEnabled should be final. 219
 Error coding HiddenField 'cacheEnabled' hides a field. 219
 Error sizes LineLength Line is longer than 80 characters (found 116). 226
 Error misc FinalParameters Parameter cacheIgnore should be final. 238
 Error coding HiddenField 'cacheIgnore' hides a field. 238
 Error sizes LineLength Line is longer than 80 characters (found 112). 243
 Error misc FinalParameters Parameter dev should be final. 252
 Error coding HiddenField 'dev' hides a field. 252
 Error sizes LineLength Line is longer than 80 characters (found 95). 264
 Error misc FinalParameters Parameter packageValidation should be final. 266
 Error coding HiddenField 'packageValidation' hides a field. 266
 Error sizes LineLength Line is longer than 80 characters (found 111). 271
 Error misc FinalParameters Parameter test should be final. 280
 Error coding HiddenField 'test' hides a field. 280
 Error sizes LineLength Line is longer than 80 characters (found 112). 324
 Error sizes LineLength Line is longer than 80 characters (found 113). 325
 Error misc FinalParameters Parameter enabled should be final. 335
 Error coding HiddenField 'enabled' hides a field. 335
 Error sizes LineLength Line is longer than 80 characters (found 123). 340
 Error misc FinalParameters Parameter environments should be final. 350
 Error coding HiddenField 'environments' hides a field. 350
 Error sizes LineLength Line is longer than 80 characters (found 117). 355
 Error sizes LineLength Line is longer than 80 characters (found 99). 362
 Error sizes LineLength Line is longer than 80 characters (found 85). 364
 Error misc FinalParameters Parameter includeDefaultEnvironment should be final. 364
 Error coding HiddenField 'includeDefaultEnvironment' hides a field. 364
 Error sizes LineLength Line is longer than 80 characters (found 117). 371
 Error sizes LineLength Line is longer than 80 characters (found 97). 379
 Error misc FinalParameters Parameter classpathElements should be final. 381
 Error coding HiddenField 'classpathElements' hides a field. 381
 Error sizes LineLength Line is longer than 80 characters (found 90). 386
 Error sizes LineLength Line is longer than 80 characters (found 117). 393
 Error sizes LineLength Line is longer than 80 characters (found 94). 395
 Error misc FinalParameters Parameter additionalClasspathElements should be final. 395
 Error coding HiddenField 'additionalClasspathElements' hides a field. 395
 Error sizes LineLength Line is longer than 80 characters (found 87). 400
 Error misc FinalParameters Parameter outputDirectory should be final. 410
 Error coding HiddenField 'outputDirectory' hides a field. 410
 Error sizes LineLength Line is longer than 80 characters (found 97). 415
 Error sizes LineLength Line is longer than 80 characters (found 85). 420
 Error sizes LineLength Line is longer than 80 characters (found 81). 423
 Error sizes LineLength Line is longer than 80 characters (found 107). 430
 Error misc FinalParameters Parameter resourceDirectories should be final. 432
 Error coding HiddenField 'resourceDirectories' hides a field. 432

io/micronaut/maven/jsonschema/ConfigurationValidationExecutor.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 103). 42
 Error sizes LineLength Line is longer than 80 characters (found 88). 55
 Error sizes LineLength Line is longer than 80 characters (found 82). 56
 Error sizes LineLength Line is longer than 80 characters (found 82). 57
 Error sizes LineLength Line is longer than 80 characters (found 97). 60
 Error sizes LineLength Line is longer than 80 characters (found 113). 61
 Error sizes ParameterNumber More than 7 parameters (found 12). 66
 Error misc FinalParameters Parameter classpath should be final. 67
 Error misc FinalParameters Parameter environments should be final. 68
 Error misc FinalParameters Parameter suppressions should be final. 69
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 70
 Error misc FinalParameters Parameter failOnNotPresent should be final. 71
 Error misc FinalParameters Parameter deduceEnvironments should be final. 72
 Error misc FinalParameters Parameter validateDependencyInjection should be final. 73
 Error misc FinalParameters Parameter outputDir should be final. 74
 Error misc FinalParameters Parameter format should be final. 75
 Error misc FinalParameters Parameter projectBaseDir should be final. 76
 Error misc FinalParameters Parameter resourcesDirs should be final. 77
 Error misc FinalParameters Parameter err should be final. 78
 Error sizes LineLength Line is longer than 80 characters (found 92). 82
 Error sizes LineLength Line is longer than 80 characters (found 96). 86
 Error sizes LineLength Line is longer than 80 characters (found 107). 108
 Error sizes LineLength Line is longer than 80 characters (found 125). 111
 Error sizes LineLength Line is longer than 80 characters (found 107). 114
 Error sizes LineLength Line is longer than 80 characters (found 97). 117
 Error sizes LineLength Line is longer than 80 characters (found 146). 121
 Error sizes LineLength Line is longer than 80 characters (found 101). 123
 Error sizes LineLength Line is longer than 80 characters (found 102). 125
 Error misc FinalParameters Parameter classpath should be final. 129
 Error misc FinalParameters Parameter environments should be final. 130
 Error misc FinalParameters Parameter deduceEnvironments should be final. 131
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 132
 Error sizes LineLength Line is longer than 80 characters (found 95). 134
 Error sizes LineLength Line is longer than 80 characters (found 108). 143
 Error sizes LineLength Line is longer than 80 characters (found 97). 151
 Error misc FinalParameters Parameter classpath should be final. 152
 Error misc FinalParameters Parameter environments should be final. 153
 Error misc FinalParameters Parameter deduceEnvironments should be final. 154
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 155
 Error sizes LineLength Line is longer than 80 characters (found 146). 157
 Error misc FinalParameters Parameter errors should be final. 162
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 163
 Error sizes LineLength Line is longer than 80 characters (found 82). 168
 Error sizes LineLength Line is longer than 80 characters (found 96). 177
 Error misc FinalParameters Parameter suppressInjectErrors should be final. 177
 Error sizes LineLength Line is longer than 80 characters (found 82). 187
 Error sizes LineLength Line is longer than 80 characters (found 97). 193
 Error misc FinalParameters Parameter error should be final. 193
 Error misc FinalParameters Parameter patterns should be final. 193
 Error misc FinalParameters Parameter value should be final. 199
 Error misc FinalParameters Parameter patterns should be final. 199
 Error misc FinalParameters Parameter wildcardPattern should be final. 211
 Error coding MagicNumber '16' is a magic number. 212
 Error sizes LineLength Line is longer than 80 characters (found 94). 232
 Error sizes LineLength Line is longer than 80 characters (found 84). 237

io/micronaut/maven/jsonschema/ConfigurationValidationFormat.java

Severity Category Rule Message Line
 Error misc FinalParameters Parameter value should be final. 45
 Error sizes LineLength Line is longer than 80 characters (found 127). 54

io/micronaut/maven/jsonschema/JsonSchemaGeneratorMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 95). 38
 Error sizes LineLength Line is longer than 80 characters (found 82). 40
 Error sizes LineLength Line is longer than 80 characters (found 100). 41
 Error sizes LineLength Line is longer than 80 characters (found 95). 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error sizes LineLength Line is longer than 80 characters (found 83). 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error sizes LineLength Line is longer than 80 characters (found 84). 72
 Error sizes LineLength Line is longer than 80 characters (found 92). 73
 Error sizes LineLength Line is longer than 80 characters (found 87). 75
 Error sizes LineLength Line is longer than 80 characters (found 92). 80
 Error sizes LineLength Line is longer than 80 characters (found 88). 82
 Error sizes LineLength Line is longer than 80 characters (found 118). 89
 Error sizes LineLength Line is longer than 80 characters (found 124). 93
 Error sizes LineLength Line is longer than 80 characters (found 82). 99
 Error sizes LineLength Line is longer than 80 characters (found 97). 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 112
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 114
 Error coding HiddenField 'project' hides a field. 116
 Error design DesignForExtension Class 'JsonSchemaGeneratorMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JsonSchemaGeneratorMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. 120
 Error sizes LineLength Line is longer than 80 characters (found 88). 143
 Error sizes LineLength Line is longer than 80 characters (found 103). 150
 Error sizes LineLength Line is longer than 80 characters (found 113). 153
 Error sizes LineLength Line is longer than 80 characters (found 130). 155
 Error sizes LineLength Line is longer than 80 characters (found 84). 161
 Error sizes LineLength Line is longer than 80 characters (found 85). 170
 Error misc FinalParameters Parameter path should be final. 174
 Error misc FinalParameters Parameter language should be final. 178
 Error coding HiddenField 'language' hides a field. 178
 Error sizes LineLength Line is longer than 80 characters (found 86). 179

io/micronaut/maven/jsonschema/ValidateConfigurationMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 84). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 93). 39
 Error misc FinalParameters Parameter project should be final. 39
 Error misc FinalParameters Parameter compilerService should be final. 39
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'scenarioName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'scenarioName' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'validationSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'validationSet' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error sizes LineLength Line is longer than 80 characters (found 122). 49
 Error misc FinalParameters Parameter cfg should be final. 49
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultEnvironments' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'defaultEnvironments' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'defaultClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error misc FinalParameters Parameter project should be final. 59
 Error sizes LineLength Line is longer than 80 characters (found 81). 60
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'dependencyScopes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'dependencyScopes' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error sizes LineLength Line is longer than 80 characters (found 92). 65
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 65
 Error design DesignForExtension Class 'ValidateConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultResourceDirectories' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateConfigurationMojo' final or making the method 'defaultResourceDirectories' static/final/abstract/empty, or adding allowed annotation for the method. 68

io/micronaut/maven/jsonschema/ValidateDevConfigurationMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 87). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error sizes LineLength Line is longer than 80 characters (found 96). 41
 Error misc FinalParameters Parameter project should be final. 41
 Error misc FinalParameters Parameter compilerService should be final. 41
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'scenarioName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'scenarioName' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'validationSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'validationSet' static/final/abstract/empty, or adding allowed annotation for the method. 50
 Error sizes LineLength Line is longer than 80 characters (found 122). 51
 Error misc FinalParameters Parameter cfg should be final. 51
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultEnvironments' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'defaultEnvironments' static/final/abstract/empty, or adding allowed annotation for the method. 55
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'defaultClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 60
 Error misc FinalParameters Parameter project should be final. 61
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'dependencyScopes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'dependencyScopes' static/final/abstract/empty, or adding allowed annotation for the method. 65
 Error sizes LineLength Line is longer than 80 characters (found 92). 67
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 67
 Error design DesignForExtension Class 'ValidateDevConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultResourceDirectories' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateDevConfigurationMojo' final or making the method 'defaultResourceDirectories' static/final/abstract/empty, or adding allowed annotation for the method. 70

io/micronaut/maven/jsonschema/ValidateTestConfigurationMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 88). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Error sizes LineLength Line is longer than 80 characters (found 97). 39
 Error misc FinalParameters Parameter project should be final. 39
 Error misc FinalParameters Parameter compilerService should be final. 39
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'scenarioName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'scenarioName' static/final/abstract/empty, or adding allowed annotation for the method. 43
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'validationSet' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'validationSet' static/final/abstract/empty, or adding allowed annotation for the method. 48
 Error sizes LineLength Line is longer than 80 characters (found 122). 49
 Error misc FinalParameters Parameter cfg should be final. 49
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultEnvironments' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'defaultEnvironments' static/final/abstract/empty, or adding allowed annotation for the method. 53
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'defaultClasspath' static/final/abstract/empty, or adding allowed annotation for the method. 58
 Error misc FinalParameters Parameter project should be final. 59
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'dependencyScopes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'dependencyScopes' static/final/abstract/empty, or adding allowed annotation for the method. 63
 Error whitespace NoWhitespaceAfter '{' is followed by whitespace. 65
 Error design DesignForExtension Class 'ValidateTestConfigurationMojo' looks like designed for extension (can be subclassed), but the method 'defaultResourceDirectories' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ValidateTestConfigurationMojo' final or making the method 'defaultResourceDirectories' static/final/abstract/empty, or adding allowed annotation for the method. 68
 Error sizes LineLength Line is longer than 80 characters (found 85). 70

io/micronaut/maven/openapi/AbstractOpenApiMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 103). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error sizes LineLength Line is longer than 80 characters (found 96). 43
 Error sizes LineLength Line is longer than 80 characters (found 86). 44
 Error sizes LineLength Line is longer than 80 characters (found 141). 49
 Error design VisibilityModifier Variable 'definitionFile' must be private and have accessor methods. 50
 Error sizes LineLength Line is longer than 80 characters (found 92). 53
 Error sizes LineLength Line is longer than 80 characters (found 151). 55
 Error design VisibilityModifier Variable 'invokerPackageName' must be private and have accessor methods. 56
 Error sizes LineLength Line is longer than 80 characters (found 143). 61
 Error design VisibilityModifier Variable 'apiPackageName' must be private and have accessor methods. 62
 Error sizes LineLength Line is longer than 80 characters (found 147). 67
 Error design VisibilityModifier Variable 'modelPackageName' must be private and have accessor methods. 68
 Error sizes LineLength Line is longer than 80 characters (found 116). 73
 Error design VisibilityModifier Variable 'useBeanValidation' must be private and have accessor methods. 74
 Error sizes LineLength Line is longer than 80 characters (found 94). 77
 Error sizes LineLength Line is longer than 80 characters (found 118). 79
 Error design VisibilityModifier Variable 'useOneOfInterfaces' must be private and have accessor methods. 80
 Error sizes LineLength Line is longer than 80 characters (found 102). 83
 Error sizes LineLength Line is longer than 80 characters (found 110). 85
 Error design VisibilityModifier Variable 'useOptional' must be private and have accessor methods. 86
 Error sizes LineLength Line is longer than 80 characters (found 109). 91
 Error design VisibilityModifier Variable 'useReactive' must be private and have accessor methods. 92
 Error sizes LineLength Line is longer than 80 characters (found 139). 97
 Error design VisibilityModifier Variable 'serializationFramework' must be private and have accessor methods. 98
 Error sizes LineLength Line is longer than 80 characters (found 85). 101
 Error sizes LineLength Line is longer than 80 characters (found 131). 103
 Error design VisibilityModifier Variable 'alwaysUseGenerateHttpResponse' must be private and have accessor methods. 104
 Error sizes LineLength Line is longer than 80 characters (found 125). 107
 Error sizes LineLength Line is longer than 80 characters (found 134). 109
 Error design VisibilityModifier Variable 'generateHttpResponseWhereRequired' must be private and have accessor methods. 110
 Error sizes LineLength Line is longer than 80 characters (found 123). 115
 Error design VisibilityModifier Variable 'dateTimeFormat' must be private and have accessor methods. 116
 Error sizes LineLength Line is longer than 80 characters (found 88). 119
 Error sizes LineLength Line is longer than 80 characters (found 128). 122
 Error design VisibilityModifier Variable 'outputKinds' must be private and have accessor methods. 123
 Error sizes LineLength Line is longer than 80 characters (found 102). 128
 Error design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 129
 Error sizes LineLength Line is longer than 80 characters (found 85). 132
 Error design VisibilityModifier Variable 'parameterMappings' must be private and have accessor methods. 136
 Error sizes LineLength Line is longer than 80 characters (found 85). 139
 Error design VisibilityModifier Variable 'responseBodyMappings' must be private and have accessor methods. 143
 Error design VisibilityModifier Variable 'schemaMapping' must be private and have accessor methods. 149
 Error design VisibilityModifier Variable 'importMapping' must be private and have accessor methods. 155
 Error design VisibilityModifier Variable 'nameMapping' must be private and have accessor methods. 161
 Error design VisibilityModifier Variable 'typeMapping' must be private and have accessor methods. 167
 Error design VisibilityModifier Variable 'enumNameMapping' must be private and have accessor methods. 173
 Error design VisibilityModifier Variable 'modelNameMapping' must be private and have accessor methods. 179
 Error design VisibilityModifier Variable 'inlineSchemaNameMapping' must be private and have accessor methods. 185
 Error design VisibilityModifier Variable 'inlineSchemaOption' must be private and have accessor methods. 191
 Error design VisibilityModifier Variable 'openapiNormalizer' must be private and have accessor methods. 197
 Error design VisibilityModifier Variable 'apiNamePrefix' must be private and have accessor methods. 203
 Error design VisibilityModifier Variable 'apiNameSuffix' must be private and have accessor methods. 209
 Error design VisibilityModifier Variable 'modelNamePrefix' must be private and have accessor methods. 215
 Error design VisibilityModifier Variable 'modelNameSuffix' must be private and have accessor methods. 221
 Error sizes LineLength Line is longer than 80 characters (found 84). 228
 Error design VisibilityModifier Variable 'lang' must be private and have accessor methods. 229
 Error sizes LineLength Line is longer than 80 characters (found 103). 234
 Error design VisibilityModifier Variable 'useEnumCaseInsensitive' must be private and have accessor methods. 235
 Error sizes LineLength Line is longer than 80 characters (found 86). 240
 Error design VisibilityModifier Variable 'additionalEnumTypeAnnotations' must be private and have accessor methods. 241
 Error sizes LineLength Line is longer than 80 characters (found 87). 246
 Error design VisibilityModifier Variable 'additionalModelTypeAnnotations' must be private and have accessor methods. 247
 Error sizes LineLength Line is longer than 80 characters (found 87). 252
 Error design VisibilityModifier Variable 'additionalOneOfTypeAnnotations' must be private and have accessor methods. 253
 Error design VisibilityModifier Variable 'additionalProperties' must be private and have accessor methods. 259
 Error sizes LineLength Line is longer than 80 characters (found 95). 262
 Error sizes LineLength Line is longer than 80 characters (found 107). 264
 Error design VisibilityModifier Variable 'generateSwaggerAnnotations' must be private and have accessor methods. 265
 Error sizes LineLength Line is longer than 80 characters (found 96). 270
 Error design VisibilityModifier Variable 'implicitHeaders' must be private and have accessor methods. 271
 Error design VisibilityModifier Variable 'implicitHeadersRegex' must be private and have accessor methods. 277
 Error sizes LineLength Line is longer than 80 characters (found 92). 282
 Error design VisibilityModifier Variable 'useJakartaEe' must be private and have accessor methods. 283
 Error sizes LineLength Line is longer than 80 characters (found 85). 286
 Error sizes LineLength Line is longer than 80 characters (found 104). 289
 Error design VisibilityModifier Variable 'sortParamsByRequiredFlag' must be private and have accessor methods. 290
 Error design VisibilityModifier Variable 'skipOperationExample' must be private and have accessor methods. 297
 Error design VisibilityModifier Variable 'skipSortingOperations' must be private and have accessor methods. 304
 Error sizes LineLength Line is longer than 80 characters (found 109). 309
 Error design VisibilityModifier Variable 'removeOperationIdPrefixDelimiter' must be private and have accessor methods. 310
 Error sizes LineLength Line is longer than 80 characters (found 105). 315
 Error design VisibilityModifier Variable 'removeOperationIdPrefixCount' must be private and have accessor methods. 316
 Error sizes LineLength Line is longer than 80 characters (found 85). 319
 Error sizes LineLength Line is longer than 80 characters (found 113). 321
 Error design VisibilityModifier Variable 'sortModelPropertiesByRequiredFlag' must be private and have accessor methods. 322
 Error sizes LineLength Line is longer than 80 characters (found 101). 325
 Error sizes LineLength Line is longer than 80 characters (found 98). 327
 Error design VisibilityModifier Variable 'ensureUniqueParams' must be private and have accessor methods. 328
 Error sizes LineLength Line is longer than 80 characters (found 98). 331
 Error design VisibilityModifier Variable 'allowUnicodeIdentifiers' must be private and have accessor methods. 334
 Error sizes LineLength Line is longer than 80 characters (found 84). 339
 Error design VisibilityModifier Variable 'prependFormOrBodyParameters' must be private and have accessor methods. 340
 Error sizes LineLength Line is longer than 80 characters (found 88). 343
 Error design VisibilityModifier Variable 'useSealed' must be private and have accessor methods. 348
 Error sizes LineLength Line is longer than 80 characters (found 118). 351
 Error sizes LineLength Line is longer than 80 characters (found 91). 355
 Error design VisibilityModifier Variable 'jsonIncludeAlwaysForRequiredFields' must be private and have accessor methods. 356
 Error sizes LineLength Line is longer than 80 characters (found 111). 363
 Error design VisibilityModifier Variable 'requiredPropertiesInConstructor' must be private and have accessor methods. 364
 Error sizes LineLength Line is longer than 80 characters (found 92). 367
 Error sizes LineLength Line is longer than 80 characters (found 85). 371
 Error design VisibilityModifier Variable 'generateControllerAsAbstract' must be private and have accessor methods. 372
 Error javadoc JavadocVariable Missing a Javadoc comment. 374
 Error design VisibilityModifier Variable 'project' must be private and have accessor methods. 375
 Error sizes LineLength Line is longer than 80 characters (found 114). 392
 Error sizes LineLength Line is longer than 80 characters (found 98). 395
 Error sizes LineLength Line is longer than 80 characters (found 86). 398
 Error sizes LineLength Line is longer than 80 characters (found 110). 401
 Error misc FinalParameters Parameter generatorType should be final. 401
 Error sizes LineLength Line is longer than 80 characters (found 114). 404
 Error sizes LineLength Line is longer than 80 characters (found 85). 411
 Error sizes LineLength Line is longer than 80 characters (found 188). 423
 Error sizes LineLength Line is longer than 80 characters (found 123). 426
 Error sizes LineLength Line is longer than 80 characters (found 127). 434
 Error sizes LineLength Line is longer than 80 characters (found 89). 436
 Error sizes LineLength Line is longer than 80 characters (found 140). 437
 Error sizes LineLength Line is longer than 80 characters (found 88). 439
 Error sizes LineLength Line is longer than 80 characters (found 98). 441
 Error sizes LineLength Line is longer than 80 characters (found 91). 451
 Error sizes LineLength Line is longer than 80 characters (found 84). 470
 Error sizes LineLength Line is longer than 80 characters (found 84). 471
 Error sizes LineLength Line is longer than 80 characters (found 99). 474
 Error sizes LineLength Line is longer than 80 characters (found 81). 476
 Error sizes LineLength Line is longer than 80 characters (found 83). 477
 Error sizes LineLength Line is longer than 80 characters (found 83). 478
 Error sizes LineLength Line is longer than 80 characters (found 87). 485
 Error sizes LineLength Line is longer than 80 characters (found 89). 487
 Error sizes LineLength Line is longer than 80 characters (found 91). 493
 Error sizes LineLength Line is longer than 80 characters (found 85). 494

io/micronaut/maven/openapi/OpenApiClientMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error sizes LineLength Line is longer than 80 characters (found 86). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'clientId' must be private and have accessor methods. 41
 Error sizes LineLength Line is longer than 80 characters (found 87). 44
 Error design VisibilityModifier Variable 'clientPath' must be private and have accessor methods. 47
 Error design VisibilityModifier Variable 'useAuth' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'additionalTypeAnnotations' must be private and have accessor methods. 59
 Error design VisibilityModifier Variable 'basePathSeparator' must be private and have accessor methods. 65
 Error design VisibilityModifier Variable 'authorizationFilterPattern' must be private and have accessor methods. 71
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 77
 Error design VisibilityModifier Variable 'lombok' must be private and have accessor methods. 85
 Error design VisibilityModifier Variable 'fluxForArrays' must be private and have accessor methods. 93
 Error sizes LineLength Line is longer than 80 characters (found 106). 96
 Error sizes LineLength Line is longer than 80 characters (found 88). 100
 Error design VisibilityModifier Variable 'generatedAnnotation' must be private and have accessor methods. 101
 Error design DesignForExtension Class 'OpenApiClientMojo' looks like designed for extension (can be subclassed), but the method 'validateLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiClientMojo' final or making the method 'validateLanguage' static/final/abstract/empty, or adding allowed annotation for the method. 103
 Error design DesignForExtension Class 'OpenApiClientMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiClientMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 108
 Error design DesignForExtension Class 'OpenApiClientMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiClientMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error misc FinalParameters Parameter builder should be final. 114
 Error sizes LineLength Line is longer than 80 characters (found 88). 127
 Error sizes LineLength Line is longer than 80 characters (found 84). 133
 Error sizes LineLength Line is longer than 80 characters (found 84). 137

io/micronaut/maven/openapi/OpenApiGenericMojo.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - io.micronaut.openapi.generator.AbstractMicronautJavaCodegen. 18
 Error sizes LineLength Line is longer than 80 characters (found 106). 34
 Error sizes LineLength Line is longer than 80 characters (found 90). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 109). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error sizes LineLength Line is longer than 80 characters (found 112). 45
 Error sizes LineLength Line is longer than 80 characters (found 111). 46
 Error sizes LineLength Line is longer than 80 characters (found 84). 48
 Error design VisibilityModifier Variable 'generatorClassName' must be private and have accessor methods. 49
 Error sizes LineLength Line is longer than 80 characters (found 99). 52
 Error sizes LineLength Line is longer than 80 characters (found 110). 54
 Error sizes LineLength Line is longer than 80 characters (found 112). 55
 Error design VisibilityModifier Variable 'properties' must be private and have accessor methods. 59
 Error design DesignForExtension Class 'OpenApiGenericMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiGenericMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error design DesignForExtension Class 'OpenApiGenericMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiGenericMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error sizes LineLength Line is longer than 80 characters (found 106). 67
 Error misc FinalParameters Parameter builder should be final. 67
 Error sizes LineLength Line is longer than 80 characters (found 101). 68
 Error sizes LineLength Line is longer than 80 characters (found 98). 73
 Error sizes LineLength Line is longer than 80 characters (found 94). 83
 Error sizes LineLength Line is longer than 80 characters (found 99). 86
 Error sizes LineLength Line is longer than 80 characters (found 146). 91
 Error sizes LineLength Line is longer than 80 characters (found 98). 97
 Error misc FinalParameters Parameter name should be final. 97
 Error misc FinalParameters Parameter builder should be final. 97
 Error misc FinalParameters Parameter value should be final. 97
 Error sizes LineLength Line is longer than 80 characters (found 87). 101
 Error sizes LineLength Line is longer than 80 characters (found 92). 104
 Error sizes LineLength Line is longer than 80 characters (found 172). 108
 Error sizes LineLength Line is longer than 80 characters (found 214). 114
 Error misc FinalParameters Parameter name should be final. 114
 Error misc FinalParameters Parameter builder should be final. 114
 Error misc FinalParameters Parameter value should be final. 114
 Error misc FinalParameters Parameter witherName should be final. 114
 Error misc FinalParameters Parameter setterName should be final. 114
 Error misc FinalParameters Parameter method should be final. 114
 Error sizes LineLength Line is longer than 80 characters (found 141). 116
 Error sizes LineLength Line is longer than 80 characters (found 89). 127
 Error modifier RedundantModifier Redundant 'public' modifier. 141
 Error misc FinalParameters Parameter message should be final. 141
 Error modifier RedundantModifier Redundant 'public' modifier. 145
 Error misc FinalParameters Parameter throwable should be final. 145

io/micronaut/maven/openapi/OpenApiServerMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 89). 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error sizes LineLength Line is longer than 80 characters (found 86). 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error sizes LineLength Line is longer than 80 characters (found 91). 36
 Error sizes LineLength Line is longer than 80 characters (found 158). 38
 Error design VisibilityModifier Variable 'controllerPackageName' must be private and have accessor methods. 39
 Error design VisibilityModifier Variable 'useAuth' must be private and have accessor methods. 45
 Error design VisibilityModifier Variable 'lombok' must be private and have accessor methods. 53
 Error design VisibilityModifier Variable 'fluxForArrays' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 106). 64
 Error sizes LineLength Line is longer than 80 characters (found 88). 68
 Error design VisibilityModifier Variable 'generatedAnnotation' must be private and have accessor methods. 69
 Error sizes LineLength Line is longer than 80 characters (found 87). 72
 Error design VisibilityModifier Variable 'aotCompatible' must be private and have accessor methods. 77
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 83
 Error design DesignForExtension Class 'OpenApiServerMojo' looks like designed for extension (can be subclassed), but the method 'validateLanguage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiServerMojo' final or making the method 'validateLanguage' static/final/abstract/empty, or adding allowed annotation for the method. 85
 Error design DesignForExtension Class 'OpenApiServerMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiServerMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error design DesignForExtension Class 'OpenApiServerMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiServerMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. 95
 Error misc FinalParameters Parameter builder should be final. 96
 Error sizes LineLength Line is longer than 80 characters (found 85). 111

io/micronaut/maven/openapi/ParameterMapping.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 81). 24
 Error sizes LineLength Line is longer than 80 characters (found 104). 29
 Error sizes LineLength Line is longer than 80 characters (found 102). 34
 Error sizes LineLength Line is longer than 80 characters (found 98). 35
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error misc FinalParameters Parameter name should be final. 53
 Error coding HiddenField 'name' hides a field. 53
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error misc FinalParameters Parameter location should be final. 61
 Error coding HiddenField 'location' hides a field. 61
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error misc FinalParameters Parameter mappedType should be final. 69
 Error coding HiddenField 'mappedType' hides a field. 69
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error misc FinalParameters Parameter mappedName should be final. 77
 Error coding HiddenField 'mappedName' hides a field. 77
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 85
 Error misc FinalParameters Parameter validated should be final. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97

io/micronaut/maven/openapi/ResponseBodyMapping.java

Severity Category Rule Message Line
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Error misc FinalParameters Parameter headerName should be final. 49
 Error coding HiddenField 'headerName' hides a field. 49
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error misc FinalParameters Parameter mappedBodyType should be final. 57
 Error coding HiddenField 'mappedBodyType' hides a field. 57
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error misc FinalParameters Parameter listWrapper should be final. 65
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error misc FinalParameters Parameter validated should be final. 73

io/micronaut/maven/services/DockerService.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error sizes LineLength Line is longer than 80 characters (found 83). 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Error sizes LineLength Line is longer than 80 characters (found 102). 83
 Error misc FinalParameters Parameter mavenProject should be final. 83
 Error coding HiddenField 'mavenProject' hides a field. 83
 Error misc FinalParameters Parameter jibConfigurationService should be final. 83
 Error coding HiddenField 'jibConfigurationService' hides a field. 83
 Error sizes LineLength Line is longer than 80 characters (found 85). 86
 Error sizes LineLength Line is longer than 80 characters (found 95). 102
 Error sizes LineLength Line is longer than 80 characters (found 82). 104
 Error misc FinalParameters Parameter dockerfileName should be final. 104
 Error sizes LineLength Line is longer than 80 characters (found 112). 106
 Error misc FinalParameters Parameter buildImageCmd should be final. 111
 Error sizes LineLength Line is longer than 80 characters (found 96). 113
 Error sizes LineLength Line is longer than 80 characters (found 134). 114
 Error sizes LineLength Line is longer than 80 characters (found 84). 118
 Error misc FinalParameters Parameter builder should be final. 142
 Error sizes LineLength Line is longer than 80 characters (found 85). 145
 Error sizes LineLength Line is longer than 80 characters (found 82). 147
 Error misc FinalParameters Parameter item should be final. 149
 Error sizes LineLength Line is longer than 80 characters (found 97). 154
 Error sizes LineLength Line is longer than 80 characters (found 89). 169
 Error sizes LineLength Line is longer than 80 characters (found 84). 170
 Error sizes LineLength Line is longer than 80 characters (found 149). 173
 Error misc FinalParameters Parameter imageId should be final. 173
 Error misc FinalParameters Parameter timeoutSeconds should be final. 173
 Error misc FinalParameters Parameter checkpointNetworkName should be final. 173
 Error misc FinalParameters Parameter binds should be final. 173
 Error sizes LineLength Line is longer than 80 characters (found 89). 175
 Error sizes LineLength Line is longer than 80 characters (found 160). 178
 Error sizes LineLength Line is longer than 80 characters (found 105). 188
 Error sizes LineLength Line is longer than 80 characters (found 101). 190
 Error sizes LineLength Line is longer than 80 characters (found 106). 191
 Error sizes LineLength Line is longer than 80 characters (found 82). 193
 Error sizes LineLength Line is longer than 80 characters (found 100). 194
 Error sizes LineLength Line is longer than 80 characters (found 90). 196
 Error sizes LineLength Line is longer than 80 characters (found 90). 197
 Error sizes LineLength Line is longer than 80 characters (found 96). 200
 Error sizes LineLength Line is longer than 80 characters (found 96). 201
 Error sizes LineLength Line is longer than 80 characters (found 85). 203
 Error sizes LineLength Line is longer than 80 characters (found 100). 211
 Error sizes LineLength Line is longer than 80 characters (found 103). 219
 Error misc FinalParameters Parameter imageId should be final. 225
 Error misc FinalParameters Parameter containerPath should be final. 225
 Error sizes LineLength Line is longer than 80 characters (found 88). 226
 Error sizes LineLength Line is longer than 80 characters (found 121). 229
 Error sizes LineLength Line is longer than 80 characters (found 93). 233
 Error sizes LineLength Line is longer than 80 characters (found 103). 234
 Error sizes LineLength Line is longer than 80 characters (found 82). 235
 Error sizes LineLength Line is longer than 80 characters (found 120). 250
 Error misc FinalParameters Parameter name should be final. 255
 Error sizes LineLength Line is longer than 80 characters (found 120). 260
 Error sizes LineLength Line is longer than 80 characters (found 97). 266
 Error misc FinalParameters Parameter name should be final. 266
 Error misc FinalParameters Parameter targetFileName should be final. 266
 Error sizes LineLength Line is longer than 80 characters (found 94). 270
 Error misc FinalParameters Parameter imageName should be final. 281
 Error sizes LineLength Line is longer than 80 characters (found 87). 290
 Error sizes LineLength Line is longer than 80 characters (found 94). 292
 Error misc FinalParameters Parameter dockerImage should be final. 292
 Error misc FinalParameters Parameter username should be final. 292
 Error misc FinalParameters Parameter password should be final. 292
 Error sizes LineLength Line is longer than 80 characters (found 81). 298
 Error sizes LineLength Line is longer than 80 characters (found 105). 299
 Error sizes LineLength Line is longer than 80 characters (found 102). 302
 Error sizes LineLength Line is longer than 80 characters (found 105). 303
 Error sizes LineLength Line is longer than 80 characters (found 90). 307
 Error sizes LineLength Line is longer than 80 characters (found 93). 311
 Error sizes LineLength Line is longer than 80 characters (found 86). 313
 Error sizes LineLength Line is longer than 80 characters (found 151). 324

io/micronaut/maven/testresources/AbstractTestResourcesMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'log' must be private and have accessor methods. 42
 Error design VisibilityModifier Variable 'pluginContext' must be private and have accessor methods. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'buildDirectory' must be private and have accessor methods. 50
 Error sizes LineLength Line is longer than 80 characters (found 114). 53
 Error design VisibilityModifier Variable 'testResourcesVersion' must be private and have accessor methods. 57
 Error sizes LineLength Line is longer than 80 characters (found 118). 60
 Error sizes LineLength Line is longer than 80 characters (found 107). 61
 Error sizes LineLength Line is longer than 80 characters (found 102). 62
 Error sizes LineLength Line is longer than 80 characters (found 88). 65
 Error design VisibilityModifier Variable 'classpathInference' must be private and have accessor methods. 65
 Error sizes LineLength Line is longer than 80 characters (found 120). 68
 Error design VisibilityModifier Variable 'testResourcesDependencies' must be private and have accessor methods. 72
 Error sizes LineLength Line is longer than 80 characters (found 121). 75
 Error design VisibilityModifier Variable 'explicitPort' must be private and have accessor methods. 79
 Error sizes LineLength Line is longer than 80 characters (found 118). 82
 Error sizes LineLength Line is longer than 80 characters (found 107). 85
 Error design VisibilityModifier Variable 'clientTimeout' must be private and have accessor methods. 86
 Error sizes LineLength Line is longer than 80 characters (found 112). 89
 Error sizes LineLength Line is longer than 80 characters (found 81). 94
 Error sizes LineLength Line is longer than 80 characters (found 89). 95
 Error design VisibilityModifier Variable 'serverIdleTimeoutMinutes' must be private and have accessor methods. 95
 Error sizes LineLength Line is longer than 80 characters (found 86). 101
 Error design VisibilityModifier Variable 'testResourcesSystemProperties' must be private and have accessor methods. 107
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Error misc FinalParameters Parameter buildDir should be final. 109
 Error design DesignForExtension Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. 113
 Error misc FinalParameters Parameter log should be final. 114
 Error coding HiddenField 'log' hides a field. 114
 Error design DesignForExtension Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'getLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'getLog' static/final/abstract/empty, or adding allowed annotation for the method. 118
 Error design DesignForExtension Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'getPluginContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'getPluginContext' static/final/abstract/empty, or adding allowed annotation for the method. 126
 Error design DesignForExtension Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setPluginContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'setPluginContext' static/final/abstract/empty, or adding allowed annotation for the method. 131
 Error misc FinalParameters Parameter pluginContext should be final. 132
 Error coding HiddenField 'pluginContext' hides a field. 132

io/micronaut/maven/testresources/DefaultServerFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Error sizes ParameterNumber More than 7 parameters (found 9). 59
 Error misc FinalParameters Parameter log should be final. 59
 Error coding HiddenField 'log' hides a field. 59
 Error misc FinalParameters Parameter toolchainManager should be final. 60
 Error coding HiddenField 'toolchainManager' hides a field. 60
 Error misc FinalParameters Parameter mavenSession should be final. 61
 Error coding HiddenField 'mavenSession' hides a field. 61
 Error misc FinalParameters Parameter serverStarted should be final. 62
 Error coding HiddenField 'serverStarted' hides a field. 62
 Error misc FinalParameters Parameter testResourcesVersion should be final. 63
 Error coding HiddenField 'testResourcesVersion' hides a field. 63
 Error misc FinalParameters Parameter debugServer should be final. 64
 Error coding HiddenField 'debugServer' hides a field. 64
 Error misc FinalParameters Parameter foreground should be final. 65
 Error coding HiddenField 'foreground' hides a field. 65
 Error misc FinalParameters Parameter stopOnShutdown should be final. 66
 Error coding HiddenField 'stopOnShutdown' hides a field. 66
 Error sizes LineLength Line is longer than 80 characters (found 90). 67
 Error coding HiddenField 'testResourcesSystemProperties' hides a field. 67
 Error design DesignForExtension Class 'DefaultServerFactory' looks like designed for extension (can be subclassed), but the method 'startServer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultServerFactory' final or making the method 'startServer' static/final/abstract/empty, or adding allowed annotation for the method. 79
 Error misc FinalParameters Parameter processParameters should be final. 80
 Error sizes LineLength Line is longer than 80 characters (found 95). 81
 Error sizes LineLength Line is longer than 80 characters (found 86). 85
 Error sizes LineLength Line is longer than 80 characters (found 92). 94
 Error sizes LineLength Line is longer than 80 characters (found 96). 97
 Error sizes LineLength Line is longer than 80 characters (found 111). 121
 Error sizes LineLength Line is longer than 80 characters (found 117). 123
 Error sizes LineLength Line is longer than 80 characters (found 108). 126
 Error sizes LineLength Line is longer than 80 characters (found 87). 128
 Error misc FinalParameters Parameter processParameters should be final. 128
 Error sizes LineLength Line is longer than 80 characters (found 92). 138
 Error sizes LineLength Line is longer than 80 characters (found 107). 140
 Error sizes LineLength Line is longer than 80 characters (found 96). 141
 Error sizes LineLength Line is longer than 80 characters (found 101). 142
 Error design DesignForExtension Class 'DefaultServerFactory' looks like designed for extension (can be subclassed), but the method 'waitFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultServerFactory' final or making the method 'waitFor' static/final/abstract/empty, or adding allowed annotation for the method. 158
 Error misc FinalParameters Parameter duration should be final. 159
 Error misc FinalParameters Parameter process should be final. 169
 Error coding MagicNumber '10' is a magic number. 174

io/micronaut/maven/testresources/StartTestResourcesServerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Error misc FinalParameters Parameter mavenProject should be final. 49
 Error coding HiddenField 'mavenProject' hides a field. 49
 Error misc FinalParameters Parameter mavenSession should be final. 50
 Error coding HiddenField 'mavenSession' hides a field. 50
 Error sizes LineLength Line is longer than 80 characters (found 96). 51
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 51
 Error coding HiddenField 'dependencyResolutionService' hides a field. 51
 Error misc FinalParameters Parameter toolchainManager should be final. 52
 Error coding HiddenField 'toolchainManager' hides a field. 52
 Error sizes LineLength Line is longer than 80 characters (found 127). 63
 Error regexp RegexpSingleline Line has trailing spaces. 66
 Error sizes LineLength Line is longer than 80 characters (found 119). 67
 Error sizes LineLength Line is longer than 80 characters (found 116). 68
 Error sizes LineLength Line is longer than 80 characters (found 120). 69
 Error sizes LineLength Line is longer than 80 characters (found 85). 76
 Error sizes LineLength Line is longer than 80 characters (found 105). 82
 Error sizes LineLength Line is longer than 80 characters (found 92). 83
 Error regexp RegexpSingleline Line has trailing spaces. 84
 Error sizes LineLength Line is longer than 80 characters (found 115). 85
 Error regexp RegexpSingleline Line has trailing spaces. 87
 Error sizes LineLength Line is longer than 80 characters (found 89). 89
 Error sizes LineLength Line is longer than 80 characters (found 140). 102
 Error misc FinalParameters Parameter evaluator should be final. 102
 Error misc FinalParameters Parameter propertyName should be final. 102

io/micronaut/maven/testresources/StopTestResourcesServerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 115). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error sizes LineLength Line is longer than 80 characters (found 92). 46
 Error misc FinalParameters Parameter mavenProject should be final. 46
 Error coding HiddenField 'mavenProject' hides a field. 46
 Error misc FinalParameters Parameter mavenSession should be final. 46
 Error coding HiddenField 'mavenSession' hides a field. 46
 Error sizes LineLength Line is longer than 80 characters (found 132). 47
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 47
 Error coding HiddenField 'dependencyResolutionService' hides a field. 47
 Error misc FinalParameters Parameter toolchainManager should be final. 47
 Error coding HiddenField 'toolchainManager' hides a field. 47
 Error sizes LineLength Line is longer than 80 characters (found 119). 56
 Error sizes LineLength Line is longer than 80 characters (found 116). 57
 Error sizes LineLength Line is longer than 80 characters (found 120). 58

io/micronaut/maven/testresources/TestResourcesConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error sizes LineLength Line is longer than 80 characters (found 84). 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error sizes LineLength Line is longer than 80 characters (found 107). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error sizes LineLength Line is longer than 80 characters (found 83). 37
 Error design VisibilityModifier Variable 'testResourcesEnabled' must be private and have accessor methods. 38
 Error sizes LineLength Line is longer than 80 characters (found 85). 41
 Error sizes LineLength Line is longer than 80 characters (found 85). 44
 Error design VisibilityModifier Variable 'shared' must be private and have accessor methods. 45
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 118). 49
 Error design VisibilityModifier Variable 'sharedServerNamespace' must be private and have accessor methods. 54
 Error sizes LineLength Line is longer than 80 characters (found 107). 57
 Error sizes LineLength Line is longer than 80 characters (found 91). 62
 Error design VisibilityModifier Variable 'debugServer' must be private and have accessor methods. 63
 Error sizes LineLength Line is longer than 80 characters (found 89). 70
 Error design VisibilityModifier Variable 'foreground' must be private and have accessor methods. 71
 Error sizes LineLength Line is longer than 80 characters (found 94). 81
 Error misc FinalParameters Parameter testResourcesEnabled should be final. 99
 Error coding HiddenField 'testResourcesEnabled' hides a field. 99
 Error sizes LineLength Line is longer than 80 characters (found 86). 104
 Error misc FinalParameters Parameter shared should be final. 108
 Error coding HiddenField 'shared' hides a field. 108
 Error misc FinalParameters Parameter sharedServerNamespace should be final. 117
 Error coding HiddenField 'sharedServerNamespace' hides a field. 117
 Error misc FinalParameters Parameter debugServer should be final. 126
 Error coding HiddenField 'debugServer' hides a field. 126

io/micronaut/maven/testresources/TestResourcesHelper.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 81). 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error sizes LineLength Line is longer than 80 characters (found 92). 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error sizes LineLength Line is longer than 80 characters (found 97). 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error sizes LineLength Line is longer than 80 characters (found 103). 80
 Error javadoc JavadocVariable Missing a Javadoc comment. 80
 Error sizes LineLength Line is longer than 80 characters (found 121). 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error sizes LineLength Line is longer than 80 characters (found 132). 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error sizes LineLength Line is longer than 80 characters (found 146). 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error sizes LineLength Line is longer than 80 characters (found 94). 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error sizes LineLength Line is longer than 80 characters (found 98). 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Error javadoc JavadocVariable Missing a Javadoc comment. 111
 Error javadoc JavadocVariable Missing a Javadoc comment. 113
 Error javadoc JavadocVariable Missing a Javadoc comment. 115
 Error javadoc JavadocVariable Missing a Javadoc comment. 117
 Error javadoc JavadocVariable Missing a Javadoc comment. 119
 Error javadoc JavadocVariable Missing a Javadoc comment. 121
 Error javadoc JavadocVariable Missing a Javadoc comment. 123
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 125
 Error sizes ParameterNumber More than 7 parameters (found 17). 125
 Error misc FinalParameters Parameter enabled should be final. 125
 Error coding HiddenField 'enabled' hides a field. 125
 Error misc FinalParameters Parameter shared should be final. 126
 Error coding HiddenField 'shared' hides a field. 126
 Error misc FinalParameters Parameter buildDirectory should be final. 127
 Error coding HiddenField 'buildDirectory' hides a field. 127
 Error misc FinalParameters Parameter explicitPort should be final. 128
 Error coding HiddenField 'explicitPort' hides a field. 128
 Error misc FinalParameters Parameter clientTimeout should be final. 129
 Error coding HiddenField 'clientTimeout' hides a field. 129
 Error misc FinalParameters Parameter serverIdleTimeoutMinutes should be final. 130
 Error coding HiddenField 'serverIdleTimeoutMinutes' hides a field. 130
 Error misc FinalParameters Parameter mavenProject should be final. 131
 Error coding HiddenField 'mavenProject' hides a field. 131
 Error misc FinalParameters Parameter mavenSession should be final. 132
 Error coding HiddenField 'mavenSession' hides a field. 132
 Error sizes LineLength Line is longer than 80 characters (found 87). 133
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 133
 Error coding HiddenField 'dependencyResolutionService' hides a field. 133
 Error misc FinalParameters Parameter toolchainManager should be final. 134
 Error coding HiddenField 'toolchainManager' hides a field. 134
 Error misc FinalParameters Parameter testResourcesVersion should be final. 135
 Error coding HiddenField 'testResourcesVersion' hides a field. 135
 Error misc FinalParameters Parameter classpathInference should be final. 136
 Error coding HiddenField 'classpathInference' hides a field. 136
 Error misc FinalParameters Parameter testResourcesDependencies should be final. 137
 Error coding HiddenField 'testResourcesDependencies' hides a field. 137
 Error misc FinalParameters Parameter sharedServerNamespace should be final. 138
 Error coding HiddenField 'sharedServerNamespace' hides a field. 138
 Error misc FinalParameters Parameter debugServer should be final. 139
 Error coding HiddenField 'debugServer' hides a field. 139
 Error sizes LineLength Line is longer than 80 characters (found 109). 140
 Error misc FinalParameters Parameter foreground should be final. 140
 Error coding HiddenField 'foreground' hides a field. 140
 Error coding HiddenField 'testResourcesSystemProperties' hides a field. 140
 Error sizes LineLength Line is longer than 80 characters (found 113). 157
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Error misc FinalParameters Parameter mavenSession should be final. 157
 Error coding HiddenField 'mavenSession' hides a field. 157
 Error misc FinalParameters Parameter enabled should be final. 157
 Error coding HiddenField 'enabled' hides a field. 157
 Error misc FinalParameters Parameter shared should be final. 157
 Error coding HiddenField 'shared' hides a field. 157
 Error misc FinalParameters Parameter buildDirectory should be final. 157
 Error coding HiddenField 'buildDirectory' hides a field. 157
 Error sizes LineLength Line is longer than 80 characters (found 102). 166
 Error sizes LineLength Line is longer than 80 characters (found 86). 173
 Error sizes LineLength Line is longer than 80 characters (found 89). 186
 Error sizes LineLength Line is longer than 80 characters (found 199). 195
 Error sizes LineLength Line is longer than 80 characters (found 102). 198
 Error sizes LineLength Line is longer than 80 characters (found 94). 202
 Error misc FinalParameters Parameter accessToken should be final. 205
 Error misc FinalParameters Parameter buildDir should be final. 206
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 207
 Error misc FinalParameters Parameter serverFactory should be final. 208
 Error misc FinalParameters Parameter serverStarted should be final. 209
 Error sizes LineLength Line is longer than 80 characters (found 112). 210
 Error sizes LineLength Line is longer than 80 characters (found 86). 213
 Error sizes LineLength Line is longer than 80 characters (found 94). 214
 Error sizes LineLength Line is longer than 80 characters (found 152). 220
 Error sizes LineLength Line is longer than 80 characters (found 82). 225
 Error sizes LineLength Line is longer than 80 characters (found 149). 226
 Error sizes LineLength Line is longer than 80 characters (found 180). 234
 Error sizes LineLength Line is longer than 80 characters (found 93). 237
 Error sizes LineLength Line is longer than 80 characters (found 92). 242
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 242
 Error sizes LineLength Line is longer than 80 characters (found 117). 251
 Error sizes LineLength Line is longer than 80 characters (found 82). 256
 Error sizes LineLength Line is longer than 80 characters (found 111). 261
 Error sizes LineLength Line is longer than 80 characters (found 87). 266
 Error misc FinalParameters Parameter serverSettings should be final. 266
 Error coding MagicNumber '3' is a magic number. 267
 Error sizes LineLength Line is longer than 80 characters (found 84). 268
 Error sizes LineLength Line is longer than 80 characters (found 134). 270
 Error sizes LineLength Line is longer than 80 characters (found 151). 271
 Error misc FinalParameters Parameter serverSettings should be final. 275
 Error misc FinalParameters Parameter file should be final. 279
 Error misc FinalParameters Parameter port should be final. 279
 Error sizes LineLength Line is longer than 80 characters (found 163). 284
 Error misc FinalParameters Parameter accessToken should be final. 284
 Error misc FinalParameters Parameter buildDir should be final. 284
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 284
 Error misc FinalParameters Parameter serverFactory should be final. 284
 Error sizes LineLength Line is longer than 80 characters (found 86). 304
 Error sizes LineLength Line is longer than 80 characters (found 109). 310
 Error sizes LineLength Line is longer than 80 characters (found 91). 312
 Error sizes LineLength Line is longer than 80 characters (found 100). 315
 Error sizes LineLength Line is longer than 80 characters (found 89). 320
 Error sizes LineLength Line is longer than 80 characters (found 95). 322
 Error sizes LineLength Line is longer than 80 characters (found 95). 326
 Error sizes LineLength Line is longer than 80 characters (found 87). 327
 Error sizes LineLength Line is longer than 80 characters (found 87). 335
 Error misc FinalParameters Parameter quiet should be final. 344
 Error misc FinalParameters Parameter quiet should be final. 357
 Error sizes LineLength Line is longer than 80 characters (found 102). 362
 Error sizes LineLength Line is longer than 80 characters (found 109). 364
 Error misc FinalParameters Parameter quiet should be final. 370
 Error sizes LineLength Line is longer than 80 characters (found 123). 376
 Error sizes LineLength Line is longer than 80 characters (found 81). 379
 Error sizes LineLength Line is longer than 80 characters (found 120). 382
 Error sizes LineLength Line is longer than 80 characters (found 101). 383
 Error sizes LineLength Line is longer than 80 characters (found 81). 397
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 397
 Error sizes LineLength Line is longer than 80 characters (found 113). 399
 Error sizes LineLength Line is longer than 80 characters (found 95). 400
 Error sizes LineLength Line is longer than 80 characters (found 85). 402
 Error sizes LineLength Line is longer than 80 characters (found 86). 403
 Error sizes LineLength Line is longer than 80 characters (found 86). 415
 Error sizes LineLength Line is longer than 80 characters (found 106). 417
 Error sizes LineLength Line is longer than 80 characters (found 90). 418
 Error sizes LineLength Line is longer than 80 characters (found 85). 421
 Error misc FinalParameters Parameter mavenProject should be final. 421
 Error misc FinalParameters Parameter buildDirectory should be final. 421
 Error sizes LineLength Line is longer than 80 characters (found 90). 423
 Error sizes LineLength Line is longer than 80 characters (found 93). 431
 Error misc FinalParameters Parameter file should be final. 431
 Error misc FinalParameters Parameter scope should be final. 431
 Error misc FinalParameters Parameter value should be final. 444
 Error misc FinalParameters Parameter value should be final. 453
 Error misc FinalParameters Parameter c should be final. 465
 Error sizes LineLength Line is longer than 80 characters (found 102). 473
 Error sizes LineLength Line is longer than 80 characters (found 111). 475
 Error sizes LineLength Line is longer than 80 characters (found 124). 480
 Error sizes LineLength Line is longer than 80 characters (found 82). 481
 Error sizes LineLength Line is longer than 80 characters (found 87). 486
 Error sizes LineLength Line is longer than 80 characters (found 108). 489
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 489
 Error misc FinalParameters Parameter port should be final. 489
 Error misc FinalParameters Parameter serverStarted should be final. 489
 Error sizes LineLength Line is longer than 80 characters (found 86). 496
 Error sizes LineLength Line is longer than 80 characters (found 85). 500
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 508
 Error sizes LineLength Line is longer than 80 characters (found 117). 517
 Error sizes LineLength Line is longer than 80 characters (found 82). 525
 Error sizes LineLength Line is longer than 80 characters (found 95). 532
 Error sizes LineLength Line is longer than 80 characters (found 83). 538
 Error sizes LineLength Line is longer than 80 characters (found 90). 540
 Error misc FinalParameters Parameter path should be final. 543
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 547
 Error sizes LineLength Line is longer than 80 characters (found 102). 549
 Error misc FinalParameters Parameter key should be final. 557
 Error misc FinalParameters Parameter lock should be final. 557
 Error sizes LineLength Line is longer than 80 characters (found 103). 569
 Error sizes LineLength Line is longer than 80 characters (found 88). 587
 Error sizes LineLength Line is longer than 80 characters (found 118). 588
 Error sizes LineLength Line is longer than 80 characters (found 109). 593
 Error sizes LineLength Line is longer than 80 characters (found 88). 600
 Error sizes LineLength Line is longer than 80 characters (found 121). 601
 Error misc FinalParameters Parameter port should be final. 607
 Error sizes LineLength Line is longer than 80 characters (found 83). 608
 Error misc FinalParameters Parameter message should be final. 615
 Error misc FinalParameters Parameter quiet should be final. 615
 Error sizes LineLength Line is longer than 80 characters (found 87). 639
 Error sizes LineLength Line is longer than 80 characters (found 83). 647
 Error sizes LineLength Line is longer than 80 characters (found 114). 653
 Error sizes LineLength Line is longer than 80 characters (found 83). 661
 Error sizes LineLength Line is longer than 80 characters (found 88). 663
 Error sizes LineLength Line is longer than 80 characters (found 84). 668
 Error misc FinalParameters Parameter directory should be final. 668
 Error sizes LineLength Line is longer than 80 characters (found 105). 670
 Error sizes LineLength Line is longer than 80 characters (found 98). 674
 Error sizes LineLength Line is longer than 80 characters (found 85). 676
 Error sizes LineLength Line is longer than 80 characters (found 95). 683
 Error sizes LineLength Line is longer than 80 characters (found 94). 684
 Error misc FinalParameters Parameter buildDir should be final. 688
 Error misc FinalParameters Parameter sharedServerNamespace should be final. 695
 Error coding HiddenField 'sharedServerNamespace' hides a field. 695
 Error sizes LineLength Line is longer than 80 characters (found 82). 700
 Error javadoc JavadocVariable Missing a Javadoc comment. 700
 Error sizes LineLength Line is longer than 80 characters (found 93). 701
 Error javadoc JavadocVariable Missing a Javadoc comment. 701
 Error sizes LineLength Line is longer than 80 characters (found 89). 703
 Error javadoc JavadocVariable Missing a Javadoc comment. 703
 Error javadoc JavadocVariable Missing a Javadoc comment. 707
 Error javadoc JavadocVariable Missing a Javadoc comment. 708
 Error misc FinalParameters Parameter port should be final. 710
 Error coding HiddenField 'port' hides a field. 710
 Error javadoc JavadocVariable Missing a Javadoc comment. 716
 Error javadoc JavadocVariable Missing a Javadoc comment. 717
 Error misc FinalParameters Parameter key should be final. 719
 Error coding HiddenField 'key' hides a field. 719
 Error misc FinalParameters Parameter lock should be final. 719
 Error coding HiddenField 'lock' hides a field. 719

io/micronaut/maven/testresources/TestResourcesLifecycleExtension.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 83). 49
 Error sizes LineLength Line is longer than 80 characters (found 88). 50
 Error sizes LineLength Line is longer than 80 characters (found 109). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error sizes LineLength Line is longer than 80 characters (found 107). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 105). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 116). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Error misc FinalParameters Parameter logger should be final. 62
 Error coding HiddenField 'logger' hides a field. 62
 Error design DesignForExtension Class 'TestResourcesLifecycleExtension' looks like designed for extension (can be subclassed), but the method 'afterProjectsRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestResourcesLifecycleExtension' final or making the method 'afterProjectsRead' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error misc FinalParameters Parameter session should be final. 67
 Error sizes LineLength Line is longer than 80 characters (found 132). 71
 Error sizes LineLength Line is longer than 80 characters (found 158). 72
 Error sizes LineLength Line is longer than 80 characters (found 92). 77
 Error sizes LineLength Line is longer than 80 characters (found 83). 78
 Error sizes LineLength Line is longer than 80 characters (found 87). 80
 Error sizes LineLength Line is longer than 80 characters (found 90). 81
 Error design DesignForExtension Class 'TestResourcesLifecycleExtension' looks like designed for extension (can be subclassed), but the method 'afterSessionEnd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestResourcesLifecycleExtension' final or making the method 'afterSessionEnd' static/final/abstract/empty, or adding allowed annotation for the method. 90
 Error misc FinalParameters Parameter session should be final. 91
 Error sizes LineLength Line is longer than 80 characters (found 146). 92
 Error sizes LineLength Line is longer than 80 characters (found 136). 96
 Error sizes LineLength Line is longer than 80 characters (found 162). 97
 Error sizes LineLength Line is longer than 80 characters (found 99). 102
 Error sizes LineLength Line is longer than 80 characters (found 107). 104
 Error sizes LineLength Line is longer than 80 characters (found 119). 117
 Error misc FinalParameters Parameter evaluator should be final. 117
 Error misc FinalParameters Parameter configuration should be final. 117
 Error sizes LineLength Line is longer than 80 characters (found 107). 119
 Error sizes LineLength Line is longer than 80 characters (found 103). 131
 Error misc FinalParameters Parameter evaluator should be final. 131
 Error misc FinalParameters Parameter configuration should be final. 131
 Error sizes LineLength Line is longer than 80 characters (found 95). 132
 Error sizes LineLength Line is longer than 80 characters (found 104). 141
 Error misc FinalParameters Parameter evaluator should be final. 141
 Error misc FinalParameters Parameter configuration should be final. 141
 Error sizes LineLength Line is longer than 80 characters (found 96). 142
 Error misc FinalParameters Parameter plugin should be final. 151
 Error misc FinalParameters Parameter dom should be final. 162
 Error sizes LineLength Line is longer than 80 characters (found 102). 169
 Error sizes LineLength Line is longer than 80 characters (found 82). 177
 Error sizes LineLength Line is longer than 80 characters (found 82). 179
 Error sizes LineLength Line is longer than 80 characters (found 93). 190
 Error misc FinalParameters Parameter evaluator should be final. 190
 Error misc FinalParameters Parameter property should be final. 190
 Error sizes LineLength Line is longer than 80 characters (found 122). 196
 Error sizes LineLength Line is longer than 80 characters (found 98). 205
 Error misc FinalParameters Parameter currentProject should be final. 205
 Error misc FinalParameters Parameter session should be final. 205
 Error sizes LineLength Line is longer than 80 characters (found 97). 211
 Error sizes LineLength Line is longer than 80 characters (found 96). 212
 Error sizes LineLength Line is longer than 80 characters (found 83). 215
 Error sizes LineLength Line is longer than 80 characters (found 84). 222
 Error misc FinalParameters Parameter build should be final. 222
 Error misc FinalParameters Parameter consumer should be final. 222
 Error sizes LineLength Line is longer than 80 characters (found 86). 225