Checkstyle Results
The following document contains the results of Checkstyle 10.20.1 with sun_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
36 | 0 | 0 | 1534 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField | 81 | Error |
MagicNumber | 10 | Error | |
design | DesignForExtension | 47 | Error |
VisibilityModifier | 103 | Error | |
imports | UnusedImports
|
1 | Error |
javadoc | JavadocPackage | 5 | Error |
JavadocVariable | 206 | Error | |
MissingJavadocMethod | 51 | Error | |
misc | FinalParameters | 286 | Error |
modifier | RedundantModifier | 2 | Error |
sizes | LineLength
|
730 | Error |
ParameterNumber | 1 | Error | |
whitespace | OperatorWrap | 11 | Error |
Details
io/micronaut/maven/AbstractDockerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | design | VisibilityModifier | Variable 'mavenProject' must be private and have accessor methods. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | design | VisibilityModifier | Variable 'jibConfigurationService' must be private and have accessor methods. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | design | VisibilityModifier | Variable 'applicationConfigurationService' must be private and have accessor methods. | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | design | VisibilityModifier | Variable 'dockerService' must be private and have accessor methods. | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | design | VisibilityModifier | Variable 'expressionEvaluator' must be private and have accessor methods. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 77 |
Error | design | VisibilityModifier | Variable 'nativeImageBuildArgs' must be private and have accessor methods. | 82 |
Error | design | VisibilityModifier | Variable 'appArguments' must be private and have accessor methods. | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 92 |
Error | design | VisibilityModifier | Variable 'mainClass' must be private and have accessor methods. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
Error | design | VisibilityModifier | Variable 'staticNativeImage' must be private and have accessor methods. | 101 |
Error | design | VisibilityModifier | Variable 'micronautRuntime' must be private and have accessor methods. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 114 |
Error | design | VisibilityModifier | Variable 'baseImageRun' must be private and have accessor methods. | 115 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 120 |
Error | design | VisibilityModifier | Variable 'oracleLinuxVersion' must be private and have accessor methods. | 121 |
Error | design | VisibilityModifier | Variable 'networkMode' must be private and have accessor methods. | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 131 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 131 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 131 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 131 |
Error | coding | HiddenField | 'jibConfigurationService' hides a field. | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 132 |
Error | misc | FinalParameters | Parameter applicationConfigurationService should be final. | 132 |
Error | coding | HiddenField | 'applicationConfigurationService' hides a field. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
Error | misc | FinalParameters | Parameter dockerService should be final. | 133 |
Error | coding | HiddenField | 'dockerService' hides a field. | 133 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 133 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 173). | 145 |
Error | coding | MagicNumber | '17' is a magic number. | 152 |
Error | coding | MagicNumber | '17' is a magic number. | 159 |
Error | coding | MagicNumber | '17' is a magic number. | 160 |
Error | coding | MagicNumber | '17' is a magic number. | 160 |
Error | coding | MagicNumber | '21' is a magic number. | 162 |
Error | coding | MagicNumber | '21' is a magic number. | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 167 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 223 |
Error | misc | FinalParameters | Parameter expression should be final. | 233 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 263 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 271 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 289 |
Error | misc | FinalParameters | Parameter dockerfile should be final. | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 300 |
Error | sizes | LineLength | Line is longer than 80 characters (found 176). | 302 |
io/micronaut/maven/AbstractMicronautMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | DesignForExtension | Class 'AbstractMicronautMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMicronautMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. | 29 |
Error | misc | FinalParameters | Parameter log should be final. | 30 |
io/micronaut/maven/DockerCracMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 81 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 136 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 142 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 143 |
Error | misc | FinalParameters | Parameter applicationConfigurationService should be final. | 144 |
Error | misc | FinalParameters | Parameter dockerService should be final. | 145 |
Error | misc | FinalParameters | Parameter mavenReaderFilter should be final. | 146 |
Error | coding | HiddenField | 'mavenReaderFilter' hides a field. | 146 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 147 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 150 |
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. | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 170 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 171 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 183 |
Error | misc | FinalParameters | Parameter architecture should be final. | 194 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 207 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 208 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 145). | 232 |
Error | misc | FinalParameters | Parameter checkpointContainerId should be final. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 251 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 259 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 262 |
Error | misc | FinalParameters | Parameter readinessCommand should be final. | 262 |
Error | coding | HiddenField | 'readinessCommand' hides a field. | 262 |
Error | misc | FinalParameters | Parameter mainClass should be final. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 269 |
Error | misc | FinalParameters | Parameter scriptNames should be final. | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 270 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 274 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 277 |
Error | misc | FinalParameters | Parameter target should be final. | 277 |
Error | misc | FinalParameters | Parameter replacements should be final. | 277 |
Error | misc | FinalParameters | Parameter scriptNames should be final. | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 281 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 291 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 294 |
io/micronaut/maven/DockerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 58 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 58 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 59 |
Error | misc | FinalParameters | Parameter applicationConfigurationService should be final. | 59 |
Error | misc | FinalParameters | Parameter dockerService should be final. | 59 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 60 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 61 |
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. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 76 |
Error | misc | FinalParameters | Parameter providedDockerfile should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 81 |
Error | misc | FinalParameters | Parameter providedDockerfile should be final. | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 92 |
Error | misc | FinalParameters | Parameter dockerfile should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 106 |
io/micronaut/maven/DockerNativeMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 71 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 71 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 72 |
Error | misc | FinalParameters | Parameter applicationConfigurationService should be final. | 72 |
Error | misc | FinalParameters | Parameter dockerService should be final. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 73 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 73 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 74 |
Error | design | DesignForExtension | Class '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. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 106 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 107 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 137). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 327). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 215). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 237). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
Error | misc | FinalParameters | Parameter maxAllowedVersion should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 165). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 152 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 154 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 156 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 164 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 185 |
Error | misc | FinalParameters | Parameter dockerfileName should be final. | 185 |
Error | misc | FinalParameters | Parameter passClassName should be final. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 195 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 209 |
Error | sizes | LineLength | Line is longer than 80 characters (found 161). | 218 |
Error | misc | FinalParameters | Parameter buildImageCmdArguments should be final. | 218 |
Error | misc | FinalParameters | Parameter buildImageCmdSupplier should be final. | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 220 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 230 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 237 |
io/micronaut/maven/DockerPushMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 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 101). | 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 119). | 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 83). | 61 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 61 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 62 |
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. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 148). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 111 |
Error | misc | FinalParameters | Parameter logEvent should be final. | 115 |
io/micronaut/maven/DockerfileMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 68 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 70 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 71 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 72 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 78 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 78 |
Error | misc | FinalParameters | Parameter dockerService should be final. | 78 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 79 |
Error | misc | FinalParameters | Parameter applicationConfigurationService 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 83). | 80 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 80 |
Error | misc | FinalParameters | Parameter mojoExecution should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 130). | 81 |
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. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 232). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 105 |
Error | misc | FinalParameters | Parameter runtime should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 126 |
Error | misc | FinalParameters | Parameter runtime should be final. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 129 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 137 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
Error | misc | FinalParameters | Parameter dockerfile should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 145 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 158 |
Error | misc | FinalParameters | Parameter runtime should be final. | 158 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 179 |
Error | misc | FinalParameters | Parameter dockerfile should be final. | 185 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 199 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 210 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 159). | 230 |
io/micronaut/maven/GraalVMResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 48 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | design | DesignForExtension | Class 'GraalVMResourcesMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GraalVMResourcesMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 102 |
Error | misc | FinalParameters | Parameter folder should be final. | 106 |
Error | misc | FinalParameters | Parameter folder should be final. | 110 |
Error | misc | FinalParameters | Parameter filePath should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 124 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 134 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 135 |
Error | misc | FinalParameters | Parameter resourceName should be final. | 154 |
Error | design | DesignForExtension | Class 'GraalVMResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GraalVMResourcesMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. | 166 |
Error | misc | FinalParameters | Parameter log should be final. | 167 |
io/micronaut/maven/ImportFactoryMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 177). | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 123 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
Error | misc | FinalParameters | Parameter project should be final. | 131 |
Error | coding | HiddenField | 'project' hides a field. | 131 |
Error | design | DesignForExtension | Class 'ImportFactoryMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ImportFactoryMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 155 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 191 |
Error | misc | FinalParameters | Parameter dependencies should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 218 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 229 |
Error | misc | FinalParameters | Parameter artifact should be final. | 229 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 235 |
Error | misc | FinalParameters | Parameter artifact should be final. | 245 |
Error | misc | FinalParameters | Parameter entry should be final. | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 257 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 258 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 268 |
Error | misc | FinalParameters | Parameter packageName should be final. | 268 |
Error | misc | FinalParameters | Parameter packages should be final. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 269 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 279 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 291 |
io/micronaut/maven/JansiLog.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Error | misc | FinalParameters | Parameter delegate should be final. | 32 |
Error | coding | HiddenField | 'delegate' hides a field. | 32 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isDebugEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isDebugEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 36 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. | 41 |
Error | misc | FinalParameters | Parameter content should be final. | 42 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | misc | FinalParameters | Parameter content should be final. | 47 |
Error | misc | FinalParameters | Parameter error should be final. | 47 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'debug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'debug' static/final/abstract/empty, or adding allowed annotation for the method. | 51 |
Error | misc | FinalParameters | Parameter error should be final. | 52 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isInfoEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isInfoEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 56 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
Error | misc | FinalParameters | Parameter content should be final. | 62 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
Error | misc | FinalParameters | Parameter content should be final. | 67 |
Error | misc | FinalParameters | Parameter error should be final. | 67 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'info' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'info' static/final/abstract/empty, or adding allowed annotation for the method. | 71 |
Error | misc | FinalParameters | Parameter error should be final. | 72 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isWarnEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isWarnEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. | 81 |
Error | misc | FinalParameters | Parameter content should be final. | 82 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. | 86 |
Error | misc | FinalParameters | Parameter content should be final. | 87 |
Error | misc | FinalParameters | Parameter error should be final. | 87 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'warn' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'warn' static/final/abstract/empty, or adding allowed annotation for the method. | 91 |
Error | misc | FinalParameters | Parameter error should be final. | 92 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'isErrorEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'isErrorEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 96 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
Error | misc | FinalParameters | Parameter content should be final. | 102 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
Error | misc | FinalParameters | Parameter content should be final. | 107 |
Error | misc | FinalParameters | Parameter error should be final. | 107 |
Error | design | DesignForExtension | Class 'JansiLog' looks like designed for extension (can be subclassed), but the method 'error' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JansiLog' final or making the method 'error' static/final/abstract/empty, or adding allowed annotation for the method. | 111 |
Error | misc | FinalParameters | Parameter error should be final. | 112 |
Error | misc | FinalParameters | Parameter s should be final. | 116 |
io/micronaut/maven/MojoUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 48 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 48 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 66 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
Error | misc | FinalParameters | Parameter nativeImageBuildArgs should be final. | 66 |
Error | misc | FinalParameters | Parameter baseImageRun should be final. | 66 |
Error | misc | FinalParameters | Parameter argsFile should be final. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | misc | FinalParameters | Parameter argsFile should be final. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 87 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 105 |
Error | coding | MagicNumber | '3' is a magic number. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | misc | FinalParameters | Parameter arg should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 136 |
Error | coding | MagicNumber | '4' is a magic number. | 136 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 136 |
Error | coding | MagicNumber | '3' is a magic number. | 137 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 137 |
Error | whitespace | OperatorWrap | '+' should be on a new line. | 138 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 140 |
Error | misc | FinalParameters | Parameter project should be final. | 153 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 158 |
io/micronaut/maven/Packaging.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | misc | FinalParameters | Parameter id should be final. | 32 |
Error | coding | HiddenField | 'id' hides a field. | 32 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
Error | misc | FinalParameters | Parameter value should be final. | 40 |
io/micronaut/maven/RunMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 133). | 70 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 154). | 79 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 86 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 99 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 103 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 143 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 157 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 166 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 174 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 192 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 196 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 198 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 199 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 200 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 201 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 202 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 203 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 204 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 208 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 208 |
Error | misc | FinalParameters | Parameter pluginManager should be final. | 209 |
Error | misc | FinalParameters | Parameter projectBuilder should be final. | 210 |
Error | coding | HiddenField | 'projectBuilder' hides a field. | 210 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 211 |
Error | coding | HiddenField | 'toolchainManager' hides a field. | 211 |
Error | misc | FinalParameters | Parameter compilerService should be final. | 212 |
Error | coding | HiddenField | 'compilerService' hides a field. | 212 |
Error | misc | FinalParameters | Parameter executorService should be final. | 213 |
Error | coding | HiddenField | 'executorService' hides a field. | 213 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 214 |
Error | coding | HiddenField | 'dependencyResolutionService' hides a field. | 214 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 220 |
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. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 242 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 246 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 284 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 296 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 174). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 308 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 309 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 332 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 342 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 343 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 344 |
Error | misc | FinalParameters | Parameter watches should be final. | 347 |
Error | coding | HiddenField | 'watches' hides a field. | 347 |
Error | misc | FinalParameters | Parameter event should be final. | 351 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 354 |
Error | sizes | LineLength | Line is longer than 80 characters (found 138). | 358 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 365 |
Error | misc | FinalParameters | Parameter path should be final. | 371 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 373 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 383 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 385 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 387 |
Error | sizes | LineLength | Line is longer than 80 characters (found 181). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 407 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 409 |
Error | sizes | LineLength | Line is longer than 80 characters (found 185). | 412 |
Error | misc | FinalParameters | Parameter path should be final. | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 437 |
Error | whitespace | OperatorWrap | '||' should be on a new line. | 437 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 443 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 461 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 463 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 470 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 478 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 507 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 513 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 520 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 524 |
Error | whitespace | OperatorWrap | ':' should be on a new line. | 524 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 525 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 526 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 527 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 532 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 537 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 541 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 551 |
Error | misc | FinalParameters | Parameter path should be final. | 622 |
Error | misc | FinalParameters | Parameter pattern should be final. | 626 |
Error | misc | FinalParameters | Parameter path should be final. | 626 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 630 |
Error | misc | FinalParameters | Parameter path should be final. | 630 |
Error | misc | FinalParameters | Parameter includePattern should be final. | 630 |
Error | misc | FinalParameters | Parameter directory should be final. | 630 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 632 |
io/micronaut/maven/aot/AbstractMicronautAotCliMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 55 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | design | VisibilityModifier | Variable 'packageName' must be private and have accessor methods. | 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 | sizes | LineLength | Line is longer than 80 characters (found 96). | 82 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 90 |
Error | misc | FinalParameters | Parameter compilerService should be final. | 90 |
Error | misc | FinalParameters | Parameter executorService should be final. | 90 |
Error | coding | HiddenField | 'executorService' hides a field. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 91 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 91 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 91 |
Error | coding | HiddenField | 'dependencyResolutionService' hides a field. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 97 |
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. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 131 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 141 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 146 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 161 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 175 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 189 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 190 |
io/micronaut/maven/aot/AbstractMicronautAotMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | design | VisibilityModifier | Variable 'compilerService' must be private and have accessor methods. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'mavenProject' must be private and have accessor methods. | 37 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
Error | design | VisibilityModifier | Variable 'runtime' must be private and have accessor methods. | 43 |
Error | design | VisibilityModifier | Variable 'micronautAotVersion' must be private and have accessor methods. | 49 |
Error | design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 55 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 60 |
Error | design | VisibilityModifier | Variable 'outputDirectory' must be private and have accessor methods. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 63 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
Error | misc | FinalParameters | Parameter compilerService should be final. | 63 |
Error | coding | HiddenField | 'compilerService' hides a field. | 63 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 63 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 71 |
Error | misc | FinalParameters | Parameter name should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 85 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 93 |
Error | misc | FinalParameters | Parameter baseOutputDirectory should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 194). | 125 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 129 |
io/micronaut/maven/aot/AotAnalysisMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 75 |
Error | misc | FinalParameters | Parameter compilerService should be final. | 75 |
Error | misc | FinalParameters | Parameter executorService should be final. | 75 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 76 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 76 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 77 |
Error | design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 126). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 106 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 112 |
Error | design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. | 117 |
Error | misc | FinalParameters | Parameter outputDir should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 130 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 136 |
Error | design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 140 |
io/micronaut/maven/aot/AotRuntime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
io/micronaut/maven/aot/AotSampleMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 117). | 41 |
Error | misc | FinalParameters | Parameter compilerService should be final. | 41 |
Error | misc | FinalParameters | Parameter executorService should be final. | 41 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 42 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 42 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 43 |
Error | design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. | 46 |
Error | design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
Error | misc | FinalParameters | Parameter outputDir should be final. | 55 |
Error | design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 62 |
io/micronaut/maven/aot/Constants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
io/micronaut/maven/openapi/AbstractOpenApiMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 46 |
Error | design | VisibilityModifier | Variable 'definitionFile' must be private and have accessor methods. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 52 |
Error | design | VisibilityModifier | Variable 'invokerPackageName' must be private and have accessor methods. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 143). | 58 |
Error | design | VisibilityModifier | Variable 'apiPackageName' must be private and have accessor methods. | 59 |
Error | sizes | LineLength | Line is longer than 80 characters (found 147). | 64 |
Error | design | VisibilityModifier | Variable 'modelPackageName' must be private and have accessor methods. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 70 |
Error | design | VisibilityModifier | Variable 'useBeanValidation' must be private and have accessor methods. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 74 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 76 |
Error | design | VisibilityModifier | Variable 'useOneOfInterfaces' must be private and have accessor methods. | 77 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 80 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 82 |
Error | design | VisibilityModifier | Variable 'useOptional' must be private and have accessor methods. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 88 |
Error | design | VisibilityModifier | Variable 'useReactive' must be private and have accessor methods. | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 139). | 94 |
Error | design | VisibilityModifier | Variable 'serializationFramework' must be private and have accessor methods. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 131). | 100 |
Error | design | VisibilityModifier | Variable 'alwaysUseGenerateHttpResponse' must be private and have accessor methods. | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 125). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 106 |
Error | design | VisibilityModifier | Variable 'generateHttpResponseWhereRequired' must be private and have accessor methods. | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | design | VisibilityModifier | Variable 'ksp' must be private and have accessor methods. | 113 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 118 |
Error | design | VisibilityModifier | Variable 'dateTimeFormat' must be private and have accessor methods. | 119 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 128). | 125 |
Error | design | VisibilityModifier | Variable 'outputKinds' must be private and have accessor methods. | 126 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 131 |
Error | design | VisibilityModifier | Variable 'outputDirectory' must be private and have accessor methods. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
Error | design | VisibilityModifier | Variable 'parameterMappings' must be private and have accessor methods. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 142 |
Error | design | VisibilityModifier | Variable 'responseBodyMappings' must be private and have accessor methods. | 146 |
Error | design | VisibilityModifier | Variable 'schemaMapping' must be private and have accessor methods. | 152 |
Error | design | VisibilityModifier | Variable 'importMapping' must be private and have accessor methods. | 158 |
Error | design | VisibilityModifier | Variable 'nameMapping' must be private and have accessor methods. | 164 |
Error | design | VisibilityModifier | Variable 'typeMapping' must be private and have accessor methods. | 170 |
Error | design | VisibilityModifier | Variable 'enumNameMapping' must be private and have accessor methods. | 176 |
Error | design | VisibilityModifier | Variable 'modelNameMapping' must be private and have accessor methods. | 182 |
Error | design | VisibilityModifier | Variable 'inlineSchemaNameMapping' must be private and have accessor methods. | 188 |
Error | design | VisibilityModifier | Variable 'inlineSchemaOption' must be private and have accessor methods. | 194 |
Error | design | VisibilityModifier | Variable 'openapiNormalizer' must be private and have accessor methods. | 200 |
Error | design | VisibilityModifier | Variable 'apiNamePrefix' must be private and have accessor methods. | 206 |
Error | design | VisibilityModifier | Variable 'apiNameSuffix' must be private and have accessor methods. | 212 |
Error | design | VisibilityModifier | Variable 'modelNamePrefix' must be private and have accessor methods. | 218 |
Error | design | VisibilityModifier | Variable 'modelNameSuffix' must be private and have accessor methods. | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 231 |
Error | design | VisibilityModifier | Variable 'lang' must be private and have accessor methods. | 232 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 237 |
Error | design | VisibilityModifier | Variable 'useEnumCaseInsensitive' must be private and have accessor methods. | 238 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 243 |
Error | design | VisibilityModifier | Variable 'additionalEnumTypeAnnotations' must be private and have accessor methods. | 244 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 249 |
Error | design | VisibilityModifier | Variable 'additionalModelTypeAnnotations' must be private and have accessor methods. | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 255 |
Error | design | VisibilityModifier | Variable 'additionalOneOfTypeAnnotations' must be private and have accessor methods. | 256 |
Error | design | VisibilityModifier | Variable 'additionalProperties' must be private and have accessor methods. | 262 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 265 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 267 |
Error | design | VisibilityModifier | Variable 'generateSwaggerAnnotations' must be private and have accessor methods. | 268 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 273 |
Error | design | VisibilityModifier | Variable 'implicitHeaders' must be private and have accessor methods. | 274 |
Error | design | VisibilityModifier | Variable 'implicitHeadersRegex' must be private and have accessor methods. | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 285 |
Error | design | VisibilityModifier | Variable 'useJakartaEe' must be private and have accessor methods. | 286 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 292 |
Error | design | VisibilityModifier | Variable 'sortParamsByRequiredFlag' must be private and have accessor methods. | 293 |
Error | design | VisibilityModifier | Variable 'skipOperationExample' must be private and have accessor methods. | 300 |
Error | design | VisibilityModifier | Variable 'skipSortingOperations' must be private and have accessor methods. | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 312 |
Error | design | VisibilityModifier | Variable 'removeOperationIdPrefixDelimiter' must be private and have accessor methods. | 313 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 318 |
Error | design | VisibilityModifier | Variable 'removeOperationIdPrefixCount' must be private and have accessor methods. | 319 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 322 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 324 |
Error | design | VisibilityModifier | Variable 'sortModelPropertiesByRequiredFlag' must be private and have accessor methods. | 325 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 328 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 330 |
Error | design | VisibilityModifier | Variable 'ensureUniqueParams' must be private and have accessor methods. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 334 |
Error | design | VisibilityModifier | Variable 'allowUnicodeIdentifiers' must be private and have accessor methods. | 337 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 342 |
Error | design | VisibilityModifier | Variable 'prependFormOrBodyParameters' must be private and have accessor methods. | 343 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 345 |
Error | design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 346 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 363 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 366 |
Error | sizes | LineLength | Line is longer than 80 characters (found 188). | 377 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 380 |
Error | sizes | LineLength | Line is longer than 80 characters (found 127). | 388 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 390 |
Error | sizes | LineLength | Line is longer than 80 characters (found 140). | 391 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 393 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 395 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 405 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 424 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 425 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 428 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 430 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 431 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 432 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 439 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 441 |
io/micronaut/maven/openapi/OpenApiClientMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | design | VisibilityModifier | Variable 'clientId' must be private and have accessor methods. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 43 |
Error | design | VisibilityModifier | Variable 'clientPath' must be private and have accessor methods. | 46 |
Error | design | VisibilityModifier | Variable 'useAuth' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'additionalTypeAnnotations' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable 'basePathSeparator' must be private and have accessor methods. | 64 |
Error | design | VisibilityModifier | Variable 'authorizationFilterPattern' must be private and have accessor methods. | 70 |
Error | design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'lombok' must be private and have accessor methods. | 84 |
Error | design | VisibilityModifier | Variable 'fluxForArrays' must be private and have accessor methods. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 99 |
Error | design | VisibilityModifier | Variable 'generatedAnnotation' must be private and have accessor methods. | 100 |
Error | design | DesignForExtension | Class 'OpenApiClientMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiClientMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 102 |
Error | design | DesignForExtension | Class 'OpenApiClientMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiClientMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. | 107 |
Error | misc | FinalParameters | Parameter builder should be final. | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 148 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 152 |
io/micronaut/maven/openapi/OpenApiGenericMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - io.micronaut.openapi.generator.AbstractMicronautJavaCodegen. | 18 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 48 |
Error | design | VisibilityModifier | Variable 'generatorClassName' must be private and have accessor methods. | 49 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 52 |
Error | sizes | LineLength | Line is longer than 80 characters (found 110). | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 55 |
Error | design | VisibilityModifier | Variable 'properties' must be private and have accessor methods. | 59 |
Error | design | DesignForExtension | Class 'OpenApiGenericMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiGenericMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 61 |
Error | design | DesignForExtension | Class 'OpenApiGenericMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiGenericMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. | 66 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 67 |
Error | misc | FinalParameters | Parameter builder should be final. | 67 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 97 |
Error | misc | FinalParameters | Parameter name should be final. | 97 |
Error | misc | FinalParameters | Parameter builder should be final. | 97 |
Error | misc | FinalParameters | Parameter value should be final. | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 172). | 108 |
Error | sizes | LineLength | Line is longer than 80 characters (found 214). | 114 |
Error | misc | FinalParameters | Parameter name should be final. | 114 |
Error | misc | FinalParameters | Parameter builder should be final. | 114 |
Error | misc | FinalParameters | Parameter value should be final. | 114 |
Error | misc | FinalParameters | Parameter witherName should be final. | 114 |
Error | misc | FinalParameters | Parameter setterName should be final. | 114 |
Error | misc | FinalParameters | Parameter method should be final. | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 141). | 116 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 127 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 141 |
Error | misc | FinalParameters | Parameter message should be final. | 141 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 145 |
Error | misc | FinalParameters | Parameter throwable should be final. | 145 |
io/micronaut/maven/openapi/OpenApiServerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 27 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 35 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 37 |
Error | design | VisibilityModifier | Variable 'controllerPackageName' must be private and have accessor methods. | 38 |
Error | design | VisibilityModifier | Variable 'useAuth' must be private and have accessor methods. | 44 |
Error | design | VisibilityModifier | Variable 'lombok' must be private and have accessor methods. | 52 |
Error | design | VisibilityModifier | Variable 'fluxForArrays' must be private and have accessor methods. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 106). | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 67 |
Error | design | VisibilityModifier | Variable 'generatedAnnotation' must be private and have accessor methods. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 71 |
Error | design | VisibilityModifier | Variable 'aotCompatible' must be private and have accessor methods. | 76 |
Error | design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 82 |
Error | design | DesignForExtension | Class 'OpenApiServerMojo' looks like designed for extension (can be subclassed), but the method 'isEnabled' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiServerMojo' final or making the method 'isEnabled' static/final/abstract/empty, or adding allowed annotation for the method. | 84 |
Error | design | DesignForExtension | Class 'OpenApiServerMojo' looks like designed for extension (can be subclassed), but the method 'configureBuilder' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OpenApiServerMojo' final or making the method 'configureBuilder' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
Error | misc | FinalParameters | Parameter builder should be final. | 90 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 118 |
io/micronaut/maven/openapi/ParameterMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 24 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 29 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 34 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 35 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Error | misc | FinalParameters | Parameter name should be final. | 53 |
Error | coding | HiddenField | 'name' hides a field. | 53 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter location should be final. | 61 |
Error | coding | HiddenField | 'location' hides a field. | 61 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Error | misc | FinalParameters | Parameter mappedType should be final. | 69 |
Error | coding | HiddenField | 'mappedType' hides a field. | 69 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Error | misc | FinalParameters | Parameter mappedName should be final. | 77 |
Error | coding | HiddenField | 'mappedName' hides a field. | 77 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
Error | misc | FinalParameters | Parameter validated should be final. | 85 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
io/micronaut/maven/openapi/ResponseBodyMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Error | misc | FinalParameters | Parameter headerName should be final. | 49 |
Error | coding | HiddenField | 'headerName' hides a field. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Error | misc | FinalParameters | Parameter mappedBodyType should be final. | 57 |
Error | coding | HiddenField | 'mappedBodyType' hides a field. | 57 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | misc | FinalParameters | Parameter listWrapper should be final. | 65 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
Error | misc | FinalParameters | Parameter validated should be final. | 73 |
io/micronaut/maven/services/CompilerService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 62 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 62 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 62 |
Error | misc | FinalParameters | Parameter executorService should be final. | 62 |
Error | coding | HiddenField | 'executorService' hides a field. | 62 |
Error | misc | FinalParameters | Parameter resolver should be final. | 63 |
Error | coding | HiddenField | 'resolver' hides a field. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 98 |
Error | misc | FinalParameters | Parameter runnableProject should be final. | 98 |
Error | misc | FinalParameters | Parameter scopes should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 101 |
Error | sizes | LineLength | Line is longer than 80 characters (found 135). | 102 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 108 |
Error | misc | FinalParameters | Parameter dependencies should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 122 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 125 |
io/micronaut/maven/services/DependencyResolutionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 51 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 129). | 62 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 62 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 62 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 62 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 62 |
Error | misc | FinalParameters | Parameter repositorySystem should be final. | 62 |
Error | coding | HiddenField | 'repositorySystem' hides a field. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 68 |
Error | misc | FinalParameters | Parameter resolutionResult should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 75 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
Error | misc | FinalParameters | Parameter resolutionResult should be final. | 75 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 81 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Error | misc | FinalParameters | Parameter resolutionResult should be final. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 86 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Error | misc | FinalParameters | Parameter d should be final. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 88 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 91 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Error | misc | FinalParameters | Parameter d should be final. | 91 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 95 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
Error | misc | FinalParameters | Parameter d should be final. | 95 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 99 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Error | misc | FinalParameters | Parameter d should be final. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 100 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 110 |
Error | misc | FinalParameters | Parameter artifacts should be final. | 110 |
Error | misc | FinalParameters | Parameter applyManagedDependencies should be final. | 110 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 111 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 112 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
Error | sizes | LineLength | Line is longer than 80 characters (found 124). | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 123 |
Error | sizes | LineLength | Line is longer than 80 characters (found 108). | 127 |
Error | sizes | LineLength | Line is longer than 80 characters (found 193). | 128 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 136 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 141 |
io/micronaut/maven/services/DockerService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 83 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 83 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 83 |
Error | misc | FinalParameters | Parameter jibConfigurationService should be final. | 83 |
Error | coding | HiddenField | 'jibConfigurationService' hides a field. | 83 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 96 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 98 |
Error | misc | FinalParameters | Parameter dockerfileName should be final. | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 100 |
Error | misc | FinalParameters | Parameter buildImageCmd should be final. | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 107 |
Error | sizes | LineLength | Line is longer than 80 characters (found 144). | 109 |
Error | misc | FinalParameters | Parameter builder should be final. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 135 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 137 |
Error | misc | FinalParameters | Parameter item should be final. | 139 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 159 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
Error | sizes | LineLength | Line is longer than 80 characters (found 149). | 163 |
Error | misc | FinalParameters | Parameter imageId should be final. | 163 |
Error | misc | FinalParameters | Parameter timeoutSeconds should be final. | 163 |
Error | misc | FinalParameters | Parameter checkpointNetworkName should be final. | 163 |
Error | misc | FinalParameters | Parameter binds should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 165 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 168 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 181 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 186 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 187 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 190 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 201 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 209 |
Error | misc | FinalParameters | Parameter imageId should be final. | 215 |
Error | misc | FinalParameters | Parameter containerPath should be final. | 215 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 219 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 225 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 240 |
Error | misc | FinalParameters | Parameter name should be final. | 245 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 250 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 256 |
Error | misc | FinalParameters | Parameter name should be final. | 256 |
Error | misc | FinalParameters | Parameter targetFileName should be final. | 256 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 260 |
Error | misc | FinalParameters | Parameter imageName should be final. | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 280 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 282 |
Error | misc | FinalParameters | Parameter dockerImage should be final. | 282 |
Error | misc | FinalParameters | Parameter username should be final. | 282 |
Error | misc | FinalParameters | Parameter password should be final. | 282 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 288 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 289 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 292 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 293 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 297 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 301 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 303 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 314 |
io/micronaut/maven/services/ExecutorService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 58 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 67 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 67 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 67 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 67 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 67 |
Error | misc | FinalParameters | Parameter pluginManager should be final. | 67 |
Error | misc | FinalParameters | Parameter invoker should be final. | 68 |
Error | coding | HiddenField | 'invoker' hides a field. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
Error | misc | FinalParameters | Parameter pluginKey should be final. | 82 |
Error | misc | FinalParameters | Parameter goal should be final. | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 104 |
Error | sizes | LineLength | Line is longer than 80 characters (found 160). | 120 |
Error | misc | FinalParameters | Parameter pluginGroup should be final. | 120 |
Error | misc | FinalParameters | Parameter pluginArtifact should be final. | 120 |
Error | misc | FinalParameters | Parameter pluginVersion should be final. | 120 |
Error | misc | FinalParameters | Parameter goal should be final. | 120 |
Error | misc | FinalParameters | Parameter configuration should be final. | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 121 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 133 |
Error | misc | FinalParameters | Parameter pluginKey should be final. | 133 |
Error | misc | FinalParameters | Parameter goal should be final. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 144 |
Error | misc | FinalParameters | Parameter goals should be final. | 144 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 154 |
io/micronaut/maven/testresources/AbstractTestResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 42 |
Error | design | VisibilityModifier | Variable 'pluginContext' must be private and have accessor methods. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | design | VisibilityModifier | Variable 'buildDirectory' must be private and have accessor methods. | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 114). | 53 |
Error | design | VisibilityModifier | Variable 'testResourcesVersion' must be private and have accessor methods. | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 60 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 61 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 65 |
Error | design | VisibilityModifier | Variable 'classpathInference' must be private and have accessor methods. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 68 |
Error | design | VisibilityModifier | Variable 'testResourcesDependencies' must be private and have accessor methods. | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 75 |
Error | design | VisibilityModifier | Variable 'explicitPort' must be private and have accessor methods. | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 82 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 85 |
Error | design | VisibilityModifier | Variable 'clientTimeout' must be private and have accessor methods. | 86 |
Error | sizes | LineLength | Line is longer than 80 characters (found 112). | 89 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 95 |
Error | design | VisibilityModifier | Variable 'serverIdleTimeoutMinutes' must be private and have accessor methods. | 95 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
Error | misc | FinalParameters | Parameter buildDir should be final. | 97 |
Error | design | DesignForExtension | Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'setLog' static/final/abstract/empty, or adding allowed annotation for the method. | 101 |
Error | misc | FinalParameters | Parameter log should be final. | 102 |
Error | coding | HiddenField | 'log' hides a field. | 102 |
Error | design | DesignForExtension | Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'getLog' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'getLog' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
Error | design | DesignForExtension | Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'getPluginContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'getPluginContext' static/final/abstract/empty, or adding allowed annotation for the method. | 114 |
Error | design | DesignForExtension | Class 'AbstractTestResourcesMojo' looks like designed for extension (can be subclassed), but the method 'setPluginContext' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractTestResourcesMojo' final or making the method 'setPluginContext' static/final/abstract/empty, or adding allowed annotation for the method. | 119 |
Error | misc | FinalParameters | Parameter pluginContext should be final. | 120 |
Error | coding | HiddenField | 'pluginContext' hides a field. | 120 |
io/micronaut/maven/testresources/DefaultServerFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
Error | misc | FinalParameters | Parameter log should be final. | 51 |
Error | coding | HiddenField | 'log' hides a field. | 51 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 52 |
Error | coding | HiddenField | 'toolchainManager' hides a field. | 52 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 53 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 53 |
Error | misc | FinalParameters | Parameter serverStarted should be final. | 54 |
Error | coding | HiddenField | 'serverStarted' hides a field. | 54 |
Error | misc | FinalParameters | Parameter testResourcesVersion should be final. | 55 |
Error | coding | HiddenField | 'testResourcesVersion' hides a field. | 55 |
Error | misc | FinalParameters | Parameter debugServer should be final. | 56 |
Error | coding | HiddenField | 'debugServer' hides a field. | 56 |
Error | misc | FinalParameters | Parameter foreground should be final. | 57 |
Error | coding | HiddenField | 'foreground' hides a field. | 57 |
Error | design | DesignForExtension | Class 'DefaultServerFactory' looks like designed for extension (can be subclassed), but the method 'startServer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultServerFactory' final or making the method 'startServer' static/final/abstract/empty, or adding allowed annotation for the method. | 67 |
Error | misc | FinalParameters | Parameter processParameters should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 69 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 94 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 101 |
Error | design | DesignForExtension | Class 'DefaultServerFactory' looks like designed for extension (can be subclassed), but the method 'waitFor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DefaultServerFactory' final or making the method 'waitFor' static/final/abstract/empty, or adding allowed annotation for the method. | 124 |
Error | misc | FinalParameters | Parameter duration should be final. | 125 |
io/micronaut/maven/testresources/StartTestResourcesServerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 45 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 45 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 46 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 47 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 47 |
Error | coding | HiddenField | 'dependencyResolutionService' hides a field. | 47 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 48 |
Error | coding | HiddenField | 'toolchainManager' hides a field. | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 58 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 59 |
io/micronaut/maven/testresources/StopTestResourcesServerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 115). | 31 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 46 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 46 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 46 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 46 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 46 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 47 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 47 |
Error | coding | HiddenField | 'dependencyResolutionService' hides a field. | 47 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 47 |
Error | coding | HiddenField | 'toolchainManager' hides a field. | 47 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 58 |
io/micronaut/maven/testresources/TestResourcesConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 32 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 37 |
Error | design | VisibilityModifier | Variable 'testResourcesEnabled' must be private and have accessor methods. | 38 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
Error | sizes | LineLength | Line is longer than 80 characters (found 85). | 44 |
Error | design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 45 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 48 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 49 |
Error | design | VisibilityModifier | Variable 'sharedServerNamespace' must be private and have accessor methods. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 57 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 62 |
Error | design | VisibilityModifier | Variable 'debugServer' must be private and have accessor methods. | 63 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 70 |
Error | design | VisibilityModifier | Variable 'foreground' must be private and have accessor methods. | 71 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 81 |
Error | misc | FinalParameters | Parameter testResourcesEnabled should be final. | 99 |
Error | coding | HiddenField | 'testResourcesEnabled' hides a field. | 99 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 104 |
Error | misc | FinalParameters | Parameter shared should be final. | 108 |
Error | coding | HiddenField | 'shared' hides a field. | 108 |
Error | misc | FinalParameters | Parameter sharedServerNamespace should be final. | 117 |
Error | coding | HiddenField | 'sharedServerNamespace' hides a field. | 117 |
Error | misc | FinalParameters | Parameter debugServer should be final. | 126 |
Error | coding | HiddenField | 'debugServer' hides a field. | 126 |
io/micronaut/maven/testresources/TestResourcesHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 59 |
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 103). | 62 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 64 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 65 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 66 |
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 | 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. | 90 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Error | sizes | ParameterNumber | More than 7 parameters (found 16). | 102 |
Error | misc | FinalParameters | Parameter enabled should be final. | 102 |
Error | coding | HiddenField | 'enabled' hides a field. | 102 |
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. | 104 |
Error | coding | HiddenField | 'buildDirectory' hides a field. | 104 |
Error | misc | FinalParameters | Parameter explicitPort should be final. | 105 |
Error | coding | HiddenField | 'explicitPort' hides a field. | 105 |
Error | misc | FinalParameters | Parameter clientTimeout should be final. | 106 |
Error | coding | HiddenField | 'clientTimeout' hides a field. | 106 |
Error | misc | FinalParameters | Parameter serverIdleTimeoutMinutes should be final. | 107 |
Error | coding | HiddenField | 'serverIdleTimeoutMinutes' hides a field. | 107 |
Error | misc | FinalParameters | Parameter mavenProject should be final. | 108 |
Error | coding | HiddenField | 'mavenProject' hides a field. | 108 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 109 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 109 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 110 |
Error | misc | FinalParameters | Parameter dependencyResolutionService should be final. | 110 |
Error | coding | HiddenField | 'dependencyResolutionService' hides a field. | 110 |
Error | misc | FinalParameters | Parameter toolchainManager should be final. | 111 |
Error | coding | HiddenField | 'toolchainManager' hides a field. | 111 |
Error | misc | FinalParameters | Parameter testResourcesVersion should be final. | 112 |
Error | coding | HiddenField | 'testResourcesVersion' hides a field. | 112 |
Error | misc | FinalParameters | Parameter classpathInference should be final. | 113 |
Error | coding | HiddenField | 'classpathInference' hides a field. | 113 |
Error | misc | FinalParameters | Parameter testResourcesDependencies should be final. | 114 |
Error | coding | HiddenField | 'testResourcesDependencies' hides a field. | 114 |
Error | misc | FinalParameters | Parameter sharedServerNamespace should be final. | 115 |
Error | coding | HiddenField | 'sharedServerNamespace' hides a field. | 115 |
Error | misc | FinalParameters | Parameter debugServer should be final. | 116 |
Error | coding | HiddenField | 'debugServer' hides a field. | 116 |
Error | misc | FinalParameters | Parameter foreground should be final. | 117 |
Error | coding | HiddenField | 'foreground' hides a field. | 117 |
Error | sizes | LineLength | Line is longer than 80 characters (found 113). | 133 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
Error | misc | FinalParameters | Parameter mavenSession should be final. | 133 |
Error | coding | HiddenField | 'mavenSession' hides a field. | 133 |
Error | misc | FinalParameters | Parameter enabled should be final. | 133 |
Error | coding | HiddenField | 'enabled' hides a field. | 133 |
Error | misc | FinalParameters | Parameter shared should be final. | 133 |
Error | coding | HiddenField | 'shared' hides a field. | 133 |
Error | misc | FinalParameters | Parameter buildDirectory should be final. | 133 |
Error | coding | HiddenField | 'buildDirectory' hides a field. | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 149 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 171 |
Error | sizes | LineLength | Line is longer than 80 characters (found 152). | 172 |
Error | sizes | LineLength | Line is longer than 80 characters (found 121). | 177 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 179 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 182 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 183 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 184 |
Error | sizes | LineLength | Line is longer than 80 characters (found 184). | 193 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 196 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 118). | 204 |
Error | sizes | LineLength | Line is longer than 80 characters (found 111). | 217 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 222 |
Error | misc | FinalParameters | Parameter serverSettings should be final. | 222 |
Error | coding | MagicNumber | '3' is a magic number. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 224 |
Error | sizes | LineLength | Line is longer than 80 characters (found 134). | 226 |
Error | sizes | LineLength | Line is longer than 80 characters (found 151). | 227 |
Error | misc | FinalParameters | Parameter serverSettings should be final. | 231 |
Error | sizes | LineLength | Line is longer than 80 characters (found 163). | 235 |
Error | misc | FinalParameters | Parameter accessToken should be final. | 235 |
Error | misc | FinalParameters | Parameter buildDir should be final. | 235 |
Error | misc | FinalParameters | Parameter serverSettingsDirectory should be final. | 235 |
Error | misc | FinalParameters | Parameter serverFactory should be final. | 235 |
Error | sizes | LineLength | Line is longer than 80 characters (found 86). | 255 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 261 |
Error | sizes | LineLength | Line is longer than 80 characters (found 91). | 263 |
Error | sizes | LineLength | Line is longer than 80 characters (found 100). | 266 |
Error | sizes | LineLength | Line is longer than 80 characters (found 89). | 271 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 273 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 277 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 278 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 286 |
Error | misc | FinalParameters | Parameter quiet should be final. | 295 |
Error | sizes | LineLength | Line is longer than 80 characters (found 123). | 304 |
Error | sizes | LineLength | Line is longer than 80 characters (found 81). | 307 |
Error | sizes | LineLength | Line is longer than 80 characters (found 120). | 310 |
Error | sizes | LineLength | Line is longer than 80 characters (found 101). | 311 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 314 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 315 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 319 |
Error | misc | FinalParameters | Parameter port should be final. | 323 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 324 |
Error | misc | FinalParameters | Parameter message should be final. | 331 |
Error | misc | FinalParameters | Parameter quiet should be final. | 331 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 355 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 362 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 369 |
Error | misc | FinalParameters | Parameter buildDir should be final. | 372 |
Error | misc | FinalParameters | Parameter sharedServerNamespace should be final. | 379 |
Error | coding | HiddenField | 'sharedServerNamespace' hides a field. | 379 |
io/micronaut/maven/testresources/TestResourcesLifecycleExtension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 50 |
Error | sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
Error | sizes | LineLength | Line is longer than 80 characters (found 109). | 53 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 54 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Error | sizes | LineLength | Line is longer than 80 characters (found 105). | 56 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Error | sizes | LineLength | Line is longer than 80 characters (found 116). | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Error | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Error | misc | FinalParameters | Parameter logger should be final. | 63 |
Error | coding | HiddenField | 'logger' hides a field. | 63 |
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. | 67 |
Error | misc | FinalParameters | Parameter session should be final. | 68 |
Error | sizes | LineLength | Line is longer than 80 characters (found 132). | 72 |
Error | sizes | LineLength | Line is longer than 80 characters (found 158). | 73 |
Error | sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 79 |
Error | sizes | LineLength | Line is longer than 80 characters (found 87). | 81 |
Error | sizes | LineLength | Line is longer than 80 characters (found 90). | 82 |
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. | 91 |
Error | misc | FinalParameters | Parameter session should be final. | 92 |
Error | sizes | LineLength | Line is longer than 80 characters (found 146). | 93 |
Error | sizes | LineLength | Line is longer than 80 characters (found 136). | 97 |
Error | sizes | LineLength | Line is longer than 80 characters (found 162). | 98 |
Error | sizes | LineLength | Line is longer than 80 characters (found 99). | 103 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 105 |
Error | sizes | LineLength | Line is longer than 80 characters (found 119). | 118 |
Error | misc | FinalParameters | Parameter evaluator should be final. | 118 |
Error | misc | FinalParameters | Parameter configuration should be final. | 118 |
Error | sizes | LineLength | Line is longer than 80 characters (found 107). | 120 |
Error | sizes | LineLength | Line is longer than 80 characters (found 103). | 132 |
Error | misc | FinalParameters | Parameter evaluator should be final. | 132 |
Error | misc | FinalParameters | Parameter configuration should be final. | 132 |
Error | sizes | LineLength | Line is longer than 80 characters (found 95). | 133 |
Error | sizes | LineLength | Line is longer than 80 characters (found 104). | 142 |
Error | misc | FinalParameters | Parameter evaluator should be final. | 142 |
Error | misc | FinalParameters | Parameter configuration should be final. | 142 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 143 |
Error | misc | FinalParameters | Parameter plugin should be final. | 152 |
Error | misc | FinalParameters | Parameter dom should be final. | 163 |
Error | sizes | LineLength | Line is longer than 80 characters (found 102). | 170 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 178 |
Error | sizes | LineLength | Line is longer than 80 characters (found 82). | 180 |
Error | sizes | LineLength | Line is longer than 80 characters (found 93). | 191 |
Error | misc | FinalParameters | Parameter evaluator should be final. | 191 |
Error | misc | FinalParameters | Parameter property should be final. | 191 |
Error | sizes | LineLength | Line is longer than 80 characters (found 122). | 197 |
Error | sizes | LineLength | Line is longer than 80 characters (found 98). | 206 |
Error | misc | FinalParameters | Parameter currentProject should be final. | 206 |
Error | misc | FinalParameters | Parameter session should be final. | 206 |
Error | sizes | LineLength | Line is longer than 80 characters (found 97). | 212 |
Error | sizes | LineLength | Line is longer than 80 characters (found 96). | 213 |
Error | sizes | LineLength | Line is longer than 80 characters (found 83). | 216 |
Error | sizes | LineLength | Line is longer than 80 characters (found 84). | 223 |
Error | misc | FinalParameters | Parameter build should be final. | 223 |
Error | misc | FinalParameters | Parameter consumer should be final. | 223 |
Error | sizes | LineLength | Line is longer than 80 characters (found 94). | 226 |