Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
36 0 0 1828

Files

File  I  W  E
io/micronaut/maven/AbstractDockerMojo.java 0 0 76
io/micronaut/maven/AbstractMicronautMojo.java 0 0 2
io/micronaut/maven/DockerCracMojo.java 0 0 91
io/micronaut/maven/DockerMojo.java 0 0 19
io/micronaut/maven/DockerNativeMojo.java 0 0 65
io/micronaut/maven/DockerPushMojo.java 0 0 29
io/micronaut/maven/DockerfileMojo.java 0 0 69
io/micronaut/maven/GraalVMResourcesMojo.java 0 0 32
io/micronaut/maven/HelpMojo.java 0 0 487
io/micronaut/maven/JansiLog.java 0 0 37
io/micronaut/maven/MojoUtils.java 0 0 25
io/micronaut/maven/Packaging.java 0 0 11
io/micronaut/maven/RunMojo.java 0 0 103
io/micronaut/maven/aot/AbstractMicronautAotCliMojo.java 0 0 43
io/micronaut/maven/aot/AbstractMicronautAotMojo.java 0 0 26
io/micronaut/maven/aot/AotAnalysisMojo.java 0 0 34
io/micronaut/maven/aot/AotRuntime.java 0 0 2
io/micronaut/maven/aot/AotSampleMojo.java 0 0 17
io/micronaut/maven/aot/Constants.java 0 0 7
io/micronaut/maven/openapi/AbstractOpenApiMojo.java 0 0 38
io/micronaut/maven/openapi/OpenApiClientMojo.java 0 0 17
io/micronaut/maven/openapi/OpenApiGenericMojo.java 0 0 43
io/micronaut/maven/openapi/OpenApiServerMojo.java 0 0 11
io/micronaut/maven/openapi/ParameterMapping.java 0 0 28
io/micronaut/maven/openapi/ResponseBodyMapping.java 0 0 14
io/micronaut/maven/services/CompilerService.java 0 0 39
io/micronaut/maven/services/DependencyResolutionService.java 0 0 60
io/micronaut/maven/services/DockerService.java 0 0 73
io/micronaut/maven/services/ExecutorService.java 0 0 35
io/micronaut/maven/testresources/AbstractTestResourcesMojo.java 0 0 35
io/micronaut/maven/testresources/DefaultServerFactory.java 0 0 28
io/micronaut/maven/testresources/StartTestResourcesServerMojo.java 0 0 18
io/micronaut/maven/testresources/StopTestResourcesServerMojo.java 0 0 22
io/micronaut/maven/testresources/TestResourcesConfiguration.java 0 0 16
io/micronaut/maven/testresources/TestResourcesHelper.java 0 0 116
io/micronaut/maven/testresources/TestResourcesLifecycleExtension.java 0 0 60

Rules

Category Rule Violations Severity
blocks LeftCurly 62  Error
RightCurly 9  Error
coding HiddenField 74  Error
InnerAssignment 2  Error
MagicNumber 10  Error
design DesignForExtension 46  Error
VisibilityModifier 55  Error
imports AvoidStarImport 4  Error
UnusedImports
  • processJavadoc: "false"
1  Error
javadoc JavadocPackage 6  Error
JavadocVariable 206  Error
MissingJavadocMethod 50  Error
misc FinalParameters 288  Error
modifier RedundantModifier 2  Error
sizes LineLength
  • fileExtensions: "java"
662  Error
ParameterNumber 1  Error
whitespace OperatorWrap 8  Error
ParenPad 342  Error

Details

io/micronaut/maven/AbstractDockerMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error sizes LineLength Line is longer than 80 characters (found 103). 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 111). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 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 javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'mavenProject' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'jibConfigurationService' must be private and have accessor methods. 62
 Error sizes LineLength Line is longer than 80 characters (found 84). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'applicationConfigurationService' must be private and have accessor methods. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'dockerService' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error design VisibilityModifier Variable 'expressionEvaluator' must be private and have accessor methods. 65
 Error sizes LineLength Line is longer than 80 characters (found 117). 69
 Error sizes LineLength Line is longer than 80 characters (found 113). 70
 Error sizes LineLength Line is longer than 80 characters (found 122). 72
 Error design VisibilityModifier Variable 'nativeImageBuildArgs' must be private and have accessor methods. 77
 Error design VisibilityModifier Variable 'appArguments' must be private and have accessor methods. 83
 Error sizes LineLength Line is longer than 80 characters (found 107). 87
 Error design VisibilityModifier Variable 'mainClass' must be private and have accessor methods. 90
 Error sizes LineLength Line is longer than 80 characters (found 96). 93
 Error sizes LineLength Line is longer than 80 characters (found 82). 95
 Error design VisibilityModifier Variable 'staticNativeImage' must be private and have accessor methods. 96
 Error design VisibilityModifier Variable 'micronautRuntime' must be private and have accessor methods. 102
 Error sizes LineLength Line is longer than 80 characters (found 107). 108
 Error design VisibilityModifier Variable 'baseImageRun' must be private and have accessor methods. 109
 Error sizes LineLength Line is longer than 80 characters (found 122). 112
 Error sizes LineLength Line is longer than 80 characters (found 107). 114
 Error design VisibilityModifier Variable 'oracleLinuxVersion' must be private and have accessor methods. 115
 Error design VisibilityModifier Variable 'networkMode' must be private and have accessor methods. 123
 Error sizes LineLength Line is longer than 80 characters (found 108). 125
 Error misc FinalParameters Parameter mavenProject should be final. 125
 Error coding HiddenField 'mavenProject' hides a field. 125
 Error misc FinalParameters Parameter jibConfigurationService should be final. 125
 Error coding HiddenField 'jibConfigurationService' hides a field. 125
 Error sizes LineLength Line is longer than 80 characters (found 97). 126
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 126
 Error coding HiddenField 'applicationConfigurationService' hides a field. 126
 Error sizes LineLength Line is longer than 80 characters (found 119). 127
 Error misc FinalParameters Parameter dockerService should be final. 127
 Error coding HiddenField 'dockerService' hides a field. 127
 Error misc FinalParameters Parameter mavenSession should be final. 127
 Error misc FinalParameters Parameter mojoExecution should be final. 127
 Error sizes LineLength Line is longer than 80 characters (found 103). 132
 Error sizes LineLength Line is longer than 80 characters (found 134). 136
 Error sizes LineLength Line is longer than 80 characters (found 173). 139
 Error sizes LineLength Line is longer than 80 characters (found 117). 143
 Error sizes LineLength Line is longer than 80 characters (found 108). 158
 Error sizes LineLength Line is longer than 80 characters (found 114). 169
 Error sizes LineLength Line is longer than 80 characters (found 128). 170
 Error sizes LineLength Line is longer than 80 characters (found 133). 172
 Error sizes LineLength Line is longer than 80 characters (found 96). 189
 Error sizes LineLength Line is longer than 80 characters (found 86). 193
 Error misc FinalParameters Parameter runtime should be final. 193
 Error sizes LineLength Line is longer than 80 characters (found 87). 195
 Error sizes LineLength Line is longer than 80 characters (found 96). 230
 Error misc FinalParameters Parameter expression should be final. 240
 Error sizes LineLength Line is longer than 80 characters (found 85). 242
 Error sizes LineLength Line is longer than 80 characters (found 90). 249
 Error sizes LineLength Line is longer than 80 characters (found 106). 261
 Error sizes LineLength Line is longer than 80 characters (found 103). 262
 Error sizes LineLength Line is longer than 80 characters (found 85). 263
 Error sizes LineLength Line is longer than 80 characters (found 148). 268
 Error whitespace OperatorWrap '+' should be on a new line. 276
 Error whitespace OperatorWrap '+' should be on a new line. 279

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). 56
 Error sizes LineLength Line is longer than 80 characters (found 118). 61
 Error sizes LineLength Line is longer than 80 characters (found 107). 62
 Error sizes LineLength Line is longer than 80 characters (found 119). 64
 Error sizes LineLength Line is longer than 80 characters (found 119). 71
 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 javadoc JavadocVariable Missing a Javadoc comment. 77
 Error sizes LineLength Line is longer than 80 characters (found 123). 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 sizes LineLength Line is longer than 80 characters (found 92). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 81
 Error sizes LineLength Line is longer than 80 characters (found 92). 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 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. 92
 Error sizes LineLength Line is longer than 80 characters (found 90). 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error sizes LineLength Line is longer than 80 characters (found 111). 95
 Error sizes LineLength Line is longer than 80 characters (found 111). 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error sizes LineLength Line is longer than 80 characters (found 122). 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error sizes LineLength Line is longer than 80 characters (found 137). 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 104
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error sizes LineLength Line is longer than 80 characters (found 116). 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Error javadoc JavadocVariable Missing a Javadoc comment. 113
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Error misc FinalParameters Parameter mavenProject should be final. 119
 Error misc FinalParameters Parameter jibConfigurationService should be final. 120
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 121
 Error misc FinalParameters Parameter dockerService should be final. 122
 Error misc FinalParameters Parameter mavenReaderFilter should be final. 123
 Error coding HiddenField 'mavenReaderFilter' hides a field. 123
 Error misc FinalParameters Parameter mavenSession should be final. 124
 Error misc FinalParameters Parameter mojoExecution should be final. 125
 Error sizes LineLength Line is longer than 80 characters (found 130). 127
 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. 131
 Error sizes LineLength Line is longer than 80 characters (found 96). 136
 Error sizes LineLength Line is longer than 80 characters (found 110). 139
 Error sizes LineLength Line is longer than 80 characters (found 119). 140
 Error sizes LineLength Line is longer than 80 characters (found 110). 142
 Error sizes LineLength Line is longer than 80 characters (found 108). 147
 Error whitespace OperatorWrap '+' should be on a new line. 147
 Error sizes LineLength Line is longer than 80 characters (found 102). 148
 Error whitespace OperatorWrap '+' should be on a new line. 148
 Error sizes LineLength Line is longer than 80 characters (found 99). 149
 Error sizes LineLength Line is longer than 80 characters (found 86). 151
 Error sizes LineLength Line is longer than 80 characters (found 112). 156
 Error sizes LineLength Line is longer than 80 characters (found 84). 159
 Error sizes LineLength Line is longer than 80 characters (found 112). 160
 Error misc FinalParameters Parameter architecture should be final. 171
 Error sizes LineLength Line is longer than 80 characters (found 92). 181
 Error sizes LineLength Line is longer than 80 characters (found 81). 184
 Error sizes LineLength Line is longer than 80 characters (found 108). 185
 Error sizes LineLength Line is longer than 80 characters (found 85). 187
 Error sizes LineLength Line is longer than 80 characters (found 116). 189
 Error sizes LineLength Line is longer than 80 characters (found 86). 193
 Error sizes LineLength Line is longer than 80 characters (found 145). 202
 Error misc FinalParameters Parameter checkpointContainerId should be final. 202
 Error sizes LineLength Line is longer than 80 characters (found 97). 208
 Error sizes LineLength Line is longer than 80 characters (found 86). 211
 Error sizes LineLength Line is longer than 80 characters (found 84). 217
 Error sizes LineLength Line is longer than 80 characters (found 83). 218
 Error sizes LineLength Line is longer than 80 characters (found 84). 219
 Error sizes LineLength Line is longer than 80 characters (found 89). 222
 Error misc FinalParameters Parameter readinessCommand should be final. 222
 Error coding HiddenField 'readinessCommand' hides a field. 222
 Error misc FinalParameters Parameter mainClass should be final. 222
 Error sizes LineLength Line is longer than 80 characters (found 97). 229
 Error misc FinalParameters Parameter scriptNames should be final. 229
 Error sizes LineLength Line is longer than 80 characters (found 82). 230
 Error sizes LineLength Line is longer than 80 characters (found 96). 234
 Error sizes LineLength Line is longer than 80 characters (found 138). 237
 Error misc FinalParameters Parameter target should be final. 237
 Error misc FinalParameters Parameter replacements should be final. 237
 Error misc FinalParameters Parameter scriptNames should be final. 237
 Error sizes LineLength Line is longer than 80 characters (found 108). 240
 Error sizes LineLength Line is longer than 80 characters (found 106). 241
 Error sizes LineLength Line is longer than 80 characters (found 125). 242
 Error sizes LineLength Line is longer than 80 characters (found 140). 251
 Error sizes LineLength Line is longer than 80 characters (found 82). 254

io/micronaut/maven/DockerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 40
 Error sizes LineLength Line is longer than 80 characters (found 110). 48
 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 97). 55
 Error misc FinalParameters Parameter mavenProject should be final. 55
 Error misc FinalParameters Parameter jibConfigurationService should be final. 55
 Error sizes LineLength Line is longer than 80 characters (found 115). 56
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 56
 Error misc FinalParameters Parameter dockerService should be final. 56
 Error misc FinalParameters Parameter mavenSession should be final. 57
 Error misc FinalParameters Parameter mojoExecution should be final. 57
 Error sizes LineLength Line is longer than 80 characters (found 114). 58
 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. 62
 Error sizes LineLength Line is longer than 80 characters (found 89). 64
 Error sizes LineLength Line is longer than 80 characters (found 92). 67
 Error sizes LineLength Line is longer than 80 characters (found 82). 73
 Error sizes LineLength Line is longer than 80 characters (found 101). 74
 Error sizes LineLength Line is longer than 80 characters (found 121). 87

io/micronaut/maven/DockerNativeMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 118). 50
 Error sizes LineLength Line is longer than 80 characters (found 123). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 91). 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 90). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Error sizes LineLength Line is longer than 80 characters (found 103). 70
 Error misc FinalParameters Parameter mavenProject should be final. 70
 Error misc FinalParameters Parameter jibConfigurationService should be final. 70
 Error sizes LineLength Line is longer than 80 characters (found 121). 71
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 71
 Error misc FinalParameters Parameter dockerService should be final. 71
 Error sizes LineLength Line is longer than 80 characters (found 85). 72
 Error misc FinalParameters Parameter mavenSession should be final. 72
 Error misc FinalParameters Parameter mojoExecution should be final. 72
 Error sizes LineLength Line is longer than 80 characters (found 130). 73
 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. 76
 Error sizes LineLength Line is longer than 80 characters (found 84). 84
 Error sizes LineLength Line is longer than 80 characters (found 110). 90
 Error sizes LineLength Line is longer than 80 characters (found 108). 97
 Error whitespace OperatorWrap '+' should be on a new line. 97
 Error sizes LineLength Line is longer than 80 characters (found 102). 98
 Error whitespace OperatorWrap '+' should be on a new line. 98
 Error sizes LineLength Line is longer than 80 characters (found 99). 99
 Error sizes LineLength Line is longer than 80 characters (found 94). 107
 Error sizes LineLength Line is longer than 80 characters (found 111). 109
 Error sizes LineLength Line is longer than 80 characters (found 97). 111
 Error sizes LineLength Line is longer than 80 characters (found 137). 113
 Error sizes LineLength Line is longer than 80 characters (found 82). 114
 Error sizes LineLength Line is longer than 80 characters (found 327). 116
 Error sizes LineLength Line is longer than 80 characters (found 215). 118
 Error sizes LineLength Line is longer than 80 characters (found 237). 122
 Error sizes LineLength Line is longer than 80 characters (found 98). 126
 Error sizes LineLength Line is longer than 80 characters (found 139). 129
 Error coding MagicNumber '17' is a magic number. 134
 Error sizes LineLength Line is longer than 80 characters (found 136). 135
 Error sizes LineLength Line is longer than 80 characters (found 89). 146
 Error sizes LineLength Line is longer than 80 characters (found 93). 149
 Error sizes LineLength Line is longer than 80 characters (found 96). 151
 Error sizes LineLength Line is longer than 80 characters (found 81). 153
 Error sizes LineLength Line is longer than 80 characters (found 94). 161
 Error sizes LineLength Line is longer than 80 characters (found 81). 162
 Error sizes LineLength Line is longer than 80 characters (found 89). 165
 Error sizes LineLength Line is longer than 80 characters (found 88). 180
 Error sizes LineLength Line is longer than 80 characters (found 131). 184
 Error misc FinalParameters Parameter dockerfileName should be final. 184
 Error misc FinalParameters Parameter passClassName should be final. 184
 Error sizes LineLength Line is longer than 80 characters (found 81). 194
 Error sizes LineLength Line is longer than 80 characters (found 151). 198
 Error sizes LineLength Line is longer than 80 characters (found 94). 204
 Error sizes LineLength Line is longer than 80 characters (found 87). 209
 Error sizes LineLength Line is longer than 80 characters (found 121). 216
 Error sizes LineLength Line is longer than 80 characters (found 161). 225
 Error misc FinalParameters Parameter buildImageCmdArguments should be final. 225
 Error misc FinalParameters Parameter buildImageCmdSupplier should be final. 225
 Error sizes LineLength Line is longer than 80 characters (found 92). 226
 Error sizes LineLength Line is longer than 80 characters (found 126). 227
 Error sizes LineLength Line is longer than 80 characters (found 85). 230
 Error sizes LineLength Line is longer than 80 characters (found 151). 231
 Error sizes LineLength Line is longer than 80 characters (found 90). 237
 Error sizes LineLength Line is longer than 80 characters (found 92). 247

io/micronaut/maven/DockerPushMojo.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 87). 41
 Error sizes LineLength Line is longer than 80 characters (found 123). 42
 Error sizes LineLength Line is longer than 80 characters (found 84). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 101). 56
 Error misc FinalParameters Parameter mavenProject should be final. 56
 Error misc FinalParameters Parameter jibConfigurationService should be final. 56
 Error sizes LineLength Line is longer than 80 characters (found 119). 57
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 57
 Error misc FinalParameters Parameter dockerService should be final. 57
 Error sizes LineLength Line is longer than 80 characters (found 83). 58
 Error misc FinalParameters Parameter mavenSession should be final. 58
 Error misc FinalParameters Parameter mojoExecution should be final. 58
 Error sizes LineLength Line is longer than 80 characters (found 130). 59
 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. 62
 Error sizes LineLength Line is longer than 80 characters (found 122). 65
 Error sizes LineLength Line is longer than 80 characters (found 87). 68
 Error sizes LineLength Line is longer than 80 characters (found 81). 69
 Error sizes LineLength Line is longer than 80 characters (found 95). 74
 Error sizes LineLength Line is longer than 80 characters (found 90). 75
 Error sizes LineLength Line is longer than 80 characters (found 129). 76
 Error sizes LineLength Line is longer than 80 characters (found 88). 80
 Error sizes LineLength Line is longer than 80 characters (found 109). 81
 Error sizes LineLength Line is longer than 80 characters (found 148). 83
 Error sizes LineLength Line is longer than 80 characters (found 138). 95
 Error sizes LineLength Line is longer than 80 characters (found 158). 98
 Error misc FinalParameters Parameter logEvent should be final. 102

io/micronaut/maven/DockerfileMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 47
 Error sizes LineLength Line is longer than 80 characters (found 84). 50
 Error sizes LineLength Line is longer than 80 characters (found 95). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error sizes LineLength Line is longer than 80 characters (found 92). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes LineLength Line is longer than 80 characters (found 87). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 94). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error sizes LineLength Line is longer than 80 characters (found 91). 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error sizes LineLength Line is longer than 80 characters (found 83). 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error sizes LineLength Line is longer than 80 characters (found 94). 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 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 130). 71
 Error misc FinalParameters Parameter mavenProject should be final. 71
 Error misc FinalParameters Parameter dockerService should be final. 71
 Error misc FinalParameters Parameter jibConfigurationService should be final. 71
 Error sizes LineLength Line is longer than 80 characters (found 123). 72
 Error misc FinalParameters Parameter applicationConfigurationService should be final. 72
 Error misc FinalParameters Parameter executorService should be final. 72
 Error coding HiddenField 'executorService' hides a field. 72
 Error sizes LineLength Line is longer than 80 characters (found 83). 73
 Error misc FinalParameters Parameter mavenSession should be final. 73
 Error misc FinalParameters Parameter mojoExecution should be final. 73
 Error sizes LineLength Line is longer than 80 characters (found 130). 74
 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. 78
 Error sizes LineLength Line is longer than 80 characters (found 92). 80
 Error sizes LineLength Line is longer than 80 characters (found 232). 88
 Error sizes LineLength Line is longer than 80 characters (found 108). 91
 Error sizes LineLength Line is longer than 80 characters (found 89). 98
 Error misc FinalParameters Parameter runtime should be final. 98
 Error sizes LineLength Line is longer than 80 characters (found 93). 102
 Error sizes LineLength Line is longer than 80 characters (found 106). 109
 Error sizes LineLength Line is longer than 80 characters (found 117). 114
 Error misc FinalParameters Parameter runtime should be final. 114
 Error sizes LineLength Line is longer than 80 characters (found 115). 117
 Error sizes LineLength Line is longer than 80 characters (found 106). 118
 Error sizes LineLength Line is longer than 80 characters (found 129). 120
 Error sizes LineLength Line is longer than 80 characters (found 85). 122
 Error sizes LineLength Line is longer than 80 characters (found 106). 125
 Error sizes LineLength Line is longer than 80 characters (found 86). 130
 Error misc FinalParameters Parameter dockerfile should be final. 130
 Error sizes LineLength Line is longer than 80 characters (found 122). 133
 Error sizes LineLength Line is longer than 80 characters (found 121). 146
 Error misc FinalParameters Parameter runtime should be final. 146
 Error sizes LineLength Line is longer than 80 characters (found 100). 150
 Error sizes LineLength Line is longer than 80 characters (found 110). 153
 Error coding InnerAssignment Inner assignments should be avoided. 153
 Error sizes LineLength Line is longer than 80 characters (found 120). 154
 Error coding InnerAssignment Inner assignments should be avoided. 154
 Error sizes LineLength Line is longer than 80 characters (found 81). 162
 Error sizes LineLength Line is longer than 80 characters (found 84). 164
 Error sizes LineLength Line is longer than 80 characters (found 106). 166
 Error misc FinalParameters Parameter dockerfile should be final. 172
 Error sizes LineLength Line is longer than 80 characters (found 84). 180
 Error sizes LineLength Line is longer than 80 characters (found 90). 189
 Error sizes LineLength Line is longer than 80 characters (found 87). 191
 Error sizes LineLength Line is longer than 80 characters (found 96). 203
 Error sizes LineLength Line is longer than 80 characters (found 84). 205
 Error sizes LineLength Line is longer than 80 characters (found 92). 209
 Error sizes LineLength Line is longer than 80 characters (found 134). 219
 Error sizes LineLength Line is longer than 80 characters (found 93). 220

io/micronaut/maven/GraalVMResourcesMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 33
 Error sizes LineLength Line is longer than 80 characters (found 112). 36
 Error sizes LineLength Line is longer than 80 characters (found 86). 37
 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 sizes LineLength Line is longer than 80 characters (found 112). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error sizes LineLength Line is longer than 80 characters (found 94). 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 90). 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 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. 58
 Error sizes LineLength Line is longer than 80 characters (found 98). 69
 Error sizes LineLength Line is longer than 80 characters (found 108). 74
 Error sizes LineLength Line is longer than 80 characters (found 90). 77
 Error sizes LineLength Line is longer than 80 characters (found 98). 88
 Error sizes LineLength Line is longer than 80 characters (found 115). 93
 Error misc FinalParameters Parameter folder should be final. 97
 Error misc FinalParameters Parameter folder should be final. 101
 Error misc FinalParameters Parameter filePath should be final. 101
 Error sizes LineLength Line is longer than 80 characters (found 108). 115
 Error sizes LineLength Line is longer than 80 characters (found 114). 116
 Error sizes LineLength Line is longer than 80 characters (found 92). 117
 Error sizes LineLength Line is longer than 80 characters (found 84). 123
 Error sizes LineLength Line is longer than 80 characters (found 82). 125
 Error sizes LineLength Line is longer than 80 characters (found 143). 126
 Error misc FinalParameters Parameter resourceName should be final. 145
 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. 157
 Error misc FinalParameters Parameter log should be final. 158

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 javadoc JavadocVariable Missing a Javadoc comment. 60
 Error sizes LineLength Line is longer than 80 characters (found 96). 61
 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/JansiLog.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Error misc FinalParameters Parameter delegate should be final. 32
 Error coding HiddenField 'delegate' hides a field. 32
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isDebugEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isDebugEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 36
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. 41
 Error misc FinalParameters Parameter content should be final. 42
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error misc FinalParameters Parameter content should be final. 47
 Error misc FinalParameters Parameter error should be final. 47
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. 51
 Error misc FinalParameters Parameter error should be final. 52
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isInfoEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isInfoEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 56
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. 61
 Error misc FinalParameters Parameter content should be final. 62
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. 66
 Error misc FinalParameters Parameter content should be final. 67
 Error misc FinalParameters Parameter error should be final. 67
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. 71
 Error misc FinalParameters Parameter error should be final. 72
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isWarnEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isWarnEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 76
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. 81
 Error misc FinalParameters Parameter content should be final. 82
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. 86
 Error misc FinalParameters Parameter content should be final. 87
 Error misc FinalParameters Parameter error should be final. 87
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. 91
 Error misc FinalParameters Parameter error should be final. 92
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isErrorEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isErrorEnabled' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. 101
 Error misc FinalParameters Parameter content should be final. 102
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. 106
 Error misc FinalParameters Parameter content should be final. 107
 Error misc FinalParameters Parameter error should be final. 107
 Error design DesignForExtension Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. 111
 Error misc FinalParameters Parameter error should be final. 112
 Error misc FinalParameters Parameter s should be final. 116

io/micronaut/maven/MojoUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 107). 44
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error misc FinalParameters Parameter toolchainManager should be final. 44
 Error misc FinalParameters Parameter mavenSession should be final. 44
 Error sizes LineLength Line is longer than 80 characters (found 97). 46
 Error sizes LineLength Line is longer than 80 characters (found 94). 50
 Error sizes LineLength Line is longer than 80 characters (found 85). 54
 Error sizes LineLength Line is longer than 80 characters (found 128). 62
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error misc FinalParameters Parameter nativeImageBuildArgs should be final. 62
 Error misc FinalParameters Parameter baseImageRun should be final. 62
 Error misc FinalParameters Parameter argsFile should be final. 62
 Error sizes LineLength Line is longer than 80 characters (found 128). 67
 Error sizes LineLength Line is longer than 80 characters (found 81). 68
 Error sizes LineLength Line is longer than 80 characters (found 83). 71
 Error misc FinalParameters Parameter argsFile should be final. 76
 Error sizes LineLength Line is longer than 80 characters (found 95). 83
 Error sizes LineLength Line is longer than 80 characters (found 86). 95
 Error sizes LineLength Line is longer than 80 characters (found 82). 100
 Error sizes LineLength Line is longer than 80 characters (found 89). 101
 Error sizes LineLength Line is longer than 80 characters (found 101). 102
 Error coding MagicNumber '3' is a magic number. 102
 Error sizes LineLength Line is longer than 80 characters (found 105). 103
 Error sizes LineLength Line is longer than 80 characters (found 84). 109

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. 30
 Error misc FinalParameters Parameter id should be final. 32
 Error coding HiddenField 'id' hides a field. 32
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Error misc FinalParameters Parameter value should be final. 40

io/micronaut/maven/RunMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 133). 69
 Error sizes LineLength Line is longer than 80 characters (found 119). 70
 Error sizes LineLength Line is longer than 80 characters (found 109). 72
 Error sizes LineLength Line is longer than 80 characters (found 154). 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error sizes LineLength Line is longer than 80 characters (found 89). 85
 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. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 100
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 102
 Error sizes LineLength Line is longer than 80 characters (found 107). 111
 Error sizes LineLength Line is longer than 80 characters (found 86). 123
 Error sizes LineLength Line is longer than 80 characters (found 98). 141
 Error sizes LineLength Line is longer than 80 characters (found 119). 142
 Error sizes LineLength Line is longer than 80 characters (found 124). 145
 Error sizes LineLength Line is longer than 80 characters (found 113). 151
 Error sizes LineLength Line is longer than 80 characters (found 140). 153
 Error sizes LineLength Line is longer than 80 characters (found 97). 159
 Error sizes LineLength Line is longer than 80 characters (found 81). 165
 Error sizes LineLength Line is longer than 80 characters (found 82). 177
 Error javadoc JavadocVariable Missing a Javadoc comment. 178
 Error sizes LineLength Line is longer than 80 characters (found 95). 179
 Error javadoc JavadocVariable Missing a Javadoc comment. 181
 Error javadoc JavadocVariable Missing a Javadoc comment. 183
 Error javadoc JavadocVariable Missing a Javadoc comment. 184
 Error javadoc JavadocVariable Missing a Javadoc comment. 185
 Error javadoc JavadocVariable Missing a Javadoc comment. 186
 Error javadoc JavadocVariable Missing a Javadoc comment. 187
 Error javadoc JavadocVariable Missing a Javadoc comment. 188
 Error javadoc JavadocVariable Missing a Javadoc comment. 189
 Error javadoc JavadocVariable Missing a Javadoc comment. 190
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 192
 Error misc FinalParameters Parameter mavenSession should be final. 194
 Error coding HiddenField 'mavenSession' hides a field. 194
 Error misc FinalParameters Parameter pluginManager should be final. 195
 Error misc FinalParameters Parameter projectBuilder should be final. 196
 Error coding HiddenField 'projectBuilder' hides a field. 196
 Error misc FinalParameters Parameter toolchainManager should be final. 197
 Error coding HiddenField 'toolchainManager' hides a field. 197
 Error misc FinalParameters Parameter compilerService should be final. 198
 Error coding HiddenField 'compilerService' hides a field. 198
 Error misc FinalParameters Parameter executorService should be final. 199
 Error coding HiddenField 'executorService' hides a field. 199
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 200
 Error coding HiddenField 'dependencyResolutionService' hides a field. 200
 Error sizes LineLength Line is longer than 80 characters (found 81). 207
 Error sizes LineLength Line is longer than 80 characters (found 83). 209
 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. 212
 Error sizes LineLength Line is longer than 80 characters (found 81). 240
 Error sizes LineLength Line is longer than 80 characters (found 89). 253
 Error sizes LineLength Line is longer than 80 characters (found 155). 254
 Error sizes LineLength Line is longer than 80 characters (found 124). 259
 Error sizes LineLength Line is longer than 80 characters (found 104). 271
 Error sizes LineLength Line is longer than 80 characters (found 93). 273
 Error sizes LineLength Line is longer than 80 characters (found 88). 288
 Error misc FinalParameters Parameter event should be final. 295
 Error sizes LineLength Line is longer than 80 characters (found 92). 304
 Error sizes LineLength Line is longer than 80 characters (found 138). 308
 Error sizes LineLength Line is longer than 80 characters (found 86). 315
 Error misc FinalParameters Parameter path should be final. 321
 Error sizes LineLength Line is longer than 80 characters (found 125). 323
 Error sizes LineLength Line is longer than 80 characters (found 87). 338
 Error sizes LineLength Line is longer than 80 characters (found 92). 339
 Error sizes LineLength Line is longer than 80 characters (found 96). 345
 Error sizes LineLength Line is longer than 80 characters (found 92). 352
 Error sizes LineLength Line is longer than 80 characters (found 109). 354
 Error sizes LineLength Line is longer than 80 characters (found 81). 355
 Error sizes LineLength Line is longer than 80 characters (found 171). 356
 Error sizes LineLength Line is longer than 80 characters (found 189). 359
 Error sizes LineLength Line is longer than 80 characters (found 92). 375
 Error sizes LineLength Line is longer than 80 characters (found 109). 377
 Error sizes LineLength Line is longer than 80 characters (found 81). 378
 Error sizes LineLength Line is longer than 80 characters (found 171). 379
 Error sizes LineLength Line is longer than 80 characters (found 189). 382
 Error misc FinalParameters Parameter path should be final. 399
 Error sizes LineLength Line is longer than 80 characters (found 84). 403
 Error sizes LineLength Line is longer than 80 characters (found 96). 408
 Error whitespace OperatorWrap '||' should be on a new line. 408
 Error sizes LineLength Line is longer than 80 characters (found 108). 410
 Error sizes LineLength Line is longer than 80 characters (found 91). 414
 Error sizes LineLength Line is longer than 80 characters (found 101). 432
 Error sizes LineLength Line is longer than 80 characters (found 118). 434
 Error sizes LineLength Line is longer than 80 characters (found 88). 441
 Error sizes LineLength Line is longer than 80 characters (found 141). 449
 Error sizes LineLength Line is longer than 80 characters (found 86). 472
 Error sizes LineLength Line is longer than 80 characters (found 132). 478
 Error sizes LineLength Line is longer than 80 characters (found 135). 485
 Error sizes LineLength Line is longer than 80 characters (found 128). 489
 Error whitespace OperatorWrap ':' should be on a new line. 489
 Error sizes LineLength Line is longer than 80 characters (found 98). 490
 Error sizes LineLength Line is longer than 80 characters (found 121). 491
 Error sizes LineLength Line is longer than 80 characters (found 106). 492
 Error sizes LineLength Line is longer than 80 characters (found 93). 497
 Error sizes LineLength Line is longer than 80 characters (found 97). 502
 Error sizes LineLength Line is longer than 80 characters (found 93). 512

io/micronaut/maven/aot/AbstractMicronautAotCliMojo.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - io.micronaut.maven.aot.Constants.*. 44
 Error sizes LineLength Line is longer than 80 characters (found 84). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error sizes LineLength Line is longer than 80 characters (found 96). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'packageName' must be private and have accessor methods. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error sizes LineLength Line is longer than 80 characters (found 96). 79
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Error sizes LineLength Line is longer than 80 characters (found 104). 87
 Error misc FinalParameters Parameter compilerService should be final. 87
 Error misc FinalParameters Parameter executorService should be final. 87
 Error coding HiddenField 'executorService' hides a field. 87
 Error sizes LineLength Line is longer than 80 characters (found 124). 88
 Error misc FinalParameters Parameter mavenProject should be final. 88
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 88
 Error coding HiddenField 'dependencyResolutionService' hides a field. 88
 Error sizes LineLength Line is longer than 80 characters (found 81). 94
 Error design DesignForExtension Class 'AbstractMicronautAotCliMojo' looks like designed for extension (can be subclassed), but the method 'doExecute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMicronautAotCliMojo' final or making the method 'doExecute' static/final/abstract/empty, or adding allowed annotation for the method. 96
 Error sizes LineLength Line is longer than 80 characters (found 93). 97
 Error sizes LineLength Line is longer than 80 characters (found 124). 99
 Error sizes LineLength Line is longer than 80 characters (found 110). 106
 Error sizes LineLength Line is longer than 80 characters (found 92). 115
 Error sizes LineLength Line is longer than 80 characters (found 132). 123
 Error sizes LineLength Line is longer than 80 characters (found 84). 128
 Error sizes LineLength Line is longer than 80 characters (found 90). 129
 Error sizes LineLength Line is longer than 80 characters (found 107). 138
 Error sizes LineLength Line is longer than 80 characters (found 107). 143
 Error sizes LineLength Line is longer than 80 characters (found 92). 147
 Error sizes LineLength Line is longer than 80 characters (found 116). 158
 Error sizes LineLength Line is longer than 80 characters (found 144). 168
 Error sizes LineLength Line is longer than 80 characters (found 115). 171
 Error sizes LineLength Line is longer than 80 characters (found 85). 176
 Error sizes LineLength Line is longer than 80 characters (found 144). 178
 Error sizes LineLength Line is longer than 80 characters (found 96). 179
 Error sizes LineLength Line is longer than 80 characters (found 92). 182
 Error sizes LineLength Line is longer than 80 characters (found 161). 184
 Error sizes LineLength Line is longer than 80 characters (found 98). 185

io/micronaut/maven/aot/AbstractMicronautAotMojo.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error design VisibilityModifier Variable 'compilerService' must be private and have accessor methods. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error design VisibilityModifier Variable 'mavenProject' must be private and have accessor methods. 37
 Error sizes LineLength Line is longer than 80 characters (found 85). 40
 Error sizes LineLength Line is longer than 80 characters (found 89). 42
 Error design VisibilityModifier Variable 'runtime' must be private and have accessor methods. 43
 Error design VisibilityModifier Variable 'micronautAotVersion' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 55
 Error sizes LineLength Line is longer than 80 characters (found 82). 60
 Error design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 61
 Error sizes LineLength Line is longer than 80 characters (found 97). 63
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error misc FinalParameters Parameter compilerService should be final. 63
 Error coding HiddenField 'compilerService' hides a field. 63
 Error misc FinalParameters Parameter mavenProject should be final. 63
 Error coding HiddenField 'mavenProject' hides a field. 63
 Error sizes LineLength Line is longer than 80 characters (found 87). 71
 Error misc FinalParameters Parameter name should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 88). 85
 Error sizes LineLength Line is longer than 80 characters (found 88). 93
 Error misc FinalParameters Parameter baseOutputDirectory should be final. 97
 Error sizes LineLength Line is longer than 80 characters (found 97). 119
 Error sizes LineLength Line is longer than 80 characters (found 89). 123
 Error sizes LineLength Line is longer than 80 characters (found 194). 125
 Error sizes LineLength Line is longer than 80 characters (found 101). 129

io/micronaut/maven/aot/AotAnalysisMojo.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). 44
 Error sizes LineLength Line is longer than 80 characters (found 116). 45
 Error sizes LineLength Line is longer than 80 characters (found 111). 48
 Error sizes LineLength Line is longer than 80 characters (found 103). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error sizes LineLength Line is longer than 80 characters (found 129). 67
 Error sizes LineLength Line is longer than 80 characters (found 90). 70
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 73
 Error sizes LineLength Line is longer than 80 characters (found 119). 75
 Error misc FinalParameters Parameter compilerService should be final. 75
 Error misc FinalParameters Parameter executorService should be final. 75
 Error misc FinalParameters Parameter mavenProject should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 85). 76
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 76
 Error sizes LineLength Line is longer than 80 characters (found 91). 77
 Error design DesignForExtension Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. 80
 Error sizes LineLength Line is longer than 80 characters (found 126). 93
 Error sizes LineLength Line is longer than 80 characters (found 84). 96
 Error sizes LineLength Line is longer than 80 characters (found 95). 97
 Error sizes LineLength Line is longer than 80 characters (found 90). 100
 Error sizes LineLength Line is longer than 80 characters (found 113). 104
 Error sizes LineLength Line is longer than 80 characters (found 87). 106
 Error sizes LineLength Line is longer than 80 characters (found 83). 108
 Error sizes LineLength Line is longer than 80 characters (found 82). 109
 Error sizes LineLength Line is longer than 80 characters (found 86). 112
 Error design DesignForExtension Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. 117
 Error misc FinalParameters Parameter outputDir should be final. 118
 Error sizes LineLength Line is longer than 80 characters (found 118). 123
 Error sizes LineLength Line is longer than 80 characters (found 81). 126
 Error sizes LineLength Line is longer than 80 characters (found 81). 130
 Error sizes LineLength Line is longer than 80 characters (found 132). 136
 Error design DesignForExtension Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. 140

io/micronaut/maven/aot/AotRuntime.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 24

io/micronaut/maven/aot/AotSampleMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 110). 32
 Error sizes LineLength Line is longer than 80 characters (found 140). 34
 Error sizes LineLength Line is longer than 80 characters (found 82). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 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 117). 41
 Error misc FinalParameters Parameter compilerService should be final. 41
 Error misc FinalParameters Parameter executorService should be final. 41
 Error misc FinalParameters Parameter mavenProject should be final. 41
 Error sizes LineLength Line is longer than 80 characters (found 83). 42
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 42
 Error sizes LineLength Line is longer than 80 characters (found 91). 43
 Error design DesignForExtension Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. 46
 Error design DesignForExtension Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. 54
 Error misc FinalParameters Parameter outputDir should be final. 55
 Error design DesignForExtension Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. 62

io/micronaut/maven/aot/Constants.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 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 sizes LineLength Line is longer than 80 characters (found 81). 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 54

io/micronaut/maven/openapi/AbstractOpenApiMojo.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 103). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 141). 44
 Error design VisibilityModifier Variable 'definitionFile' must be private and have accessor methods. 45
 Error sizes LineLength Line is longer than 80 characters (found 92). 48
 Error sizes LineLength Line is longer than 80 characters (found 151). 50
 Error design VisibilityModifier Variable 'invokerPackageName' must be private and have accessor methods. 51
 Error sizes LineLength Line is longer than 80 characters (found 143). 56
 Error design VisibilityModifier Variable 'apiPackageName' must be private and have accessor methods. 57
 Error sizes LineLength Line is longer than 80 characters (found 147). 62
 Error design VisibilityModifier Variable 'modelPackageName' must be private and have accessor methods. 63
 Error sizes LineLength Line is longer than 80 characters (found 116). 68
 Error design VisibilityModifier Variable 'useBeanValidation' must be private and have accessor methods. 69
 Error sizes LineLength Line is longer than 80 characters (found 102). 72
 Error sizes LineLength Line is longer than 80 characters (found 110). 74
 Error design VisibilityModifier Variable 'useOptional' must be private and have accessor methods. 75
 Error sizes LineLength Line is longer than 80 characters (found 109). 80
 Error design VisibilityModifier Variable 'useReactive' must be private and have accessor methods. 81
 Error sizes LineLength Line is longer than 80 characters (found 88). 84
 Error sizes LineLength Line is longer than 80 characters (found 128). 87
 Error design VisibilityModifier Variable 'outputKinds' must be private and have accessor methods. 88
 Error sizes LineLength Line is longer than 80 characters (found 102). 93
 Error design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 94
 Error sizes LineLength Line is longer than 80 characters (found 85). 97
 Error design VisibilityModifier Variable 'parameterMappings' must be private and have accessor methods. 101
 Error sizes LineLength Line is longer than 80 characters (found 85). 104
 Error design VisibilityModifier Variable 'responseBodyMappings' must be private and have accessor methods. 108
 Error javadoc JavadocVariable Missing a Javadoc comment. 110
 Error sizes LineLength Line is longer than 80 characters (found 114). 126
 Error sizes LineLength Line is longer than 80 characters (found 85). 129
 Error sizes LineLength Line is longer than 80 characters (found 196). 139
 Error sizes LineLength Line is longer than 80 characters (found 103). 148
 Error sizes LineLength Line is longer than 80 characters (found 96). 150
 Error sizes LineLength Line is longer than 80 characters (found 110). 152
 Error sizes LineLength Line is longer than 80 characters (found 82). 161
 Error sizes LineLength Line is longer than 80 characters (found 99). 162

io/micronaut/maven/openapi/OpenApiClientMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error sizes LineLength Line is longer than 80 characters (found 85). 36
 Error design VisibilityModifier Variable 'clientId' must be private and have accessor methods. 37
 Error sizes LineLength Line is longer than 80 characters (found 96). 42
 Error design VisibilityModifier Variable 'useAuth' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 91). 48
 Error design VisibilityModifier Variable 'additionalTypeAnnotations' must be private and have accessor methods. 49
 Error sizes LineLength Line is longer than 80 characters (found 83). 54
 Error design VisibilityModifier Variable 'basePathSeparator' must be private and have accessor methods. 55
 Error sizes LineLength Line is longer than 80 characters (found 92). 60
 Error design VisibilityModifier Variable 'authorizationFilterPattern' must be private and have accessor methods. 61
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 67
 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. 69
 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. 74
 Error misc FinalParameters Parameter builder should be final. 75
 Error sizes LineLength Line is longer than 80 characters (found 84). 82

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. 38
 Error sizes LineLength Line is longer than 80 characters (found 109). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error sizes LineLength Line is longer than 80 characters (found 112). 44
 Error sizes LineLength Line is longer than 80 characters (found 111). 45
 Error sizes LineLength Line is longer than 80 characters (found 84). 47
 Error design VisibilityModifier Variable 'generatorClassName' must be private and have accessor methods. 48
 Error sizes LineLength Line is longer than 80 characters (found 99). 51
 Error sizes LineLength Line is longer than 80 characters (found 110). 53
 Error sizes LineLength Line is longer than 80 characters (found 112). 54
 Error design VisibilityModifier Variable 'properties' must be private and have accessor methods. 58
 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. 60
 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. 65
 Error sizes LineLength Line is longer than 80 characters (found 106). 66
 Error misc FinalParameters Parameter builder should be final. 66
 Error sizes LineLength Line is longer than 80 characters (found 101). 67
 Error sizes LineLength Line is longer than 80 characters (found 98). 72
 Error sizes LineLength Line is longer than 80 characters (found 94). 82
 Error sizes LineLength Line is longer than 80 characters (found 99). 85
 Error sizes LineLength Line is longer than 80 characters (found 146). 90
 Error sizes LineLength Line is longer than 80 characters (found 98). 96
 Error misc FinalParameters Parameter name should be final. 96
 Error misc FinalParameters Parameter builder should be final. 96
 Error misc FinalParameters Parameter value should be final. 96
 Error sizes LineLength Line is longer than 80 characters (found 87). 100
 Error sizes LineLength Line is longer than 80 characters (found 92). 103
 Error sizes LineLength Line is longer than 80 characters (found 172). 107
 Error sizes LineLength Line is longer than 80 characters (found 214). 113
 Error misc FinalParameters Parameter name should be final. 113
 Error misc FinalParameters Parameter builder should be final. 113
 Error misc FinalParameters Parameter value should be final. 113
 Error misc FinalParameters Parameter witherName should be final. 113
 Error misc FinalParameters Parameter setterName should be final. 113
 Error misc FinalParameters Parameter method should be final. 113
 Error sizes LineLength Line is longer than 80 characters (found 141). 115
 Error sizes LineLength Line is longer than 80 characters (found 89). 126
 Error modifier RedundantModifier Redundant 'public' modifier. 139
 Error misc FinalParameters Parameter message should be final. 139
 Error modifier RedundantModifier Redundant 'public' modifier. 143
 Error misc FinalParameters Parameter throwable should be final. 143

io/micronaut/maven/openapi/OpenApiServerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 89). 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error sizes LineLength Line is longer than 80 characters (found 91). 32
 Error sizes LineLength Line is longer than 80 characters (found 177). 34
 Error design VisibilityModifier Variable 'controllerPackageName' must be private and have accessor methods. 35
 Error sizes LineLength Line is longer than 80 characters (found 96). 40
 Error design VisibilityModifier Variable 'useAuth' must be private and have accessor methods. 41
 Error design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 47
 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. 49
 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. 54
 Error misc FinalParameters Parameter builder should be final. 55

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/CompilerService.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 94). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 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 MissingJavadocMethod Missing a Javadoc comment. 69
 Error sizes LineLength Line is longer than 80 characters (found 86). 71
 Error misc FinalParameters Parameter mavenSession should be final. 71
 Error coding HiddenField 'mavenSession' hides a field. 71
 Error misc FinalParameters Parameter executorService should be final. 71
 Error coding HiddenField 'executorService' hides a field. 71
 Error misc FinalParameters Parameter resolver should be final. 72
 Error coding HiddenField 'resolver' hides a field. 72
 Error sizes LineLength Line is longer than 80 characters (found 99). 101
 Error misc FinalParameters Parameter project should be final. 115
 Error coding MagicNumber '3' is a magic number. 116
 Error sizes LineLength Line is longer than 80 characters (found 87). 118
 Error sizes LineLength Line is longer than 80 characters (found 82). 123
 Error sizes LineLength Line is longer than 80 characters (found 127). 140
 Error misc FinalParameters Parameter project should be final. 143
 Error misc FinalParameters Parameter project should be final. 147
 Error misc FinalParameters Parameter pluginKey should be final. 147
 Error sizes LineLength Line is longer than 80 characters (found 103). 152
 Error misc FinalParameters Parameter scopes should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 84). 163
 Error sizes LineLength Line is longer than 80 characters (found 82). 164
 Error sizes LineLength Line is longer than 80 characters (found 135). 165
 Error sizes LineLength Line is longer than 80 characters (found 94). 167
 Error sizes LineLength Line is longer than 80 characters (found 98). 171
 Error misc FinalParameters Parameter dependencies should be final. 183
 Error sizes LineLength Line is longer than 80 characters (found 99). 184
 Error sizes LineLength Line is longer than 80 characters (found 105). 185
 Error sizes LineLength Line is longer than 80 characters (found 88). 188

io/micronaut/maven/services/DependencyResolutionService.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). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error sizes LineLength Line is longer than 80 characters (found 95). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 129). 63
 Error misc FinalParameters Parameter mavenSession should be final. 63
 Error coding HiddenField 'mavenSession' hides a field. 63
 Error misc FinalParameters Parameter mavenProject should be final. 63
 Error coding HiddenField 'mavenProject' hides a field. 63
 Error misc FinalParameters Parameter repositorySystem should be final. 63
 Error coding HiddenField 'repositorySystem' hides a field. 63
 Error sizes LineLength Line is longer than 80 characters (found 88). 69
 Error misc FinalParameters Parameter resolutionResult should be final. 69
 Error sizes LineLength Line is longer than 80 characters (found 83). 76
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 76
 Error misc FinalParameters Parameter resolutionResult should be final. 76
 Error sizes LineLength Line is longer than 80 characters (found 86). 82
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error misc FinalParameters Parameter resolutionResult should be final. 82
 Error sizes LineLength Line is longer than 80 characters (found 101). 87
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error misc FinalParameters Parameter d should be final. 87
 Error sizes LineLength Line is longer than 80 characters (found 88). 89
 Error sizes LineLength Line is longer than 80 characters (found 97). 92
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Error misc FinalParameters Parameter d should be final. 92
 Error sizes LineLength Line is longer than 80 characters (found 118). 93
 Error sizes LineLength Line is longer than 80 characters (found 113). 96
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error misc FinalParameters Parameter d should be final. 96
 Error sizes LineLength Line is longer than 80 characters (found 86). 97
 Error sizes LineLength Line is longer than 80 characters (found 87). 100
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 100
 Error misc FinalParameters Parameter d should be final. 100
 Error sizes LineLength Line is longer than 80 characters (found 97). 101
 Error sizes LineLength Line is longer than 80 characters (found 99). 105
 Error sizes LineLength Line is longer than 80 characters (found 95). 108
 Error sizes LineLength Line is longer than 80 characters (found 151). 111
 Error misc FinalParameters Parameter artifacts should be final. 111
 Error misc FinalParameters Parameter applyManagedDependencies should be final. 111
 Error sizes LineLength Line is longer than 80 characters (found 88). 112
 Error sizes LineLength Line is longer than 80 characters (found 101). 113
 Error sizes LineLength Line is longer than 80 characters (found 84). 115
 Error sizes LineLength Line is longer than 80 characters (found 124). 118
 Error sizes LineLength Line is longer than 80 characters (found 87). 119
 Error sizes LineLength Line is longer than 80 characters (found 87). 121
 Error sizes LineLength Line is longer than 80 characters (found 121). 122
 Error sizes LineLength Line is longer than 80 characters (found 91). 124
 Error sizes LineLength Line is longer than 80 characters (found 108). 128
 Error sizes LineLength Line is longer than 80 characters (found 193). 129
 Error sizes LineLength Line is longer than 80 characters (found 88). 133
 Error sizes LineLength Line is longer than 80 characters (found 109). 137
 Error sizes LineLength Line is longer than 80 characters (found 101). 140
 Error sizes LineLength Line is longer than 80 characters (found 119). 142

io/micronaut/maven/services/DockerService.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 83). 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 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 JavadocVariable Missing a Javadoc comment. 80
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Error sizes LineLength Line is longer than 80 characters (found 102). 84
 Error misc FinalParameters Parameter mavenProject should be final. 84
 Error coding HiddenField 'mavenProject' hides a field. 84
 Error misc FinalParameters Parameter jibConfigurationService should be final. 84
 Error coding HiddenField 'jibConfigurationService' hides a field. 84
 Error sizes LineLength Line is longer than 80 characters (found 85). 87
 Error sizes LineLength Line is longer than 80 characters (found 95). 97
 Error sizes LineLength Line is longer than 80 characters (found 82). 99
 Error misc FinalParameters Parameter dockerfileName should be final. 99
 Error sizes LineLength Line is longer than 80 characters (found 107). 101
 Error misc FinalParameters Parameter buildImageCmd should be final. 106
 Error sizes LineLength Line is longer than 80 characters (found 92). 108
 Error sizes LineLength Line is longer than 80 characters (found 144). 110
 Error misc FinalParameters Parameter builder should be final. 133
 Error sizes LineLength Line is longer than 80 characters (found 82). 135
 Error misc FinalParameters Parameter item should be final. 137
 Error sizes LineLength Line is longer than 80 characters (found 97). 142
 Error sizes LineLength Line is longer than 80 characters (found 89). 157
 Error sizes LineLength Line is longer than 80 characters (found 84). 158
 Error sizes LineLength Line is longer than 80 characters (found 149). 161
 Error misc FinalParameters Parameter imageId should be final. 161
 Error misc FinalParameters Parameter timeoutSeconds should be final. 161
 Error misc FinalParameters Parameter checkpointNetworkName should be final. 161
 Error misc FinalParameters Parameter binds should be final. 161
 Error sizes LineLength Line is longer than 80 characters (found 84). 163
 Error sizes LineLength Line is longer than 80 characters (found 160). 166
 Error sizes LineLength Line is longer than 80 characters (found 100). 176
 Error sizes LineLength Line is longer than 80 characters (found 101). 178
 Error sizes LineLength Line is longer than 80 characters (found 101). 179
 Error sizes LineLength Line is longer than 80 characters (found 82). 181
 Error sizes LineLength Line is longer than 80 characters (found 100). 182
 Error sizes LineLength Line is longer than 80 characters (found 90). 184
 Error sizes LineLength Line is longer than 80 characters (found 90). 185
 Error sizes LineLength Line is longer than 80 characters (found 104). 187
 Error sizes LineLength Line is longer than 80 characters (found 96). 188
 Error sizes LineLength Line is longer than 80 characters (found 96). 189
 Error sizes LineLength Line is longer than 80 characters (found 100). 199
 Error sizes LineLength Line is longer than 80 characters (found 103). 207
 Error misc FinalParameters Parameter imageId should be final. 213
 Error misc FinalParameters Parameter containerPath should be final. 213
 Error sizes LineLength Line is longer than 80 characters (found 83). 214
 Error sizes LineLength Line is longer than 80 characters (found 116). 217
 Error sizes LineLength Line is longer than 80 characters (found 82). 219
 Error sizes LineLength Line is longer than 80 characters (found 93). 221
 Error sizes LineLength Line is longer than 80 characters (found 103). 222
 Error sizes LineLength Line is longer than 80 characters (found 82). 223
 Error sizes LineLength Line is longer than 80 characters (found 120). 238
 Error misc FinalParameters Parameter name should be final. 243
 Error sizes LineLength Line is longer than 80 characters (found 120). 248
 Error sizes LineLength Line is longer than 80 characters (found 97). 254
 Error misc FinalParameters Parameter name should be final. 254
 Error misc FinalParameters Parameter targetFileName should be final. 254
 Error sizes LineLength Line is longer than 80 characters (found 95). 258
 Error misc FinalParameters Parameter imageName should be final. 269
 Error sizes LineLength Line is longer than 80 characters (found 87). 279
 Error sizes LineLength Line is longer than 80 characters (found 94). 281
 Error misc FinalParameters Parameter dockerImage should be final. 281
 Error misc FinalParameters Parameter username should be final. 281
 Error misc FinalParameters Parameter password should be final. 281
 Error sizes LineLength Line is longer than 80 characters (found 81). 287
 Error sizes LineLength Line is longer than 80 characters (found 105). 288
 Error sizes LineLength Line is longer than 80 characters (found 93). 289
 Error sizes LineLength Line is longer than 80 characters (found 101). 290
 Error sizes LineLength Line is longer than 80 characters (found 93). 291
 Error sizes LineLength Line is longer than 80 characters (found 86). 293
 Error sizes LineLength Line is longer than 80 characters (found 151). 304

io/micronaut/maven/services/ExecutorService.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - org.twdata.maven.mojoexecutor.MojoExecutor.*. 41
 Error sizes LineLength Line is longer than 80 characters (found 85). 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 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 114). 61
 Error misc FinalParameters Parameter mavenProject should be final. 61
 Error coding HiddenField 'mavenProject' hides a field. 61
 Error misc FinalParameters Parameter mavenSession should be final. 61
 Error coding HiddenField 'mavenSession' hides a field. 61
 Error misc FinalParameters Parameter pluginManager should be final. 61
 Error misc FinalParameters Parameter invoker should be final. 62
 Error coding HiddenField 'invoker' hides a field. 62
 Error sizes LineLength Line is longer than 80 characters (found 100). 63
 Error sizes LineLength Line is longer than 80 characters (found 87). 72
 Error sizes LineLength Line is longer than 80 characters (found 90). 76
 Error misc FinalParameters Parameter pluginKey should be final. 76
 Error misc FinalParameters Parameter goal should be final. 76
 Error sizes LineLength Line is longer than 80 characters (found 81). 98
 Error sizes LineLength Line is longer than 80 characters (found 160). 114
 Error misc FinalParameters Parameter pluginGroup should be final. 114
 Error misc FinalParameters Parameter pluginArtifact should be final. 114
 Error misc FinalParameters Parameter pluginVersion should be final. 114
 Error misc FinalParameters Parameter goal should be final. 114
 Error misc FinalParameters Parameter configuration should be final. 114
 Error sizes LineLength Line is longer than 80 characters (found 81). 115
 Error sizes LineLength Line is longer than 80 characters (found 103). 126
 Error misc FinalParameters Parameter pluginKey should be final. 126
 Error misc FinalParameters Parameter goal should be final. 126
 Error sizes LineLength Line is longer than 80 characters (found 90). 136
 Error misc FinalParameters Parameter goals should be final. 136
 Error sizes LineLength Line is longer than 80 characters (found 102). 143

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 119). 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). 93
 Error sizes LineLength Line is longer than 80 characters (found 89). 94
 Error design VisibilityModifier Variable 'serverIdleTimeoutMinutes' must be private and have accessor methods. 94
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Error misc FinalParameters Parameter buildDir should be final. 96
 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. 100
 Error misc FinalParameters Parameter log should be final. 101
 Error coding HiddenField 'log' hides a field. 101
 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. 105
 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. 113
 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. 118
 Error misc FinalParameters Parameter pluginContext should be final. 119
 Error coding HiddenField 'pluginContext' hides a field. 119

io/micronaut/maven/testresources/DefaultServerFactory.java

Severity Category Rule Message Line
 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 javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error misc FinalParameters Parameter log should be final. 51
 Error coding HiddenField 'log' hides a field. 51
 Error misc FinalParameters Parameter toolchainManager should be final. 52
 Error coding HiddenField 'toolchainManager' hides a field. 52
 Error misc FinalParameters Parameter mavenSession should be final. 53
 Error coding HiddenField 'mavenSession' hides a field. 53
 Error misc FinalParameters Parameter serverStarted should be final. 54
 Error coding HiddenField 'serverStarted' hides a field. 54
 Error misc FinalParameters Parameter testResourcesVersion should be final. 55
 Error coding HiddenField 'testResourcesVersion' hides a field. 55
 Error misc FinalParameters Parameter debugServer should be final. 56
 Error coding HiddenField 'debugServer' hides a field. 56
 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. 65
 Error misc FinalParameters Parameter processParameters should be final. 66
 Error sizes LineLength Line is longer than 80 characters (found 95). 67
 Error sizes LineLength Line is longer than 80 characters (found 92). 73
 Error sizes LineLength Line is longer than 80 characters (found 107). 75
 Error sizes LineLength Line is longer than 80 characters (found 134). 77
 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. 95
 Error misc FinalParameters Parameter duration should be final. 96

io/micronaut/maven/testresources/StartTestResourcesServerMojo.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 116). 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 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 MissingJavadocMethod Missing a Javadoc comment. 43
 Error misc FinalParameters Parameter mavenProject should be final. 45
 Error coding HiddenField 'mavenProject' hides a field. 45
 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 96). 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. 48
 Error coding HiddenField 'toolchainManager' hides a field. 48
 Error sizes LineLength Line is longer than 80 characters (found 94). 59
 Error sizes LineLength Line is longer than 80 characters (found 81). 61

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 106). 56
 Error sizes LineLength Line is longer than 80 characters (found 98). 57
 Error sizes LineLength Line is longer than 80 characters (found 84). 58
 Error sizes LineLength Line is longer than 80 characters (found 85). 59

io/micronaut/maven/testresources/TestResourcesConfiguration.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error sizes LineLength Line is longer than 80 characters (found 84). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error sizes LineLength Line is longer than 80 characters (found 94). 41
 Error design VisibilityModifier Variable 'testResourcesEnabled' must be private and have accessor methods. 43
 Error sizes LineLength Line is longer than 80 characters (found 85). 46
 Error sizes LineLength Line is longer than 80 characters (found 85). 49
 Error design VisibilityModifier Variable 'shared' must be private and have accessor methods. 50
 Error sizes LineLength Line is longer than 80 characters (found 118). 53
 Error sizes LineLength Line is longer than 80 characters (found 118). 54
 Error design VisibilityModifier Variable 'sharedServerNamespace' must be private and have accessor methods. 59
 Error sizes LineLength Line is longer than 80 characters (found 107). 62
 Error sizes LineLength Line is longer than 80 characters (found 91). 67
 Error design VisibilityModifier Variable 'debugServer' must be private and have accessor methods. 68
 Error sizes LineLength Line is longer than 80 characters (found 94). 78

io/micronaut/maven/testresources/TestResourcesHelper.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 88). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 103). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 121). 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error sizes LineLength Line is longer than 80 characters (found 132). 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error sizes LineLength Line is longer than 80 characters (found 146). 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 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. 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 MissingJavadocMethod Missing a Javadoc comment. 97
 Error sizes ParameterNumber More than 7 parameters (found 15). 97
 Error misc FinalParameters Parameter enabled should be final. 97
 Error coding HiddenField 'enabled' hides a field. 97
 Error misc FinalParameters Parameter shared should be final. 98
 Error coding HiddenField 'shared' hides a field. 98
 Error misc FinalParameters Parameter buildDirectory should be final. 99
 Error coding HiddenField 'buildDirectory' hides a field. 99
 Error misc FinalParameters Parameter explicitPort should be final. 100
 Error coding HiddenField 'explicitPort' hides a field. 100
 Error misc FinalParameters Parameter clientTimeout should be final. 101
 Error coding HiddenField 'clientTimeout' hides a field. 101
 Error misc FinalParameters Parameter serverIdleTimeoutMinutes should be final. 102
 Error coding HiddenField 'serverIdleTimeoutMinutes' hides a field. 102
 Error misc FinalParameters Parameter mavenProject should be final. 103
 Error coding HiddenField 'mavenProject' hides a field. 103
 Error misc FinalParameters Parameter mavenSession should be final. 104
 Error coding HiddenField 'mavenSession' hides a field. 104
 Error sizes LineLength Line is longer than 80 characters (found 87). 105
 Error misc FinalParameters Parameter dependencyResolutionService should be final. 105
 Error coding HiddenField 'dependencyResolutionService' hides a field. 105
 Error misc FinalParameters Parameter toolchainManager should be final. 106
 Error coding HiddenField 'toolchainManager' hides a field. 106
 Error misc FinalParameters Parameter testResourcesVersion should be final. 107
 Error coding HiddenField 'testResourcesVersion' hides a field. 107
 Error misc FinalParameters Parameter classpathInference should be final. 108
 Error coding HiddenField 'classpathInference' hides a field. 108
 Error misc FinalParameters Parameter testResourcesDependencies should be final. 109
 Error coding HiddenField 'testResourcesDependencies' hides a field. 109
 Error misc FinalParameters Parameter sharedServerNamespace should be final. 110
 Error coding HiddenField 'sharedServerNamespace' hides a field. 110
 Error misc FinalParameters Parameter debugServer should be final. 111
 Error coding HiddenField 'debugServer' hides a field. 111
 Error sizes LineLength Line is longer than 80 characters (found 113). 126
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Error misc FinalParameters Parameter mavenSession should be final. 126
 Error coding HiddenField 'mavenSession' hides a field. 126
 Error misc FinalParameters Parameter enabled should be final. 126
 Error coding HiddenField 'enabled' hides a field. 126
 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. 126
 Error coding HiddenField 'buildDirectory' hides a field. 126
 Error sizes LineLength Line is longer than 80 characters (found 86). 142
 Error sizes LineLength Line is longer than 80 characters (found 89). 155
 Error sizes LineLength Line is longer than 80 characters (found 150). 164
 Error sizes LineLength Line is longer than 80 characters (found 152). 165
 Error sizes LineLength Line is longer than 80 characters (found 121). 170
 Error sizes LineLength Line is longer than 80 characters (found 100). 171
 Error sizes LineLength Line is longer than 80 characters (found 103). 172
 Error sizes LineLength Line is longer than 80 characters (found 93). 175
 Error sizes LineLength Line is longer than 80 characters (found 94). 176
 Error sizes LineLength Line is longer than 80 characters (found 84). 177
 Error sizes LineLength Line is longer than 80 characters (found 184). 185
 Error sizes LineLength Line is longer than 80 characters (found 84). 188
 Error sizes LineLength Line is longer than 80 characters (found 82). 189
 Error sizes LineLength Line is longer than 80 characters (found 118). 196
 Error sizes LineLength Line is longer than 80 characters (found 111). 209
 Error sizes LineLength Line is longer than 80 characters (found 87). 214
 Error misc FinalParameters Parameter serverSettings should be final. 214
 Error coding MagicNumber '3' is a magic number. 215
 Error sizes LineLength Line is longer than 80 characters (found 84). 216
 Error sizes LineLength Line is longer than 80 characters (found 134). 218
 Error sizes LineLength Line is longer than 80 characters (found 151). 219
 Error misc FinalParameters Parameter serverSettings should be final. 223
 Error sizes LineLength Line is longer than 80 characters (found 163). 227
 Error misc FinalParameters Parameter accessToken should be final. 227
 Error misc FinalParameters Parameter buildDir should be final. 227
 Error misc FinalParameters Parameter serverSettingsDirectory should be final. 227
 Error misc FinalParameters Parameter serverFactory should be final. 227
 Error sizes LineLength Line is longer than 80 characters (found 86). 247
 Error sizes LineLength Line is longer than 80 characters (found 113). 253
 Error sizes LineLength Line is longer than 80 characters (found 99). 255
 Error sizes LineLength Line is longer than 80 characters (found 104). 258
 Error sizes LineLength Line is longer than 80 characters (found 83). 261
 Error sizes LineLength Line is longer than 80 characters (found 89). 263
 Error sizes LineLength Line is longer than 80 characters (found 97). 265
 Error sizes LineLength Line is longer than 80 characters (found 91). 270
 Error sizes LineLength Line is longer than 80 characters (found 123). 286
 Error sizes LineLength Line is longer than 80 characters (found 124). 287
 Error sizes LineLength Line is longer than 80 characters (found 115). 291
 Error sizes LineLength Line is longer than 80 characters (found 88). 294
 Error sizes LineLength Line is longer than 80 characters (found 87). 312
 Error sizes LineLength Line is longer than 80 characters (found 83). 319
 Error sizes LineLength Line is longer than 80 characters (found 87). 326
 Error misc FinalParameters Parameter buildDir should be final. 329
 Error misc FinalParameters Parameter sharedServerNamespace should be final. 336
 Error coding HiddenField 'sharedServerNamespace' hides a field. 336

io/micronaut/maven/testresources/TestResourcesLifecycleExtension.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 80 characters (found 83). 53
 Error sizes LineLength Line is longer than 80 characters (found 89). 54
 Error sizes LineLength Line is longer than 80 characters (found 109). 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error sizes LineLength Line is longer than 80 characters (found 107). 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error sizes LineLength Line is longer than 80 characters (found 105). 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error sizes LineLength Line is longer than 80 characters (found 116). 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Error misc FinalParameters Parameter logger should be final. 67
 Error coding HiddenField 'logger' hides a field. 67
 Error misc FinalParameters Parameter mapper should be final. 67
 Error coding HiddenField 'mapper' hides a field. 67
 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. 72
 Error misc FinalParameters Parameter session should be final. 73
 Error sizes LineLength Line is longer than 80 characters (found 132). 77
 Error sizes LineLength Line is longer than 80 characters (found 158). 78
 Error sizes LineLength Line is longer than 80 characters (found 92). 83
 Error sizes LineLength Line is longer than 80 characters (found 83). 84
 Error sizes LineLength Line is longer than 80 characters (found 87). 86
 Error sizes LineLength Line is longer than 80 characters (found 90). 87
 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. 96
 Error misc FinalParameters Parameter session should be final. 97
 Error sizes LineLength Line is longer than 80 characters (found 146). 98
 Error sizes LineLength Line is longer than 80 characters (found 136). 102
 Error sizes LineLength Line is longer than 80 characters (found 162). 103
 Error sizes LineLength Line is longer than 80 characters (found 115). 108
 Error sizes LineLength Line is longer than 80 characters (found 107). 110
 Error sizes LineLength Line is longer than 80 characters (found 119). 123
 Error misc FinalParameters Parameter evaluator should be final. 123
 Error misc FinalParameters Parameter configuration should be final. 123
 Error sizes LineLength Line is longer than 80 characters (found 107). 125
 Error sizes LineLength Line is longer than 80 characters (found 103). 137
 Error misc FinalParameters Parameter evaluator should be final. 137
 Error misc FinalParameters Parameter configuration should be final. 137
 Error sizes LineLength Line is longer than 80 characters (found 95). 138
 Error sizes LineLength Line is longer than 80 characters (found 104). 147
 Error misc FinalParameters Parameter evaluator should be final. 147
 Error misc FinalParameters Parameter configuration should be final. 147
 Error sizes LineLength Line is longer than 80 characters (found 96). 148
 Error misc FinalParameters Parameter plugin should be final. 157
 Error sizes LineLength Line is longer than 80 characters (found 89). 166
 Error sizes LineLength Line is longer than 80 characters (found 93). 173
 Error misc FinalParameters Parameter evaluator should be final. 173
 Error misc FinalParameters Parameter property should be final. 173
 Error sizes LineLength Line is longer than 80 characters (found 129). 178
 Error sizes LineLength Line is longer than 80 characters (found 98). 187
 Error misc FinalParameters Parameter currentProject should be final. 187
 Error misc FinalParameters Parameter session should be final. 187
 Error sizes LineLength Line is longer than 80 characters (found 97). 193
 Error sizes LineLength Line is longer than 80 characters (found 96). 194
 Error sizes LineLength Line is longer than 80 characters (found 83). 197
 Error sizes LineLength Line is longer than 80 characters (found 84). 204
 Error misc FinalParameters Parameter build should be final. 204
 Error misc FinalParameters Parameter consumer should be final. 204
 Error sizes LineLength Line is longer than 80 characters (found 98). 207