Fork me on GitHub

Checkstyle Results

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

Summary

Files
 Info
 Warnings
 Errors
32 0 0 1666

Files

File
 I
 W
 E
io/micronaut/build/AbstractDockerMojo.java 0 0 66
io/micronaut/build/DockerCracMojo.java 0 0 88
io/micronaut/build/DockerMojo.java 0 0 17
io/micronaut/build/DockerNativeMojo.java 0 0 50
io/micronaut/build/DockerPushMojo.java 0 0 23
io/micronaut/build/DockerfileMojo.java 0 0 55
io/micronaut/build/GraalVMResourcesMojo.java 0 0 30
io/micronaut/build/MicronautRuntime.java 0 0 4
io/micronaut/build/MojoUtils.java 0 0 8
io/micronaut/build/Packaging.java 0 0 11
io/micronaut/build/RunMojo.java 0 0 113
io/micronaut/build/aot/AbstractMicronautAotCliMojo.java 0 0 42
io/micronaut/build/aot/AbstractMicronautAotMojo.java 0 0 36
io/micronaut/build/aot/AotAnalysisMojo.java 0 0 36
io/micronaut/build/aot/AotRuntime.java 0 0 2
io/micronaut/build/aot/AotSampleMojo.java 0 0 20
io/micronaut/build/aot/Constants.java 0 0 9
io/micronaut/build/jib/JibMicronautExtension.java 0 0 46
io/micronaut/build/micronaut_maven_plugin/HelpMojo.java 0 0 484
io/micronaut/build/services/ApplicationConfigurationService.java 0 0 13
io/micronaut/build/services/CompilerService.java 0 0 63
io/micronaut/build/services/DependencyResolutionService.java 0 0 65
io/micronaut/build/services/DockerService.java 0 0 63
io/micronaut/build/services/ExecutorService.java 0 0 28
io/micronaut/build/services/JibConfigurationService.java 0 0 26
io/micronaut/build/testresources/AbstractTestResourcesMojo.java 0 0 39
io/micronaut/build/testresources/StartTestResourcesServerMojo.java 0 0 20
io/micronaut/build/testresources/StopTestResourcesServerMojo.java 0 0 22
io/micronaut/build/testresources/TestResourcesConfiguration.java 0 0 16
io/micronaut/build/testresources/TestResourcesHelper.java 0 0 105
io/micronaut/build/testresources/TestResourcesLifecycleExtension.java 0 0 66

Rules

Category Rule Violations Severity
blocks LeftCurly 62
 Error
RightCurly 9
 Error
coding HiddenField 62
 Error
MagicNumber 11
 Error
design DesignForExtension 18
 Error
VisibilityModifier 32
 Error
imports AvoidStarImport 17
 Error
javadoc JavadocMethod 52
 Error
JavadocPackage 6
 Error
JavadocVariable 188
 Error
MissingJavadocMethod 34
 Error
misc FinalParameters 232
 Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
1
 Error
sizes LineLength
  • fileExtensions: "java"
594
 Error
ParameterNumber 2
 Error
whitespace OperatorWrap 8
 Error
ParenPad 338
 Error

Details

io/micronaut/build/AbstractDockerMojo.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 46
 Error
sizes LineLength Line is longer than 80 characters (found 100). 47
 Error
javadoc JavadocVariable Missing a Javadoc comment. 47
 Error
sizes LineLength Line is longer than 80 characters (found 111). 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
design VisibilityModifier Variable 'mavenProject' must be private and have accessor methods. 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
design VisibilityModifier Variable 'jibConfigurationService' must be private and have accessor methods. 53
 Error
sizes LineLength Line is longer than 80 characters (found 84). 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
design VisibilityModifier Variable 'applicationConfigurationService' must be private and have accessor methods. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
design VisibilityModifier Variable 'dockerService' must be private and have accessor methods. 55
 Error
sizes LineLength Line is longer than 80 characters (found 117). 59
 Error
sizes LineLength Line is longer than 80 characters (found 113). 60
 Error
sizes LineLength Line is longer than 80 characters (found 122). 62
 Error
design VisibilityModifier Variable 'nativeImageBuildArgs' must be private and have accessor methods. 67
 Error
design VisibilityModifier Variable 'appArguments' must be private and have accessor methods. 73
 Error
sizes LineLength Line is longer than 80 characters (found 107). 77
 Error
design VisibilityModifier Variable 'mainClass' must be private and have accessor methods. 80
 Error
sizes LineLength Line is longer than 80 characters (found 96). 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 85
 Error
design VisibilityModifier Variable 'staticNativeImage' must be private and have accessor methods. 86
 Error
design VisibilityModifier Variable 'micronautRuntime' must be private and have accessor methods. 92
 Error
sizes LineLength Line is longer than 80 characters (found 113). 98
 Error
design VisibilityModifier Variable 'baseImageRun' must be private and have accessor methods. 99
 Error
sizes LineLength Line is longer than 80 characters (found 204). 101
 Error
misc FinalParameters Parameter mavenProject should be final. 101
 Error
coding HiddenField 'mavenProject' hides a field. 101
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 101
 Error
coding HiddenField 'jibConfigurationService' hides a field. 101
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 101
 Error
coding HiddenField 'applicationConfigurationService' hides a field. 101
 Error
misc FinalParameters Parameter dockerService should be final. 101
 Error
coding HiddenField 'dockerService' hides a field. 101
 Error
sizes LineLength Line is longer than 80 characters (found 134). 109
 Error
javadoc JavadocMethod Expected @return tag. 111
 Error
sizes LineLength Line is longer than 80 characters (found 173). 112
 Error
sizes LineLength Line is longer than 80 characters (found 117). 116
 Error
javadoc JavadocMethod Expected @return tag. 119
 Error
javadoc JavadocMethod Expected @return tag. 126
 Error
coding MagicNumber '17' is a magic number. 128
 Error
sizes LineLength Line is longer than 80 characters (found 108). 135
 Error
javadoc JavadocMethod Expected @return tag. 137
 Error
javadoc JavadocMethod Expected @return tag. 149
 Error
sizes LineLength Line is longer than 80 characters (found 114). 151
 Error
sizes LineLength Line is longer than 80 characters (found 123). 152
 Error
sizes LineLength Line is longer than 80 characters (found 125). 154
 Error
javadoc JavadocMethod Expected @return tag. 161
 Error
sizes LineLength Line is longer than 80 characters (found 83). 166
 Error
javadoc JavadocMethod Expected @return tag. 168
 Error
sizes LineLength Line is longer than 80 characters (found 96). 185
 Error
sizes LineLength Line is longer than 80 characters (found 93). 194
 Error
javadoc JavadocMethod Expected @return tag. 196
 Error
sizes LineLength Line is longer than 80 characters (found 106). 206
 Error
sizes LineLength Line is longer than 80 characters (found 103). 207
 Error
sizes LineLength Line is longer than 80 characters (found 85). 208
 Error
sizes LineLength Line is longer than 80 characters (found 148). 213
 Error
javadoc JavadocMethod Expected @return tag. 220
 Error
whitespace OperatorWrap '+' should be on a new line. 221
 Error
whitespace OperatorWrap '+' should be on a new line. 224
 Error
javadoc JavadocMethod Expected @return tag. 231

io/micronaut/build/DockerCracMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 118). 53
 Error
sizes LineLength Line is longer than 80 characters (found 118). 58
 Error
sizes LineLength Line is longer than 80 characters (found 107). 59
 Error
sizes LineLength Line is longer than 80 characters (found 119). 61
 Error
sizes LineLength Line is longer than 80 characters (found 119). 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
sizes LineLength Line is longer than 80 characters (found 123). 75
 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 92). 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
sizes LineLength Line is longer than 80 characters (found 92). 79
 Error
javadoc JavadocVariable Missing a Javadoc comment. 79
 Error
javadoc JavadocVariable Missing a Javadoc comment. 81
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
javadoc JavadocVariable Missing a Javadoc comment. 84
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
sizes LineLength Line is longer than 80 characters (found 90). 91
 Error
javadoc JavadocVariable Missing a Javadoc comment. 91
 Error
sizes LineLength Line is longer than 80 characters (found 111). 92
 Error
sizes LineLength Line is longer than 80 characters (found 111). 93
 Error
javadoc JavadocVariable Missing a Javadoc comment. 96
 Error
sizes LineLength Line is longer than 80 characters (found 122). 98
 Error
javadoc JavadocVariable Missing a Javadoc comment. 98
 Error
sizes LineLength Line is longer than 80 characters (found 137). 101
 Error
javadoc JavadocVariable Missing a Javadoc comment. 101
 Error
javadoc JavadocVariable Missing a Javadoc comment. 104
 Error
sizes LineLength Line is longer than 80 characters (found 116). 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 107
 Error
javadoc JavadocVariable Missing a Javadoc comment. 110
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Error
misc FinalParameters Parameter mavenProject should be final. 116
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 117
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 118
 Error
misc FinalParameters Parameter dockerService should be final. 119
 Error
misc FinalParameters Parameter mavenReaderFilter should be final. 120
 Error
coding HiddenField 'mavenReaderFilter' hides a field. 120
 Error
sizes LineLength Line is longer than 80 characters (found 101). 122
 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. 126
 Error
sizes LineLength Line is longer than 80 characters (found 96). 131
 Error
sizes LineLength Line is longer than 80 characters (found 99). 135
 Error
sizes LineLength Line is longer than 80 characters (found 99). 138
 Error
sizes LineLength Line is longer than 80 characters (found 108). 148
 Error
whitespace OperatorWrap '+' should be on a new line. 148
 Error
sizes LineLength Line is longer than 80 characters (found 102). 149
 Error
whitespace OperatorWrap '+' should be on a new line. 149
 Error
sizes LineLength Line is longer than 80 characters (found 99). 150
 Error
sizes LineLength Line is longer than 80 characters (found 86). 152
 Error
sizes LineLength Line is longer than 80 characters (found 112). 157
 Error
sizes LineLength Line is longer than 80 characters (found 84). 160
 Error
sizes LineLength Line is longer than 80 characters (found 112). 161
 Error
misc FinalParameters Parameter architecture should be final. 172
 Error
sizes LineLength Line is longer than 80 characters (found 92). 182
 Error
sizes LineLength Line is longer than 80 characters (found 81). 185
 Error
sizes LineLength Line is longer than 80 characters (found 108). 186
 Error
sizes LineLength Line is longer than 80 characters (found 85). 188
 Error
sizes LineLength Line is longer than 80 characters (found 116). 190
 Error
sizes LineLength Line is longer than 80 characters (found 86). 194
 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). 216
 Error
sizes LineLength Line is longer than 80 characters (found 83). 217
 Error
sizes LineLength Line is longer than 80 characters (found 84). 218
 Error
sizes LineLength Line is longer than 80 characters (found 89). 221
 Error
misc FinalParameters Parameter readinessCommand should be final. 221
 Error
coding HiddenField 'readinessCommand' hides a field. 221
 Error
misc FinalParameters Parameter mainClass should be final. 221
 Error
sizes LineLength Line is longer than 80 characters (found 97). 228
 Error
misc FinalParameters Parameter scriptNames should be final. 228
 Error
sizes LineLength Line is longer than 80 characters (found 82). 229
 Error
sizes LineLength Line is longer than 80 characters (found 96). 233
 Error
sizes LineLength Line is longer than 80 characters (found 138). 236
 Error
misc FinalParameters Parameter target should be final. 236
 Error
misc FinalParameters Parameter replacements should be final. 236
 Error
misc FinalParameters Parameter scriptNames should be final. 236
 Error
sizes LineLength Line is longer than 80 characters (found 108). 239
 Error
sizes LineLength Line is longer than 80 characters (found 106). 240
 Error
sizes LineLength Line is longer than 80 characters (found 125). 241
 Error
sizes LineLength Line is longer than 80 characters (found 140). 250
 Error
sizes LineLength Line is longer than 80 characters (found 82). 253

io/micronaut/build/DockerMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 118). 38
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Error
sizes LineLength Line is longer than 80 characters (found 97). 53
 Error
misc FinalParameters Parameter mavenProject should be final. 53
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 53
 Error
sizes LineLength Line is longer than 80 characters (found 117). 54
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 54
 Error
misc FinalParameters Parameter dockerService should be final. 54
 Error
sizes LineLength Line is longer than 80 characters (found 101). 55
 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. 58
 Error
sizes LineLength Line is longer than 80 characters (found 89). 60
 Error
sizes LineLength Line is longer than 80 characters (found 92). 63
 Error
sizes LineLength Line is longer than 80 characters (found 82). 69
 Error
sizes LineLength Line is longer than 80 characters (found 101). 70
 Error
sizes LineLength Line is longer than 80 characters (found 121). 82

io/micronaut/build/DockerNativeMojo.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 123). 49
 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 82). 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Error
sizes LineLength Line is longer than 80 characters (found 103). 59
 Error
misc FinalParameters Parameter mavenProject should be final. 59
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 123). 60
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 60
 Error
misc FinalParameters Parameter dockerService should be final. 60
 Error
sizes LineLength Line is longer than 80 characters (found 101). 61
 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. 64
 Error
sizes LineLength Line is longer than 80 characters (found 96). 72
 Error
sizes LineLength Line is longer than 80 characters (found 108). 93
 Error
whitespace OperatorWrap '+' should be on a new line. 93
 Error
sizes LineLength Line is longer than 80 characters (found 102). 94
 Error
whitespace OperatorWrap '+' should be on a new line. 94
 Error
sizes LineLength Line is longer than 80 characters (found 99). 95
 Error
sizes LineLength Line is longer than 80 characters (found 94). 103
 Error
sizes LineLength Line is longer than 80 characters (found 111). 105
 Error
sizes LineLength Line is longer than 80 characters (found 97). 107
 Error
sizes LineLength Line is longer than 80 characters (found 147). 109
 Error
sizes LineLength Line is longer than 80 characters (found 82). 110
 Error
sizes LineLength Line is longer than 80 characters (found 327). 112
 Error
sizes LineLength Line is longer than 80 characters (found 215). 114
 Error
sizes LineLength Line is longer than 80 characters (found 237). 118
 Error
sizes LineLength Line is longer than 80 characters (found 98). 122
 Error
sizes LineLength Line is longer than 80 characters (found 139). 125
 Error
coding MagicNumber '17' is a magic number. 130
 Error
sizes LineLength Line is longer than 80 characters (found 136). 131
 Error
sizes LineLength Line is longer than 80 characters (found 111). 136
 Error
sizes LineLength Line is longer than 80 characters (found 89). 146
 Error
sizes LineLength Line is longer than 80 characters (found 87). 154
 Error
sizes LineLength Line is longer than 80 characters (found 94). 158
 Error
sizes LineLength Line is longer than 80 characters (found 81). 159
 Error
sizes LineLength Line is longer than 80 characters (found 89). 162
 Error
sizes LineLength Line is longer than 80 characters (found 88). 175
 Error
sizes LineLength Line is longer than 80 characters (found 131). 179
 Error
misc FinalParameters Parameter dockerfileName should be final. 179
 Error
misc FinalParameters Parameter passClassName should be final. 179
 Error
sizes LineLength Line is longer than 80 characters (found 81). 189
 Error
sizes LineLength Line is longer than 80 characters (found 130). 193
 Error
sizes LineLength Line is longer than 80 characters (found 87). 209
 Error
sizes LineLength Line is longer than 80 characters (found 121). 220
 Error
sizes LineLength Line is longer than 80 characters (found 96). 221
 Error
sizes LineLength Line is longer than 80 characters (found 87). 226

io/micronaut/build/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). 36
 Error
sizes LineLength Line is longer than 80 characters (found 123). 37
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Error
sizes LineLength Line is longer than 80 characters (found 101). 49
 Error
misc FinalParameters Parameter mavenProject should be final. 49
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 49
 Error
sizes LineLength Line is longer than 80 characters (found 124). 50
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 50
 Error
misc FinalParameters Parameter dockerService should be final. 50
 Error
sizes LineLength Line is longer than 80 characters (found 101). 51
 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. 54
 Error
sizes LineLength Line is longer than 80 characters (found 122). 57
 Error
sizes LineLength Line is longer than 80 characters (found 87). 60
 Error
sizes LineLength Line is longer than 80 characters (found 81). 61
 Error
sizes LineLength Line is longer than 80 characters (found 95). 66
 Error
sizes LineLength Line is longer than 80 characters (found 83). 68
 Error
sizes LineLength Line is longer than 80 characters (found 99). 69
 Error
sizes LineLength Line is longer than 80 characters (found 97). 74
 Error
sizes LineLength Line is longer than 80 characters (found 93). 75
 Error
sizes LineLength Line is longer than 80 characters (found 121). 76
 Error
sizes LineLength Line is longer than 80 characters (found 138). 89
 Error
sizes LineLength Line is longer than 80 characters (found 158). 92

io/micronaut/build/DockerfileMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 116). 37
 Error
sizes LineLength Line is longer than 80 characters (found 84). 40
 Error
sizes LineLength Line is longer than 80 characters (found 95). 45
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
sizes LineLength Line is longer than 80 characters (found 92). 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
sizes LineLength Line is longer than 80 characters (found 87). 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 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 91). 54
 Error
javadoc JavadocVariable Missing a Javadoc comment. 54
 Error
sizes LineLength Line is longer than 80 characters (found 83). 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
sizes LineLength Line is longer than 80 characters (found 94). 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 56
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Error
sizes LineLength Line is longer than 80 characters (found 130). 59
 Error
misc FinalParameters Parameter mavenProject should be final. 59
 Error
misc FinalParameters Parameter dockerService should be final. 59
 Error
misc FinalParameters Parameter jibConfigurationService should be final. 59
 Error
sizes LineLength Line is longer than 80 characters (found 92). 60
 Error
misc FinalParameters Parameter applicationConfigurationService should be final. 60
 Error
sizes LineLength Line is longer than 80 characters (found 101). 61
 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. 64
 Error
sizes LineLength Line is longer than 80 characters (found 92). 66
 Error
sizes LineLength Line is longer than 80 characters (found 225). 86
 Error
sizes LineLength Line is longer than 80 characters (found 108). 89
 Error
sizes LineLength Line is longer than 80 characters (found 89). 96
 Error
misc FinalParameters Parameter runtime should be final. 96
 Error
sizes LineLength Line is longer than 80 characters (found 93). 100
 Error
sizes LineLength Line is longer than 80 characters (found 117). 113
 Error
misc FinalParameters Parameter runtime should be final. 113
 Error
sizes LineLength Line is longer than 80 characters (found 95). 117
 Error
sizes LineLength Line is longer than 80 characters (found 95). 119
 Error
sizes LineLength Line is longer than 80 characters (found 129). 122
 Error
sizes LineLength Line is longer than 80 characters (found 85). 124
 Error
sizes LineLength Line is longer than 80 characters (found 86). 131
 Error
misc FinalParameters Parameter dockerfile should be final. 131
 Error
sizes LineLength Line is longer than 80 characters (found 122). 134
 Error
sizes LineLength Line is longer than 80 characters (found 96). 136
 Error
sizes LineLength Line is longer than 80 characters (found 95). 147
 Error
misc FinalParameters Parameter runtime should be final. 147
 Error
sizes LineLength Line is longer than 80 characters (found 99). 151
 Error
sizes LineLength Line is longer than 80 characters (found 100). 155
 Error
sizes LineLength Line is longer than 80 characters (found 81). 166
 Error
sizes LineLength Line is longer than 80 characters (found 84). 168
 Error
misc FinalParameters Parameter dockerfile should be final. 176
 Error
sizes LineLength Line is longer than 80 characters (found 84). 184
 Error
sizes LineLength Line is longer than 80 characters (found 90). 193
 Error
sizes LineLength Line is longer than 80 characters (found 137). 195
 Error
sizes LineLength Line is longer than 80 characters (found 112). 196
 Error
sizes LineLength Line is longer than 80 characters (found 87). 201

io/micronaut/build/GraalVMResourcesMojo.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 32
 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

io/micronaut/build/MicronautRuntime.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
misc FinalParameters Parameter buildStrategy should be final. 80
 Error
coding HiddenField 'buildStrategy' hides a field. 80

io/micronaut/build/MojoUtils.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 30
 Error
sizes LineLength Line is longer than 80 characters (found 107). 35
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Error
misc FinalParameters Parameter toolchainManager should be final. 35
 Error
misc FinalParameters Parameter mavenSession should be final. 35
 Error
sizes LineLength Line is longer than 80 characters (found 97). 37
 Error
sizes LineLength Line is longer than 80 characters (found 94). 41
 Error
sizes LineLength Line is longer than 80 characters (found 85). 45

io/micronaut/build/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/build/RunMojo.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. 31
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.maven.project.*. 32
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 46
 Error
sizes LineLength Line is longer than 80 characters (found 133). 58
 Error
sizes LineLength Line is longer than 80 characters (found 119). 59
 Error
sizes LineLength Line is longer than 80 characters (found 109). 61
 Error
sizes LineLength Line is longer than 80 characters (found 135). 67
 Error
javadoc JavadocVariable Missing a Javadoc comment. 71
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 73
 Error
sizes LineLength Line is longer than 80 characters (found 89). 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 77
 Error
javadoc JavadocVariable Missing a Javadoc comment. 85
 Error
javadoc JavadocVariable Missing a Javadoc comment. 86
 Error
javadoc JavadocVariable Missing a Javadoc comment. 87
 Error
javadoc JavadocVariable Missing a Javadoc comment. 88
 Error
javadoc JavadocVariable Missing a Javadoc comment. 89
 Error
javadoc JavadocVariable Missing a Javadoc comment. 90
 Error
javadoc JavadocVariable Missing a Javadoc comment. 91
 Error
javadoc JavadocVariable Missing a Javadoc comment. 92
 Error
sizes LineLength Line is longer than 80 characters (found 107). 102
 Error
sizes LineLength Line is longer than 80 characters (found 86). 114
 Error
sizes LineLength Line is longer than 80 characters (found 98). 132
 Error
sizes LineLength Line is longer than 80 characters (found 119). 133
 Error
sizes LineLength Line is longer than 80 characters (found 124). 136
 Error
sizes LineLength Line is longer than 80 characters (found 113). 142
 Error
sizes LineLength Line is longer than 80 characters (found 140). 144
 Error
sizes LineLength Line is longer than 80 characters (found 97). 150
 Error
sizes LineLength Line is longer than 80 characters (found 81). 156
 Error
javadoc JavadocVariable Missing a Javadoc comment. 167
 Error
javadoc JavadocVariable Missing a Javadoc comment. 168
 Error
javadoc JavadocVariable Missing a Javadoc comment. 169
 Error
javadoc JavadocVariable Missing a Javadoc comment. 170
 Error
javadoc JavadocVariable Missing a Javadoc comment. 171
 Error
javadoc JavadocVariable Missing a Javadoc comment. 172
 Error
javadoc JavadocVariable Missing a Javadoc comment. 173
 Error
javadoc JavadocVariable Missing a Javadoc comment. 174
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 176
 Error
sizes ParameterNumber More than 7 parameters (found 8). 178
 Error
misc FinalParameters Parameter mavenProject should be final. 178
 Error
coding HiddenField 'mavenProject' hides a field. 178
 Error
misc FinalParameters Parameter mavenSession should be final. 179
 Error
coding HiddenField 'mavenSession' hides a field. 179
 Error
misc FinalParameters Parameter pluginManager should be final. 180
 Error
misc FinalParameters Parameter projectBuilder should be final. 181
 Error
coding HiddenField 'projectBuilder' hides a field. 181
 Error
misc FinalParameters Parameter toolchainManager should be final. 182
 Error
coding HiddenField 'toolchainManager' hides a field. 182
 Error
misc FinalParameters Parameter compilerService should be final. 183
 Error
coding HiddenField 'compilerService' hides a field. 183
 Error
misc FinalParameters Parameter executorService should be final. 184
 Error
coding HiddenField 'executorService' hides a field. 184
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 185
 Error
coding HiddenField 'dependencyResolutionService' hides a field. 185
 Error
sizes LineLength Line is longer than 80 characters (found 81). 193
 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. 197
 Error
sizes LineLength Line is longer than 80 characters (found 110). 199
 Error
sizes LineLength Line is longer than 80 characters (found 110). 200
 Error
sizes LineLength Line is longer than 80 characters (found 122). 201
 Error
sizes LineLength Line is longer than 80 characters (found 124). 202
 Error
sizes LineLength Line is longer than 80 characters (found 90). 214
 Error
sizes LineLength Line is longer than 80 characters (found 82). 216
 Error
sizes LineLength Line is longer than 80 characters (found 89). 223
 Error
sizes LineLength Line is longer than 80 characters (found 155). 224
 Error
sizes LineLength Line is longer than 80 characters (found 124). 229
 Error
sizes LineLength Line is longer than 80 characters (found 88). 255
 Error
misc FinalParameters Parameter event should be final. 262
 Error
sizes LineLength Line is longer than 80 characters (found 118). 267
 Error
sizes LineLength Line is longer than 80 characters (found 94). 269
 Error
sizes LineLength Line is longer than 80 characters (found 86). 274
 Error
sizes LineLength Line is longer than 80 characters (found 93). 279
 Error
sizes LineLength Line is longer than 80 characters (found 86). 286
 Error
misc FinalParameters Parameter path should be final. 292
 Error
sizes LineLength Line is longer than 80 characters (found 125). 294
 Error
sizes LineLength Line is longer than 80 characters (found 87). 303
 Error
sizes LineLength Line is longer than 80 characters (found 96). 309
 Error
sizes LineLength Line is longer than 80 characters (found 92). 316
 Error
sizes LineLength Line is longer than 80 characters (found 109). 318
 Error
sizes LineLength Line is longer than 80 characters (found 81). 319
 Error
sizes LineLength Line is longer than 80 characters (found 171). 320
 Error
sizes LineLength Line is longer than 80 characters (found 189). 323
 Error
sizes LineLength Line is longer than 80 characters (found 92). 339
 Error
sizes LineLength Line is longer than 80 characters (found 109). 341
 Error
sizes LineLength Line is longer than 80 characters (found 81). 342
 Error
sizes LineLength Line is longer than 80 characters (found 171). 343
 Error
sizes LineLength Line is longer than 80 characters (found 189). 346
 Error
misc FinalParameters Parameter path should be final. 363
 Error
sizes LineLength Line is longer than 80 characters (found 84). 367
 Error
sizes LineLength Line is longer than 80 characters (found 96). 372
 Error
whitespace OperatorWrap '||' should be on a new line. 372
 Error
sizes LineLength Line is longer than 80 characters (found 108). 374
 Error
sizes LineLength Line is longer than 80 characters (found 91). 378
 Error
sizes LineLength Line is longer than 80 characters (found 101). 396
 Error
sizes LineLength Line is longer than 80 characters (found 115). 398
 Error
sizes LineLength Line is longer than 80 characters (found 88). 405
 Error
sizes LineLength Line is longer than 80 characters (found 120). 413
 Error
sizes LineLength Line is longer than 80 characters (found 110). 415
 Error
sizes LineLength Line is longer than 80 characters (found 91). 416
 Error
sizes LineLength Line is longer than 80 characters (found 131). 418
 Error
sizes LineLength Line is longer than 80 characters (found 98). 421
 Error
sizes LineLength Line is longer than 80 characters (found 93). 425
 Error
sizes LineLength Line is longer than 80 characters (found 128). 450
 Error
sizes LineLength Line is longer than 80 characters (found 124). 452
 Error
whitespace OperatorWrap ':' should be on a new line. 452
 Error
sizes LineLength Line is longer than 80 characters (found 98). 453
 Error
sizes LineLength Line is longer than 80 characters (found 106). 455
 Error
sizes LineLength Line is longer than 80 characters (found 131). 463
 Error
sizes LineLength Line is longer than 80 characters (found 89). 467
 Error
sizes LineLength Line is longer than 80 characters (found 93). 472
 Error
sizes LineLength Line is longer than 80 characters (found 89). 482
 Error
sizes LineLength Line is longer than 80 characters (found 84). 516

io/micronaut/build/aot/AbstractMicronautAotCliMojo.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - io.micronaut.build.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
javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Error
sizes LineLength Line is longer than 80 characters (found 104). 79
 Error
misc FinalParameters Parameter compilerService should be final. 79
 Error
misc FinalParameters Parameter executorService should be final. 79
 Error
coding HiddenField 'executorService' hides a field. 79
 Error
sizes LineLength Line is longer than 80 characters (found 92). 80
 Error
misc FinalParameters Parameter mavenProject should be final. 80
 Error
misc FinalParameters Parameter mavenSession should be final. 80
 Error
sizes LineLength Line is longer than 80 characters (found 132). 81
 Error
misc FinalParameters Parameter repositorySystem should be final. 81
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 81
 Error
coding HiddenField 'dependencyResolutionService' hides a field. 81
 Error
sizes LineLength Line is longer than 80 characters (found 81). 87
 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. 89
 Error
sizes LineLength Line is longer than 80 characters (found 93). 90
 Error
sizes LineLength Line is longer than 80 characters (found 124). 92
 Error
sizes LineLength Line is longer than 80 characters (found 110). 99
 Error
sizes LineLength Line is longer than 80 characters (found 92). 108
 Error
sizes LineLength Line is longer than 80 characters (found 128). 115
 Error
sizes LineLength Line is longer than 80 characters (found 107). 121
 Error
sizes LineLength Line is longer than 80 characters (found 107). 126
 Error
sizes LineLength Line is longer than 80 characters (found 84). 136
 Error
sizes LineLength Line is longer than 80 characters (found 144). 149
 Error
sizes LineLength Line is longer than 80 characters (found 115). 152
 Error
sizes LineLength Line is longer than 80 characters (found 85). 157
 Error
sizes LineLength Line is longer than 80 characters (found 144). 159
 Error
sizes LineLength Line is longer than 80 characters (found 96). 160
 Error
sizes LineLength Line is longer than 80 characters (found 92). 163
 Error
sizes LineLength Line is longer than 80 characters (found 161). 165
 Error
sizes LineLength Line is longer than 80 characters (found 98). 166

io/micronaut/build/aot/AbstractMicronautAotMojo.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design VisibilityModifier Variable 'compilerService' must be private and have accessor methods. 38
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
design VisibilityModifier Variable 'mavenProject' must be private and have accessor methods. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
design VisibilityModifier Variable 'mavenSession' must be private and have accessor methods. 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
design VisibilityModifier Variable 'repositorySystem' must be private and have accessor methods. 44
 Error
sizes LineLength Line is longer than 80 characters (found 85). 47
 Error
sizes LineLength Line is longer than 80 characters (found 89). 49
 Error
design VisibilityModifier Variable 'runtime' must be private and have accessor methods. 50
 Error
design VisibilityModifier Variable 'micronautAotVersion' must be private and have accessor methods. 56
 Error
design VisibilityModifier Variable 'enabled' must be private and have accessor methods. 62
 Error
sizes LineLength Line is longer than 80 characters (found 82). 67
 Error
design VisibilityModifier Variable 'outputDirectory' must be private and have accessor methods. 68
 Error
sizes LineLength Line is longer than 80 characters (found 159). 70
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Error
misc FinalParameters Parameter compilerService should be final. 70
 Error
coding HiddenField 'compilerService' hides a field. 70
 Error
misc FinalParameters Parameter mavenProject should be final. 70
 Error
coding HiddenField 'mavenProject' hides a field. 70
 Error
misc FinalParameters Parameter mavenSession should be final. 70
 Error
coding HiddenField 'mavenSession' hides a field. 70
 Error
misc FinalParameters Parameter repositorySystem should be final. 70
 Error
coding HiddenField 'repositorySystem' hides a field. 70
 Error
sizes LineLength Line is longer than 80 characters (found 87). 80
 Error
misc FinalParameters Parameter name should be final. 84
 Error
sizes LineLength Line is longer than 80 characters (found 85). 89
 Error
sizes LineLength Line is longer than 80 characters (found 88). 94
 Error
sizes LineLength Line is longer than 80 characters (found 88). 102
 Error
misc FinalParameters Parameter baseOutputDirectory should be final. 106
 Error
sizes LineLength Line is longer than 80 characters (found 90). 133
 Error
sizes LineLength Line is longer than 80 characters (found 89). 137
 Error
sizes LineLength Line is longer than 80 characters (found 194). 139
 Error
sizes LineLength Line is longer than 80 characters (found 101). 143

io/micronaut/build/aot/AotAnalysisMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 110). 46
 Error
sizes LineLength Line is longer than 80 characters (found 116). 47
 Error
sizes LineLength Line is longer than 80 characters (found 111). 50
 Error
sizes LineLength Line is longer than 80 characters (found 103). 56
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
sizes LineLength Line is longer than 80 characters (found 129). 69
 Error
sizes LineLength Line is longer than 80 characters (found 90). 72
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Error
sizes LineLength Line is longer than 80 characters (found 119). 77
 Error
misc FinalParameters Parameter compilerService should be final. 77
 Error
misc FinalParameters Parameter executorService should be final. 77
 Error
misc FinalParameters Parameter mavenProject should be final. 77
 Error
sizes LineLength Line is longer than 80 characters (found 88). 78
 Error
misc FinalParameters Parameter mavenSession should be final. 78
 Error
misc FinalParameters Parameter repositorySystem should be final. 78
 Error
sizes LineLength Line is longer than 80 characters (found 85). 79
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 79
 Error
sizes LineLength Line is longer than 80 characters (found 123). 80
 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. 83
 Error
sizes LineLength Line is longer than 80 characters (found 126). 96
 Error
sizes LineLength Line is longer than 80 characters (found 84). 99
 Error
sizes LineLength Line is longer than 80 characters (found 95). 100
 Error
sizes LineLength Line is longer than 80 characters (found 90). 103
 Error
sizes LineLength Line is longer than 80 characters (found 113). 107
 Error
sizes LineLength Line is longer than 80 characters (found 87). 109
 Error
sizes LineLength Line is longer than 80 characters (found 83). 111
 Error
sizes LineLength Line is longer than 80 characters (found 82). 112
 Error
sizes LineLength Line is longer than 80 characters (found 86). 115
 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. 120
 Error
misc FinalParameters Parameter outputDir should be final. 121
 Error
sizes LineLength Line is longer than 80 characters (found 118). 126
 Error
sizes LineLength Line is longer than 80 characters (found 81). 129
 Error
sizes LineLength Line is longer than 80 characters (found 81). 133
 Error
sizes LineLength Line is longer than 80 characters (found 132). 139
 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. 143

io/micronaut/build/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/build/aot/AotSampleMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 110). 34
 Error
sizes LineLength Line is longer than 80 characters (found 140). 36
 Error
sizes LineLength Line is longer than 80 characters (found 82). 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Error
sizes LineLength Line is longer than 80 characters (found 117). 43
 Error
misc FinalParameters Parameter compilerService should be final. 43
 Error
misc FinalParameters Parameter executorService should be final. 43
 Error
misc FinalParameters Parameter mavenProject should be final. 43
 Error
sizes LineLength Line is longer than 80 characters (found 86). 44
 Error
misc FinalParameters Parameter mavenSession should be final. 44
 Error
misc FinalParameters Parameter repositorySystem should be final. 44
 Error
sizes LineLength Line is longer than 80 characters (found 83). 45
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 45
 Error
sizes LineLength Line is longer than 80 characters (found 123). 46
 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. 49
 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. 57
 Error
misc FinalParameters Parameter outputDir should be final. 58
 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. 65

io/micronaut/build/aot/Constants.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 90). 23
 Error
javadoc JavadocVariable Missing a Javadoc comment. 23
 Error
sizes LineLength Line is longer than 80 characters (found 89). 42
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 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/build/jib/JibMicronautExtension.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - com.google.cloud.tools.jib.api.buildplan.*. 18
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 28
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
design DesignForExtension Class 'JibMicronautExtension' looks like designed for extension (can be subclassed), but the method 'getExtraConfigType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JibMicronautExtension' final or making the method 'getExtraConfigType' static/final/abstract/empty, or adding allowed annotation for the method. 40
 Error
design DesignForExtension Class 'JibMicronautExtension' looks like designed for extension (can be subclassed), but the method 'extendContainerBuildPlan' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JibMicronautExtension' final or making the method 'extendContainerBuildPlan' static/final/abstract/empty, or adding allowed annotation for the method. 45
 Error
sizes LineLength Line is longer than 80 characters (found 116). 46
 Error
misc FinalParameters Parameter buildPlan should be final. 46
 Error
misc FinalParameters Parameter properties should be final. 46
 Error
sizes LineLength Line is longer than 80 characters (found 103). 47
 Error
misc FinalParameters Parameter extraConfig should be final. 47
 Error
misc FinalParameters Parameter mavenData should be final. 47
 Error
misc FinalParameters Parameter logger should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 166). 51
 Error
sizes LineLength Line is longer than 80 characters (found 115). 53
 Error
sizes LineLength Line is longer than 80 characters (found 88). 54
 Error
sizes LineLength Line is longer than 80 characters (found 139). 58
 Error
sizes LineLength Line is longer than 80 characters (found 89). 60
 Error
sizes LineLength Line is longer than 80 characters (found 89). 62
 Error
sizes LineLength Line is longer than 80 characters (found 269). 67
 Error
sizes LineLength Line is longer than 80 characters (found 83). 72
 Error
sizes LineLength Line is longer than 80 characters (found 122). 81
 Error
sizes LineLength Line is longer than 80 characters (found 104). 84
 Error
sizes LineLength Line is longer than 80 characters (found 81). 85
 Error
sizes LineLength Line is longer than 80 characters (found 133). 86
 Error
sizes LineLength Line is longer than 80 characters (found 82). 87
 Error
sizes LineLength Line is longer than 80 characters (found 138). 93
 Error
sizes LineLength Line is longer than 80 characters (found 82). 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
misc FinalParameters Parameter projectFnVersion should be final. 103
 Error
coding MagicNumber '9' is a magic number. 104
 Error
sizes LineLength Line is longer than 80 characters (found 117). 115
 Error
sizes LineLength Line is longer than 80 characters (found 117). 125
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 131
 Error
misc FinalParameters Parameter javaVersion should be final. 131
 Error
coding MagicNumber '17' is a magic number. 136
 Error
coding MagicNumber '11' is a magic number. 138
 Error
misc FinalParameters Parameter layerObject should be final. 145
 Error
sizes LineLength Line is longer than 80 characters (found 103). 147
 Error
misc FinalParameters Parameter originalEntry should be final. 155
 Error
misc FinalParameters Parameter layerName should be final. 155
 Error
sizes LineLength Line is longer than 80 characters (found 105). 156
 Error
sizes LineLength Line is longer than 80 characters (found 114). 159
 Error
sizes LineLength Line is longer than 80 characters (found 92). 162
 Error
sizes LineLength Line is longer than 80 characters (found 100). 165
 Error
sizes LineLength Line is longer than 80 characters (found 83). 166

io/micronaut/build/micronaut_maven_plugin/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
coding MagicNumber '3' is a magic number. 283
 Error
whitespace ParenPad ')' is preceded with whitespace. 283
 Error
whitespace ParenPad '(' is followed by whitespace. 284
 Error
whitespace ParenPad '(' is followed by whitespace. 284
 Error
whitespace ParenPad '(' is followed by whitespace. 284
 Error
whitespace ParenPad ')' is preceded with whitespace. 284
 Error
whitespace ParenPad ')' is preceded with whitespace. 284
 Error
whitespace ParenPad ')' is preceded with whitespace. 284
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 285
 Error
whitespace ParenPad '(' is followed by whitespace. 286
 Error
coding MagicNumber '3' is a magic number. 286
 Error
whitespace ParenPad ')' is preceded with whitespace. 286
 Error
sizes LineLength Line is longer than 80 characters (found 112). 288
 Error
whitespace ParenPad '(' is followed by whitespace. 288
 Error
whitespace ParenPad '(' is followed by whitespace. 288
 Error
whitespace ParenPad ')' is preceded with whitespace. 288
 Error
whitespace ParenPad '(' is followed by whitespace. 288
 Error
whitespace ParenPad ')' is preceded with whitespace. 288
 Error
whitespace ParenPad ')' is preceded with whitespace. 288
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 289
 Error
sizes LineLength Line is longer than 80 characters (found 102). 290
 Error
whitespace ParenPad '(' is followed by whitespace. 290
 Error
whitespace ParenPad ')' is preceded with whitespace. 290
 Error
whitespace ParenPad '(' is followed by whitespace. 291
 Error
coding MagicNumber '3' is a magic number. 291
 Error
whitespace ParenPad ')' is preceded with whitespace. 291
 Error
whitespace ParenPad '(' is followed by whitespace. 294
 Error
whitespace ParenPad ')' is preceded with whitespace. 294
 Error
whitespace ParenPad '(' is followed by whitespace. 306
 Error
misc FinalParameters Parameter str should be final. 306
 Error
misc FinalParameters Parameter repeat should be final. 306
 Error
whitespace ParenPad ')' is preceded with whitespace. 306
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 307
 Error
whitespace ParenPad '(' is followed by whitespace. 308
 Error
whitespace ParenPad ')' is preceded with whitespace. 308
 Error
whitespace ParenPad '(' is followed by whitespace. 310
 Error
whitespace ParenPad ')' is preceded with whitespace. 310
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 311
 Error
whitespace ParenPad '(' is followed by whitespace. 312
 Error
whitespace ParenPad ')' is preceded with whitespace. 312
 Error
sizes LineLength Line is longer than 80 characters (found 97). 319
 Error
sizes LineLength Line is longer than 80 characters (found 86). 322
 Error
sizes LineLength Line is longer than 80 characters (found 88). 324
 Error
whitespace ParenPad '(' is followed by whitespace. 326
 Error
misc FinalParameters Parameter sb should be final. 326
 Error
misc FinalParameters Parameter description should be final. 326
 Error
misc FinalParameters Parameter indent should be final. 326
 Error
whitespace ParenPad ')' is preceded with whitespace. 326
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 327
 Error
sizes LineLength Line is longer than 80 characters (found 84). 328
 Error
whitespace ParenPad '(' is followed by whitespace. 328
 Error
whitespace ParenPad '(' is followed by whitespace. 328
 Error
whitespace ParenPad ')' is preceded with whitespace. 328
 Error
whitespace ParenPad ')' is preceded with whitespace. 328
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 329
 Error
whitespace ParenPad '(' is followed by whitespace. 330
 Error
whitespace ParenPad ')' is preceded with whitespace. 330
 Error
whitespace ParenPad '(' is followed by whitespace. 330
 Error
whitespace ParenPad ')' is preceded with whitespace. 330
 Error
sizes LineLength Line is longer than 80 characters (found 85). 337
 Error
sizes LineLength Line is longer than 80 characters (found 87). 338
 Error
sizes LineLength Line is longer than 80 characters (found 98). 344
 Error
whitespace ParenPad '(' is followed by whitespace. 344
 Error
misc FinalParameters Parameter text should be final. 344
 Error
misc FinalParameters Parameter indent should be final. 344
 Error
misc FinalParameters Parameter indentSize should be final. 344
 Error
misc FinalParameters Parameter lineLength should be final. 344
 Error
whitespace ParenPad ')' is preceded with whitespace. 344
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 345
 Error
whitespace ParenPad '(' is followed by whitespace. 348
 Error
whitespace ParenPad ')' is preceded with whitespace. 348
 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
blocks LeftCurly '{' at column 9 should be on the previous line. 353
 Error
whitespace ParenPad '(' is followed by whitespace. 354
 Error
whitespace ParenPad ')' is preceded with whitespace. 354
 Error
sizes LineLength Line is longer than 80 characters (found 93). 361
 Error
sizes LineLength Line is longer than 80 characters (found 86). 363
 Error
sizes LineLength Line is longer than 80 characters (found 98). 368
 Error
whitespace ParenPad '(' is followed by whitespace. 368
 Error
misc FinalParameters Parameter lines should be final. 368
 Error
misc FinalParameters Parameter line should be final. 368
 Error
misc FinalParameters Parameter indentSize should be final. 368
 Error
misc FinalParameters Parameter lineLength should be final. 368
 Error
whitespace ParenPad ')' is preceded with whitespace. 368
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 369
 Error
whitespace ParenPad '(' is followed by whitespace. 370
 Error
whitespace ParenPad ')' is preceded with whitespace. 370
 Error
whitespace ParenPad '(' is followed by whitespace. 371
 Error
coding MagicNumber '256' is a magic number. 371
 Error
whitespace ParenPad ')' is preceded with whitespace. 371
 Error
whitespace ParenPad '(' is followed by whitespace. 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
blocks LeftCurly '{' at column 9 should be on the previous line. 376
 Error
whitespace ParenPad '(' is followed by whitespace. 377
 Error
whitespace ParenPad ')' is preceded with whitespace. 377
 Error
blocks LeftCurly '{' at column 13 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 17 should be on the previous line. 380
 Error
whitespace ParenPad '(' is followed by whitespace. 381
 Error
whitespace ParenPad ')' is preceded with whitespace. 381
 Error
whitespace ParenPad '(' is followed by whitespace. 382
 Error
whitespace ParenPad ')' is preceded with whitespace. 382
 Error
whitespace ParenPad '(' is followed by whitespace. 383
 Error
whitespace ParenPad '(' is followed by whitespace. 383
 Error
whitespace ParenPad ')' is preceded with whitespace. 383
 Error
whitespace ParenPad ')' is preceded with whitespace. 383
 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). 384
 Error
blocks LeftCurly '{' at column 17 should be on the previous line. 386
 Error
whitespace ParenPad '(' is followed by whitespace. 387
 Error
whitespace ParenPad ')' is preceded with whitespace. 387
 Error
whitespace ParenPad '(' is followed by whitespace. 391
 Error
whitespace ParenPad ')' is preceded with whitespace. 391
 Error
blocks LeftCurly '{' at column 13 should be on the previous line. 392
 Error
whitespace ParenPad '(' is followed by whitespace. 393
 Error
whitespace ParenPad ')' is preceded with whitespace. 393
 Error
whitespace ParenPad '(' is followed by whitespace. 394
 Error
whitespace ParenPad ')' is preceded with whitespace. 394
 Error
blocks LeftCurly '{' at column 17 should be on the previous line. 395
 Error
sizes LineLength Line is longer than 80 characters (found 88). 396
 Error
whitespace ParenPad '(' is followed by whitespace. 396
 Error
whitespace ParenPad '(' is followed by whitespace. 396
 Error
whitespace ParenPad ')' is preceded with whitespace. 396
 Error
whitespace ParenPad ')' is preceded with whitespace. 396
 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). 397
 Error
whitespace ParenPad '(' is followed by whitespace. 398
 Error
whitespace ParenPad ')' is preceded with whitespace. 398
 Error
blocks LeftCurly '{' at column 17 should be on the previous line. 399
 Error
whitespace ParenPad '(' is followed by whitespace. 400
 Error
whitespace ParenPad ')' is preceded with whitespace. 400
 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). 401
 Error
blocks LeftCurly '{' at column 17 should be on the previous line. 403
 Error
whitespace ParenPad '(' is followed by whitespace. 404
 Error
whitespace ParenPad ')' is preceded with whitespace. 404
 Error
whitespace ParenPad '(' is followed by whitespace. 408
 Error
whitespace ParenPad ')' is preceded with whitespace. 408
 Error
sizes LineLength Line is longer than 80 characters (found 103). 414
 Error
whitespace ParenPad '(' is followed by whitespace. 417
 Error
misc FinalParameters Parameter line should be final. 417
 Error
whitespace ParenPad ')' is preceded with whitespace. 417
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 418
 Error
whitespace ParenPad '(' is followed by whitespace. 420
 Error
whitespace ParenPad '(' is followed by whitespace. 420
 Error
whitespace ParenPad ')' is preceded with whitespace. 420
 Error
whitespace ParenPad ')' is preceded with whitespace. 420
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 421
 Error
whitespace ParenPad '(' is followed by whitespace. 424
 Error
coding MagicNumber '4' is a magic number. 424
 Error
whitespace ParenPad ')' is preceded with whitespace. 424
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 425
 Error
whitespace ParenPad '(' is followed by whitespace. 426
 Error
whitespace ParenPad '(' is followed by whitespace. 426
 Error
whitespace ParenPad ')' is preceded with whitespace. 426
 Error
whitespace ParenPad ')' is preceded with whitespace. 426
 Error
blocks LeftCurly '{' at column 13 should be on the previous line. 427
 Error
regexp RegexpSingleline Line has trailing spaces. 434
 Error
whitespace ParenPad '(' is followed by whitespace. 435
 Error
misc FinalParameters Parameter expression should be final. 435
 Error
whitespace ParenPad ')' is preceded with whitespace. 435
 Error
blocks LeftCurly '{' at column 5 should be on the previous line. 436
 Error
sizes LineLength Line is longer than 80 characters (found 94). 437
 Error
whitespace ParenPad '(' is followed by whitespace. 437
 Error
whitespace ParenPad '(' is followed by whitespace. 437
 Error
whitespace ParenPad ')' is preceded with whitespace. 437
 Error
whitespace ParenPad '(' is followed by whitespace. 437
 Error
whitespace ParenPad ')' is preceded with whitespace. 437
 Error
whitespace ParenPad '(' is followed by whitespace. 438
 Error
whitespace ParenPad ')' is preceded with whitespace. 438
 Error
whitespace ParenPad '(' is followed by whitespace. 438
 Error
whitespace ParenPad ')' is preceded with whitespace. 438
 Error
whitespace ParenPad ')' is preceded with whitespace. 438
 Error
blocks LeftCurly '{' at column 9 should be on the previous line. 439
 Error
whitespace ParenPad '(' is followed by whitespace. 441
 Error
whitespace ParenPad ')' is preceded with whitespace. 441

io/micronaut/build/services/ApplicationConfigurationService.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - io.micronaut.context.env.*. 18
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 Error
javadoc JavadocVariable Missing a Javadoc comment. 42
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Error
misc FinalParameters Parameter mavenProject should be final. 46
 Error
coding HiddenField 'mavenProject' hides a field. 46
 Error
sizes LineLength Line is longer than 80 characters (found 117). 52
 Error
sizes LineLength Line is longer than 80 characters (found 98). 53
 Error
javadoc JavadocMethod Expected @return tag. 55
 Error
sizes LineLength Line is longer than 80 characters (found 167). 56
 Error
sizes LineLength Line is longer than 80 characters (found 177). 68
 Error
sizes LineLength Line is longer than 80 characters (found 95). 70

io/micronaut/build/services/CompilerService.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.maven.project.*. 22
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.maven.shared.invoker.*. 23
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 33
 Error
sizes LineLength Line is longer than 80 characters (found 104). 48
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
sizes LineLength Line is longer than 80 characters (found 94). 49
 Error
javadoc JavadocVariable Missing a Javadoc comment. 49
 Error
sizes LineLength Line is longer than 80 characters (found 106). 50
 Error
javadoc JavadocVariable Missing a Javadoc comment. 50
 Error
sizes LineLength Line is longer than 80 characters (found 96). 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 Error
sizes LineLength Line is longer than 80 characters (found 96). 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 JavadocVariable Missing a Javadoc comment. 58
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 62
 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 MissingJavadocMethod Missing a Javadoc comment. 68
 Error
sizes LineLength Line is longer than 80 characters (found 113). 70
 Error
misc FinalParameters Parameter mavenProject should be final. 70
 Error
coding HiddenField 'mavenProject' hides a field. 70
 Error
misc FinalParameters Parameter mavenSession should be final. 70
 Error
coding HiddenField 'mavenSession' hides a field. 70
 Error
misc FinalParameters Parameter executorService should be final. 70
 Error
coding HiddenField 'executorService' hides a field. 70
 Error
misc FinalParameters Parameter resolver should be final. 71
 Error
coding HiddenField 'resolver' hides a field. 71
 Error
misc FinalParameters Parameter copyResources should be final. 86
 Error
sizes LineLength Line is longer than 80 characters (found 81). 94
 Error
sizes LineLength Line is longer than 80 characters (found 88). 96
 Error
sizes LineLength Line is longer than 80 characters (found 81). 98
 Error
sizes LineLength Line is longer than 80 characters (found 88). 106
 Error
sizes LineLength Line is longer than 80 characters (found 91). 109
 Error
sizes LineLength Line is longer than 80 characters (found 88). 114
 Error
sizes LineLength Line is longer than 80 characters (found 81). 116
 Error
sizes LineLength Line is longer than 80 characters (found 99). 128
 Error
javadoc JavadocMethod Expected @return tag. 130
 Error
sizes LineLength Line is longer than 80 characters (found 86). 135
 Error
sizes LineLength Line is longer than 80 characters (found 84). 145
 Error
sizes LineLength Line is longer than 80 characters (found 103). 147
 Error
javadoc JavadocMethod Expected @return tag. 155
 Error
misc FinalParameters Parameter scopes should be final. 155
 Error
javadoc JavadocMethod Expected @param tag for 'scopes'. 155
 Error
sizes LineLength Line is longer than 80 characters (found 84). 157
 Error
sizes LineLength Line is longer than 80 characters (found 82). 158
 Error
sizes LineLength Line is longer than 80 characters (found 132). 159
 Error
sizes LineLength Line is longer than 80 characters (found 94). 161
 Error
sizes LineLength Line is longer than 80 characters (found 98). 165
 Error
javadoc JavadocMethod Expected @return tag. 174
 Error
misc FinalParameters Parameter dependencies should be final. 174
 Error
javadoc JavadocMethod Expected @param tag for 'dependencies'. 174
 Error
sizes LineLength Line is longer than 80 characters (found 99). 175
 Error
sizes LineLength Line is longer than 80 characters (found 105). 176
 Error
sizes LineLength Line is longer than 80 characters (found 88). 179
 Error
javadoc JavadocMethod Expected @return tag. 186

io/micronaut/build/services/DependencyResolutionService.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 83). 52
 Error
javadoc JavadocVariable Missing a Javadoc comment. 52
 Error
sizes LineLength Line is longer than 80 characters (found 95). 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 53
 Error
javadoc JavadocVariable Missing a Javadoc comment. 55
 Error
javadoc JavadocVariable Missing a Javadoc comment. 57
 Error
javadoc JavadocVariable Missing a Javadoc comment. 59
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Error
sizes LineLength Line is longer than 80 characters (found 129). 64
 Error
misc FinalParameters Parameter mavenSession should be final. 64
 Error
coding HiddenField 'mavenSession' hides a field. 64
 Error
misc FinalParameters Parameter mavenProject should be final. 64
 Error
coding HiddenField 'mavenProject' hides a field. 64
 Error
misc FinalParameters Parameter repositorySystem should be final. 64
 Error
coding HiddenField 'repositorySystem' hides a field. 64
 Error
sizes LineLength Line is longer than 80 characters (found 88). 70
 Error
misc FinalParameters Parameter resolutionResult should be final. 70
 Error
sizes LineLength Line is longer than 80 characters (found 83). 77
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 77
 Error
misc FinalParameters Parameter resolutionResult should be final. 77
 Error
sizes LineLength Line is longer than 80 characters (found 86). 83
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Error
misc FinalParameters Parameter resolutionResult should be final. 83
 Error
sizes LineLength Line is longer than 80 characters (found 101). 88
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 88
 Error
misc FinalParameters Parameter d should be final. 88
 Error
sizes LineLength Line is longer than 80 characters (found 88). 90
 Error
sizes LineLength Line is longer than 80 characters (found 97). 93
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Error
misc FinalParameters Parameter d should be final. 93
 Error
sizes LineLength Line is longer than 80 characters (found 118). 94
 Error
sizes LineLength Line is longer than 80 characters (found 113). 97
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Error
misc FinalParameters Parameter d should be final. 97
 Error
sizes LineLength Line is longer than 80 characters (found 86). 98
 Error
sizes LineLength Line is longer than 80 characters (found 87). 101
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Error
misc FinalParameters Parameter d should be final. 101
 Error
sizes LineLength Line is longer than 80 characters (found 97). 102
 Error
sizes LineLength Line is longer than 80 characters (found 108). 105
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Error
misc FinalParameters Parameter module should be final. 105
 Error
misc FinalParameters Parameter testResourcesVersion should be final. 105
 Error
sizes LineLength Line is longer than 80 characters (found 99). 116
 Error
javadoc JavadocMethod Expected @return tag. 118
 Error
sizes LineLength Line is longer than 80 characters (found 151). 118
 Error
misc FinalParameters Parameter artifacts should be final. 118
 Error
javadoc JavadocMethod Expected @param tag for 'artifacts'. 118
 Error
misc FinalParameters Parameter applyManagedDependencies should be final. 118
 Error
javadoc JavadocMethod Expected @param tag for 'applyManagedDependencies'. 118
 Error
sizes LineLength Line is longer than 80 characters (found 88). 119
 Error
sizes LineLength Line is longer than 80 characters (found 101). 120
 Error
sizes LineLength Line is longer than 80 characters (found 84). 122
 Error
sizes LineLength Line is longer than 80 characters (found 124). 125
 Error
sizes LineLength Line is longer than 80 characters (found 87). 126
 Error
sizes LineLength Line is longer than 80 characters (found 87). 128
 Error
sizes LineLength Line is longer than 80 characters (found 121). 129
 Error
sizes LineLength Line is longer than 80 characters (found 91). 131
 Error
sizes LineLength Line is longer than 80 characters (found 108). 135
 Error
sizes LineLength Line is longer than 80 characters (found 193). 136
 Error
sizes LineLength Line is longer than 80 characters (found 88). 140
 Error
sizes LineLength Line is longer than 80 characters (found 109). 144
 Error
sizes LineLength Line is longer than 80 characters (found 101). 147
 Error
sizes LineLength Line is longer than 80 characters (found 119). 149

io/micronaut/build/services/DockerService.java

Severity Category Rule Message Line
 Error
javadoc JavadocPackage Missing package-info.java file. 1
 Error
sizes LineLength Line is longer than 80 characters (found 83). 63
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 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
misc FinalParameters Parameter mavenProject should be final. 70
 Error
coding HiddenField 'mavenProject' hides a field. 70
 Error
sizes LineLength Line is longer than 80 characters (found 99). 72
 Error
sizes LineLength Line is longer than 80 characters (found 95). 81
 Error
javadoc JavadocMethod Expected @return tag. 83
 Error
sizes LineLength Line is longer than 80 characters (found 82). 83
 Error
misc FinalParameters Parameter dockerfileName should be final. 83
 Error
javadoc JavadocMethod Expected @param tag for 'dockerfileName'. 83
 Error
sizes LineLength Line is longer than 80 characters (found 84). 84
 Error
javadoc JavadocMethod Expected @return tag. 90
 Error
misc FinalParameters Parameter builder should be final. 99
 Error
javadoc JavadocMethod Expected @param tag for 'builder'. 99
 Error
sizes LineLength Line is longer than 80 characters (found 82). 100
 Error
misc FinalParameters Parameter item should be final. 102
 Error
sizes LineLength Line is longer than 80 characters (found 97). 107
 Error
sizes LineLength Line is longer than 80 characters (found 89). 121
 Error
sizes LineLength Line is longer than 80 characters (found 149). 124
 Error
misc FinalParameters Parameter imageId should be final. 124
 Error
misc FinalParameters Parameter timeoutSeconds should be final. 124
 Error
misc FinalParameters Parameter checkpointNetworkName should be final. 124
 Error
javadoc JavadocMethod Expected @param tag for 'checkpointNetworkName'. 124
 Error
misc FinalParameters Parameter binds should be final. 124
 Error
sizes LineLength Line is longer than 80 characters (found 84). 125
 Error
sizes LineLength Line is longer than 80 characters (found 160). 128
 Error
sizes LineLength Line is longer than 80 characters (found 100). 138
 Error
sizes LineLength Line is longer than 80 characters (found 101). 140
 Error
sizes LineLength Line is longer than 80 characters (found 101). 141
 Error
sizes LineLength Line is longer than 80 characters (found 82). 143
 Error
sizes LineLength Line is longer than 80 characters (found 100). 144
 Error
sizes LineLength Line is longer than 80 characters (found 100). 146
 Error
sizes LineLength Line is longer than 80 characters (found 103). 154
 Error
javadoc JavadocMethod Expected @return tag. 156
 Error
misc FinalParameters Parameter imageId should be final. 156
 Error
javadoc JavadocMethod Expected @param tag for 'imageId'. 156
 Error
misc FinalParameters Parameter containerPath should be final. 156
 Error
javadoc JavadocMethod Expected @param tag for 'containerPath'. 156
 Error
sizes LineLength Line is longer than 80 characters (found 83). 157
 Error
sizes LineLength Line is longer than 80 characters (found 116). 160
 Error
sizes LineLength Line is longer than 80 characters (found 82). 162
 Error
sizes LineLength Line is longer than 80 characters (found 93). 164
 Error
sizes LineLength Line is longer than 80 characters (found 103). 165
 Error
sizes LineLength Line is longer than 80 characters (found 82). 166
 Error
sizes LineLength Line is longer than 80 characters (found 120). 181
 Error
javadoc JavadocMethod Expected @return tag. 183
 Error
misc FinalParameters Parameter name should be final. 183
 Error
javadoc JavadocMethod Expected @param tag for 'name'. 183
 Error
sizes LineLength Line is longer than 80 characters (found 120). 188
 Error
javadoc JavadocMethod Expected @return tag. 190
 Error
sizes LineLength Line is longer than 80 characters (found 97). 190
 Error
misc FinalParameters Parameter name should be final. 190
 Error
javadoc JavadocMethod Expected @param tag for 'name'. 190
 Error
misc FinalParameters Parameter targetFileName should be final. 190
 Error
javadoc JavadocMethod Expected @param tag for 'targetFileName'. 190
 Error
sizes LineLength Line is longer than 80 characters (found 95). 194
 Error
javadoc JavadocMethod Expected @return tag. 204
 Error
misc FinalParameters Parameter imageName should be final. 204
 Error
javadoc JavadocMethod Expected @param tag for 'imageName'. 204

io/micronaut/build/services/ExecutorService.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.twdata.maven.mojoexecutor.MojoExecutor.*. 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc JavadocVariable Missing a Javadoc comment. 44
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Error
sizes LineLength Line is longer than 80 characters (found 116). 48
 Error
misc FinalParameters Parameter mavenProject should be final. 48
 Error
coding HiddenField 'mavenProject' hides a field. 48
 Error
misc FinalParameters Parameter mavenSession should be final. 48
 Error
misc FinalParameters Parameter pluginManager should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 100). 49
 Error
sizes LineLength Line is longer than 80 characters (found 90). 56
 Error
misc FinalParameters Parameter pluginKey should be final. 56
 Error
javadoc JavadocMethod Expected @param tag for 'pluginKey'. 56
 Error
misc FinalParameters Parameter goal should be final. 56
 Error
javadoc JavadocMethod Expected @param tag for 'goal'. 56
 Error
sizes LineLength Line is longer than 80 characters (found 81). 78
 Error
sizes LineLength Line is longer than 80 characters (found 160). 87
 Error
misc FinalParameters Parameter pluginGroup should be final. 87
 Error
javadoc JavadocMethod Expected @param tag for 'pluginGroup'. 87
 Error
misc FinalParameters Parameter pluginArtifact should be final. 87
 Error
javadoc JavadocMethod Expected @param tag for 'pluginArtifact'. 87
 Error
misc FinalParameters Parameter pluginVersion should be final. 87
 Error
javadoc JavadocMethod Expected @param tag for 'pluginVersion'. 87
 Error
misc FinalParameters Parameter goal should be final. 87
 Error
javadoc JavadocMethod Expected @param tag for 'goal'. 87
 Error
misc FinalParameters Parameter configuration should be final. 87
 Error
javadoc JavadocMethod Expected @param tag for 'configuration'. 87
 Error
sizes LineLength Line is longer than 80 characters (found 81). 88

io/micronaut/build/services/JibConfigurationService.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 27
 Error
javadoc JavadocVariable Missing a Javadoc comment. 39
 Error
javadoc JavadocVariable Missing a Javadoc comment. 40
 Error
javadoc JavadocVariable Missing a Javadoc comment. 41
 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 MissingJavadocMethod Missing a Javadoc comment. 47
 Error
misc FinalParameters Parameter mavenProject should be final. 48
 Error
sizes LineLength Line is longer than 80 characters (found 88). 49
 Error
javadoc JavadocMethod Expected @return tag. 60
 Error
sizes LineLength Line is longer than 80 characters (found 90). 62
 Error
javadoc JavadocMethod Expected @return tag. 76
 Error
sizes LineLength Line is longer than 80 characters (found 92). 78
 Error
javadoc JavadocMethod Expected @return tag. 92
 Error
sizes LineLength Line is longer than 80 characters (found 89). 94
 Error
sizes LineLength Line is longer than 80 characters (found 97). 114
 Error
javadoc JavadocMethod Expected @return tag. 116
 Error
sizes LineLength Line is longer than 80 characters (found 97). 118
 Error
sizes LineLength Line is longer than 80 characters (found 97). 119
 Error
sizes LineLength Line is longer than 80 characters (found 104). 129
 Error
javadoc JavadocMethod Expected @return tag. 140
 Error
sizes LineLength Line is longer than 80 characters (found 85). 143
 Error
sizes LineLength Line is longer than 80 characters (found 93). 144
 Error
javadoc JavadocMethod Expected @return tag. 153
 Error
misc FinalParameters Parameter list should be final. 171

io/micronaut/build/testresources/AbstractTestResourcesMojo.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 116). 33
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
design VisibilityModifier Variable 'log' must be private and have accessor methods. 41
 Error
design VisibilityModifier Variable 'pluginContext' must be private and have accessor methods. 46
 Error
javadoc JavadocVariable Missing a Javadoc comment. 48
 Error
design VisibilityModifier Variable 'buildDirectory' must be private and have accessor methods. 49
 Error
sizes LineLength Line is longer than 80 characters (found 114). 52
 Error
design VisibilityModifier Variable 'testResourcesVersion' must be private and have accessor methods. 56
 Error
sizes LineLength Line is longer than 80 characters (found 118). 59
 Error
sizes LineLength Line is longer than 80 characters (found 107). 60
 Error
sizes LineLength Line is longer than 80 characters (found 102). 61
 Error
sizes LineLength Line is longer than 80 characters (found 88). 64
 Error
design VisibilityModifier Variable 'classpathInference' must be private and have accessor methods. 64
 Error
sizes LineLength Line is longer than 80 characters (found 120). 67
 Error
design VisibilityModifier Variable 'testResourcesDependencies' must be private and have accessor methods. 71
 Error
sizes LineLength Line is longer than 80 characters (found 121). 74
 Error
design VisibilityModifier Variable 'explicitPort' must be private and have accessor methods. 78
 Error
sizes LineLength Line is longer than 80 characters (found 119). 81
 Error
sizes LineLength Line is longer than 80 characters (found 107). 84
 Error
design VisibilityModifier Variable 'clientTimeout' must be private and have accessor methods. 85
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Error
misc FinalParameters Parameter buildDir should be final. 87
 Error
sizes LineLength Line is longer than 80 characters (found 84). 92
 Error
misc FinalParameters Parameter log should be final. 94
 Error
coding HiddenField 'log' hides a field. 94
 Error
javadoc JavadocMethod Expected @param tag for 'log'. 94
 Error
sizes LineLength Line is longer than 80 characters (found 99). 99
 Error
sizes LineLength Line is longer than 80 characters (found 118). 102
 Error
sizes LineLength Line is longer than 80 characters (found 118). 103
 Error
sizes LineLength Line is longer than 80 characters (found 118). 104
 Error
sizes LineLength Line is longer than 80 characters (found 92). 105
 Error
javadoc JavadocMethod Expected @return tag. 109
 Error
javadoc JavadocMethod Expected @return tag. 119
 Error
sizes LineLength Line is longer than 80 characters (found 82). 124
 Error
misc FinalParameters Parameter pluginContext should be final. 126
 Error
coding HiddenField 'pluginContext' hides a field. 126
 Error
javadoc JavadocMethod Expected @param tag for 'pluginContext'. 126

io/micronaut/build/testresources/StartTestResourcesServerMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 116). 32
 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
misc FinalParameters Parameter mavenProject should be final. 46
 Error
coding HiddenField 'mavenProject' hides a field. 46
 Error
misc FinalParameters Parameter mavenSession should be final. 47
 Error
coding HiddenField 'mavenSession' hides a field. 47
 Error
sizes LineLength Line is longer than 80 characters (found 96). 48
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 48
 Error
coding HiddenField 'dependencyResolutionService' hides a field. 48
 Error
misc FinalParameters Parameter toolchainManager should be final. 49
 Error
coding HiddenField 'toolchainManager' hides a field. 49
 Error
sizes LineLength Line is longer than 80 characters (found 85). 57
 Error
sizes LineLength Line is longer than 80 characters (found 117). 58
 Error
sizes LineLength Line is longer than 80 characters (found 84). 60
 Error
sizes LineLength Line is longer than 80 characters (found 86). 61

io/micronaut/build/testresources/StopTestResourcesServerMojo.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 115). 32
 Error
javadoc JavadocVariable Missing a Javadoc comment. 34
 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 JavadocVariable Missing a Javadoc comment. 43
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Error
sizes LineLength Line is longer than 80 characters (found 92). 47
 Error
misc FinalParameters Parameter mavenProject should be final. 47
 Error
coding HiddenField 'mavenProject' hides a field. 47
 Error
misc FinalParameters Parameter mavenSession should be final. 47
 Error
coding HiddenField 'mavenSession' hides a field. 47
 Error
sizes LineLength Line is longer than 80 characters (found 132). 48
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 48
 Error
coding HiddenField 'dependencyResolutionService' hides a field. 48
 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 85). 56
 Error
sizes LineLength Line is longer than 80 characters (found 117). 57
 Error
sizes LineLength Line is longer than 80 characters (found 84). 59
 Error
sizes LineLength Line is longer than 80 characters (found 86). 60

io/micronaut/build/testresources/TestResourcesConfiguration.java

Severity Category Rule Message Line
 Error
javadoc JavadocVariable Missing a Javadoc comment. 35
 Error
sizes LineLength Line is longer than 80 characters (found 84). 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 36
 Error
javadoc JavadocVariable Missing a Javadoc comment. 38
 Error
sizes LineLength Line is longer than 80 characters (found 94). 43
 Error
design VisibilityModifier Variable 'testResourcesEnabled' must be private and have accessor methods. 45
 Error
sizes LineLength Line is longer than 80 characters (found 85). 48
 Error
sizes LineLength Line is longer than 80 characters (found 85). 51
 Error
design VisibilityModifier Variable 'shared' must be private and have accessor methods. 52
 Error
sizes LineLength Line is longer than 80 characters (found 86). 57
 Error
design VisibilityModifier Variable 'keepAlive' must be private and have accessor methods. 58
 Error
sizes LineLength Line is longer than 80 characters (found 118). 61
 Error
sizes LineLength Line is longer than 80 characters (found 118). 62
 Error
design VisibilityModifier Variable 'sharedServerNamespace' must be private and have accessor methods. 67
 Error
sizes LineLength Line is longer than 80 characters (found 94). 77
 Error
sizes LineLength Line is longer than 80 characters (found 87). 84

io/micronaut/build/testresources/TestResourcesHelper.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - io.micronaut.testresources.buildtools.*. 19
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.nio.file.*. 32
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 35
 Error
sizes LineLength Line is longer than 80 characters (found 88). 51
 Error
javadoc JavadocVariable Missing a Javadoc comment. 51
 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 JavadocVariable Missing a Javadoc comment. 62
 Error
javadoc JavadocVariable Missing a Javadoc comment. 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 66
 Error
javadoc JavadocVariable Missing a Javadoc comment. 68
 Error
javadoc JavadocVariable Missing a Javadoc comment. 70
 Error
javadoc JavadocVariable Missing a Javadoc comment. 72
 Error
javadoc JavadocVariable Missing a Javadoc comment. 74
 Error
javadoc JavadocVariable Missing a Javadoc comment. 76
 Error
javadoc JavadocVariable Missing a Javadoc comment. 78
 Error
javadoc JavadocVariable Missing a Javadoc comment. 80
 Error
javadoc JavadocVariable Missing a Javadoc comment. 82
 Error
sizes LineLength Line is longer than 80 characters (found 103). 84
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Error
sizes ParameterNumber More than 7 parameters (found 14). 84
 Error
misc FinalParameters Parameter enabled should be final. 84
 Error
coding HiddenField 'enabled' hides a field. 84
 Error
misc FinalParameters Parameter keepAlive should be final. 84
 Error
coding HiddenField 'keepAlive' hides a field. 84
 Error
misc FinalParameters Parameter shared should be final. 84
 Error
coding HiddenField 'shared' hides a field. 84
 Error
misc FinalParameters Parameter buildDirectory should be final. 84
 Error
coding HiddenField 'buildDirectory' hides a field. 84
 Error
sizes LineLength Line is longer than 80 characters (found 102). 85
 Error
misc FinalParameters Parameter explicitPort should be final. 85
 Error
coding HiddenField 'explicitPort' hides a field. 85
 Error
misc FinalParameters Parameter clientTimeout should be final. 85
 Error
coding HiddenField 'clientTimeout' hides a field. 85
 Error
misc FinalParameters Parameter mavenProject should be final. 85
 Error
coding HiddenField 'mavenProject' hides a field. 85
 Error
sizes LineLength Line is longer than 80 characters (found 114). 86
 Error
misc FinalParameters Parameter mavenSession should be final. 86
 Error
coding HiddenField 'mavenSession' hides a field. 86
 Error
misc FinalParameters Parameter dependencyResolutionService should be final. 86
 Error
coding HiddenField 'dependencyResolutionService' hides a field. 86
 Error
sizes LineLength Line is longer than 80 characters (found 94). 87
 Error
misc FinalParameters Parameter toolchainManager should be final. 87
 Error
coding HiddenField 'toolchainManager' hides a field. 87
 Error
misc FinalParameters Parameter testResourcesVersion should be final. 87
 Error
coding HiddenField 'testResourcesVersion' hides a field. 87
 Error
sizes LineLength Line is longer than 80 characters (found 102). 88
 Error
misc FinalParameters Parameter classpathInference should be final. 88
 Error
coding HiddenField 'classpathInference' hides a field. 88
 Error
misc FinalParameters Parameter testResourcesDependencies should be final. 88
 Error
coding HiddenField 'testResourcesDependencies' hides a field. 88
 Error
misc FinalParameters Parameter sharedServerNamespace should be final. 89
 Error
coding HiddenField 'sharedServerNamespace' hides a field. 89
 Error
sizes LineLength Line is longer than 80 characters (found 105). 103
 Error
javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Error
misc FinalParameters Parameter enabled should be final. 103
 Error
coding HiddenField 'enabled' hides a field. 103
 Error
misc FinalParameters Parameter keepAlive should be final. 103
 Error
coding HiddenField 'keepAlive' hides a field. 103
 Error
misc FinalParameters Parameter shared should be final. 103
 Error
coding HiddenField 'shared' hides a field. 103
 Error
misc FinalParameters Parameter buildDirectory should be final. 103
 Error
coding HiddenField 'buildDirectory' hides a field. 103
 Error
sizes LineLength Line is longer than 80 characters (found 89). 121
 Error
sizes LineLength Line is longer than 80 characters (found 117). 128
 Error
design VisibilityModifier Variable 'process' must be private and have accessor methods. 145
 Error
sizes LineLength Line is longer than 80 characters (found 113). 148
 Error
misc FinalParameters Parameter processParameters should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 92). 150
 Error
sizes LineLength Line is longer than 80 characters (found 123). 154
 Error
sizes LineLength Line is longer than 80 characters (found 150). 156
 Error
sizes LineLength Line is longer than 80 characters (found 88). 165
 Error
misc FinalParameters Parameter duration should be final. 165
 Error
sizes LineLength Line is longer than 80 characters (found 88). 167
 Error
sizes LineLength Line is longer than 80 characters (found 176). 173
 Error
sizes LineLength Line is longer than 80 characters (found 112). 187
 Error
misc FinalParameters Parameter buildDir should be final. 187
 Error
misc FinalParameters Parameter serverSettingsDirectory should be final. 187
 Error
sizes LineLength Line is longer than 80 characters (found 167). 192
 Error
sizes LineLength Line is longer than 80 characters (found 86). 195
 Error
sizes LineLength Line is longer than 80 characters (found 125). 196
 Error
sizes LineLength Line is longer than 80 characters (found 113). 203
 Error
sizes LineLength Line is longer than 80 characters (found 99). 205
 Error
sizes LineLength Line is longer than 80 characters (found 104). 208
 Error
sizes LineLength Line is longer than 80 characters (found 83). 211
 Error
sizes LineLength Line is longer than 80 characters (found 117). 213
 Error
sizes LineLength Line is longer than 80 characters (found 97). 215
 Error
sizes LineLength Line is longer than 80 characters (found 91). 220
 Error
sizes LineLength Line is longer than 80 characters (found 87). 235
 Error
sizes LineLength Line is longer than 80 characters (found 123). 240
 Error
sizes LineLength Line is longer than 80 characters (found 124). 241
 Error
sizes LineLength Line is longer than 80 characters (found 88). 246
 Error
sizes LineLength Line is longer than 80 characters (found 103). 255
 Error
misc FinalParameters Parameter file should be final. 255
 Error
misc FinalParameters Parameter attrs should be final. 255
 Error
sizes LineLength Line is longer than 80 characters (found 101). 261
 Error
misc FinalParameters Parameter dir should be final. 261
 Error
misc FinalParameters Parameter exc should be final. 261
 Error
sizes LineLength Line is longer than 80 characters (found 83). 270
 Error
misc FinalParameters Parameter buildDir should be final. 279
 Error
misc FinalParameters Parameter sharedServerNamespace should be final. 286
 Error
coding HiddenField 'sharedServerNamespace' hides a field. 286

io/micronaut/build/testresources/TestResourcesLifecycleExtension.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 80 characters (found 83). 57
 Error
sizes LineLength Line is longer than 80 characters (found 89). 58
 Error
sizes LineLength Line is longer than 80 characters (found 109). 60
 Error
javadoc JavadocVariable Missing a Javadoc comment. 60
 Error
sizes LineLength Line is longer than 80 characters (found 107). 61
 Error
javadoc JavadocVariable Missing a Javadoc comment. 61
 Error
sizes LineLength Line is longer than 80 characters (found 105). 63
 Error
javadoc JavadocVariable Missing a Javadoc comment. 63
 Error
sizes LineLength Line is longer than 80 characters (found 116). 64
 Error
javadoc JavadocVariable Missing a Javadoc comment. 64
 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
misc FinalParameters Parameter logger should be final. 71
 Error
coding HiddenField 'logger' hides a field. 71
 Error
misc FinalParameters Parameter mapper should be final. 71
 Error
coding HiddenField 'mapper' hides a field. 71
 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. 76
 Error
misc FinalParameters Parameter session should be final. 77
 Error
sizes LineLength Line is longer than 80 characters (found 132). 81
 Error
sizes LineLength Line is longer than 80 characters (found 158). 82
 Error
sizes LineLength Line is longer than 80 characters (found 92). 87
 Error
sizes LineLength Line is longer than 80 characters (found 83). 88
 Error
sizes LineLength Line is longer than 80 characters (found 87). 90
 Error
sizes LineLength Line is longer than 80 characters (found 90). 91
 Error
sizes LineLength Line is longer than 80 characters (found 97). 97
 Error
sizes LineLength Line is longer than 80 characters (found 136). 98
 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. 106
 Error
misc FinalParameters Parameter session should be final. 107
 Error
sizes LineLength Line is longer than 80 characters (found 146). 108
 Error
sizes LineLength Line is longer than 80 characters (found 136). 112
 Error
sizes LineLength Line is longer than 80 characters (found 162). 113
 Error
sizes LineLength Line is longer than 80 characters (found 117). 119
 Error
sizes LineLength Line is longer than 80 characters (found 107). 121
 Error
sizes LineLength Line is longer than 80 characters (found 119). 134
 Error
misc FinalParameters Parameter evaluator should be final. 134
 Error
misc FinalParameters Parameter configuration should be final. 134
 Error
sizes LineLength Line is longer than 80 characters (found 107). 136
 Error
sizes LineLength Line is longer than 80 characters (found 103). 148
 Error
misc FinalParameters Parameter evaluator should be final. 148
 Error
misc FinalParameters Parameter configuration should be final. 148
 Error
sizes LineLength Line is longer than 80 characters (found 95). 149
 Error
sizes LineLength Line is longer than 80 characters (found 106). 158
 Error
misc FinalParameters Parameter evaluator should be final. 158
 Error
misc FinalParameters Parameter configuration should be final. 158
 Error
sizes LineLength Line is longer than 80 characters (found 96). 159
 Error
sizes LineLength Line is longer than 80 characters (found 104). 168
 Error
misc FinalParameters Parameter evaluator should be final. 168
 Error
misc FinalParameters Parameter configuration should be final. 168
 Error
sizes LineLength Line is longer than 80 characters (found 96). 169
 Error
misc FinalParameters Parameter plugin should be final. 178
 Error
sizes LineLength Line is longer than 80 characters (found 89). 187
 Error
sizes LineLength Line is longer than 80 characters (found 93). 194
 Error
misc FinalParameters Parameter evaluator should be final. 194
 Error
misc FinalParameters Parameter property should be final. 194
 Error
sizes LineLength Line is longer than 80 characters (found 137). 199
 Error
sizes LineLength Line is longer than 80 characters (found 98). 208
 Error
misc FinalParameters Parameter currentProject should be final. 208
 Error
misc FinalParameters Parameter session should be final. 208
 Error
sizes LineLength Line is longer than 80 characters (found 97). 214
 Error
sizes LineLength Line is longer than 80 characters (found 96). 215
 Error
sizes LineLength Line is longer than 80 characters (found 83). 218
 Error
sizes LineLength Line is longer than 80 characters (found 84). 225
 Error
misc FinalParameters Parameter build should be final. 225
 Error
misc FinalParameters Parameter consumer should be final. 225
 Error
sizes LineLength Line is longer than 80 characters (found 98). 228