Checkstyle Results
The following document contains the results of Checkstyle 8.33 with sun_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
32 | 0 | 0 | 1666 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 62 | ![]() |
RightCurly | 9 | ![]() | |
coding | HiddenField | 62 | ![]() |
MagicNumber | 11 | ![]() | |
design | DesignForExtension | 18 | ![]() |
VisibilityModifier | 32 | ![]() | |
imports | AvoidStarImport | 17 | ![]() |
javadoc | JavadocMethod | 52 | ![]() |
JavadocPackage | 6 | ![]() | |
JavadocVariable | 188 | ![]() | |
MissingJavadocMethod | 34 | ![]() | |
misc | FinalParameters | 232 | ![]() |
regexp | RegexpSingleline
|
1 | ![]() |
sizes | LineLength
|
594 | ![]() |
ParameterNumber | 2 | ![]() | |
whitespace | OperatorWrap | 8 | ![]() |
ParenPad | 338 | ![]() |
Details
io/micronaut/build/AbstractDockerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
design | VisibilityModifier | Variable 'mavenProject' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
design | VisibilityModifier | Variable 'jibConfigurationService' must be private and have accessor methods. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
design | VisibilityModifier | Variable 'applicationConfigurationService' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | VisibilityModifier | Variable 'dockerService' must be private and have accessor methods. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 62 |
![]() |
design | VisibilityModifier | Variable 'nativeImageBuildArgs' must be private and have accessor methods. | 67 |
![]() |
design | VisibilityModifier | Variable 'appArguments' must be private and have accessor methods. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 77 |
![]() |
design | VisibilityModifier | Variable 'mainClass' must be private and have accessor methods. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 85 |
![]() |
design | VisibilityModifier | Variable 'staticNativeImage' must be private and have accessor methods. | 86 |
![]() |
design | VisibilityModifier | Variable 'micronautRuntime' must be private and have accessor methods. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 98 |
![]() |
design | VisibilityModifier | Variable 'baseImageRun' must be private and have accessor methods. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 204). | 101 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 101 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 101 |
![]() |
coding | HiddenField | 'jibConfigurationService' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 101 |
![]() |
coding | HiddenField | 'applicationConfigurationService' hides a field. | 101 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 101 |
![]() |
coding | HiddenField | 'dockerService' hides a field. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 134). | 109 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 173). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 116 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 119 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 126 |
![]() |
coding | MagicNumber | '17' is a magic number. | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 135 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 137 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 154 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 194 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 213 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 220 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 221 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 224 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 231 |
io/micronaut/build/DockerCracMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 93 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 98 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 116 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 117 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 118 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 119 |
![]() |
misc | FinalParameters | Parameter mavenReaderFilter should be final. | 120 |
![]() |
coding | HiddenField | 'mavenReaderFilter' hides a field. | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 122 |
![]() |
design | DesignForExtension | Class 'DockerCracMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerCracMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 148 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 149 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 161 |
![]() |
misc | FinalParameters | Parameter architecture should be final. | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 182 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 186 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 188 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 145). | 202 |
![]() |
misc | FinalParameters | Parameter checkpointContainerId should be final. | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 217 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 221 |
![]() |
misc | FinalParameters | Parameter readinessCommand should be final. | 221 |
![]() |
coding | HiddenField | 'readinessCommand' hides a field. | 221 |
![]() |
misc | FinalParameters | Parameter mainClass should be final. | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 228 |
![]() |
misc | FinalParameters | Parameter scriptNames should be final. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 233 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 236 |
![]() |
misc | FinalParameters | Parameter target should be final. | 236 |
![]() |
misc | FinalParameters | Parameter replacements should be final. | 236 |
![]() |
misc | FinalParameters | Parameter scriptNames should be final. | 236 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 239 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 250 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 253 |
io/micronaut/build/DockerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 53 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 54 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 54 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 55 |
![]() |
design | DesignForExtension | Class 'DockerMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 82 |
io/micronaut/build/DockerNativeMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 59 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 59 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 60 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 60 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 61 |
![]() |
design | DesignForExtension | Class 'DockerNativeMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerNativeMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 93 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 94 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 147). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 327). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 215). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 237). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 125 |
![]() |
coding | MagicNumber | '17' is a magic number. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 179 |
![]() |
misc | FinalParameters | Parameter dockerfileName should be final. | 179 |
![]() |
misc | FinalParameters | Parameter passClassName should be final. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 209 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 221 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 226 |
io/micronaut/build/DockerPushMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 37 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 49 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 49 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 50 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 50 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 51 |
![]() |
design | DesignForExtension | Class 'DockerPushMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerPushMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 92 |
io/micronaut/build/DockerfileMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 59 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 59 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 59 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 60 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 61 |
![]() |
design | DesignForExtension | Class 'DockerfileMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DockerfileMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 66 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 96 |
![]() |
misc | FinalParameters | Parameter runtime should be final. | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 113 |
![]() |
misc | FinalParameters | Parameter runtime should be final. | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 131 |
![]() |
misc | FinalParameters | Parameter dockerfile should be final. | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 147 |
![]() |
misc | FinalParameters | Parameter runtime should be final. | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 151 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 168 |
![]() |
misc | FinalParameters | Parameter dockerfile should be final. | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 184 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 193 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 201 |
io/micronaut/build/GraalVMResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
design | DesignForExtension | Class 'GraalVMResourcesMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GraalVMResourcesMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 93 |
![]() |
misc | FinalParameters | Parameter folder should be final. | 97 |
![]() |
misc | FinalParameters | Parameter folder should be final. | 101 |
![]() |
misc | FinalParameters | Parameter filePath should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 123 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 143). | 126 |
![]() |
misc | FinalParameters | Parameter resourceName should be final. | 145 |
io/micronaut/build/MicronautRuntime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
misc | FinalParameters | Parameter buildStrategy should be final. | 80 |
![]() |
coding | HiddenField | 'buildStrategy' hides a field. | 80 |
io/micronaut/build/MojoUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 35 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 45 |
io/micronaut/build/Packaging.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter id should be final. | 32 |
![]() |
coding | HiddenField | 'id' hides a field. | 32 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
misc | FinalParameters | Parameter value should be final. | 40 |
io/micronaut/build/RunMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.plugins.annotations.*. | 31 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 32 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 156 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 167 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 169 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 170 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 171 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 174 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 178 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 178 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 178 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 179 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 179 |
![]() |
misc | FinalParameters | Parameter pluginManager should be final. | 180 |
![]() |
misc | FinalParameters | Parameter projectBuilder should be final. | 181 |
![]() |
coding | HiddenField | 'projectBuilder' hides a field. | 181 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 182 |
![]() |
coding | HiddenField | 'toolchainManager' hides a field. | 182 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 183 |
![]() |
coding | HiddenField | 'compilerService' hides a field. | 183 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 184 |
![]() |
coding | HiddenField | 'executorService' hides a field. | 184 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 185 |
![]() |
coding | HiddenField | 'dependencyResolutionService' hides a field. | 185 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 193 |
![]() |
design | DesignForExtension | Class 'RunMojo' looks like designed for extension (can be subclassed), but the method 'execute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RunMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 202 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 216 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 223 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 155). | 224 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 255 |
![]() |
misc | FinalParameters | Parameter event should be final. | 262 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 279 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 286 |
![]() |
misc | FinalParameters | Parameter path should be final. | 292 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 294 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 303 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 309 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 316 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 320 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 339 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 341 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 342 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 343 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 346 |
![]() |
misc | FinalParameters | Parameter path should be final. | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 367 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 372 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 372 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 374 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 378 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 396 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 398 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 405 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 413 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 415 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 416 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 421 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 425 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 450 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 452 |
![]() |
whitespace | OperatorWrap | ':' should be on a new line. | 452 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 453 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 455 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 463 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 467 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 482 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 516 |
io/micronaut/build/aot/AbstractMicronautAotCliMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - io.micronaut.build.aot.Constants.*. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
design | VisibilityModifier | Variable 'packageName' must be private and have accessor methods. | 69 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 79 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 79 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 79 |
![]() |
coding | HiddenField | 'executorService' hides a field. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 80 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 80 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 80 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 81 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 81 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 81 |
![]() |
coding | HiddenField | 'dependencyResolutionService' hides a field. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 87 |
![]() |
design | DesignForExtension | Class 'AbstractMicronautAotCliMojo' looks like designed for extension (can be subclassed), but the method 'doExecute' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractMicronautAotCliMojo' final or making the method 'doExecute' static/final/abstract/empty, or adding allowed annotation for the method. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 163 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 166 |
io/micronaut/build/aot/AbstractMicronautAotMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | VisibilityModifier | Variable 'compilerService' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
design | VisibilityModifier | Variable 'mavenProject' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
design | VisibilityModifier | Variable 'mavenSession' must be private and have accessor methods. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
design | VisibilityModifier | Variable 'repositorySystem' must be private and have accessor methods. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 49 |
![]() |
design | VisibilityModifier | Variable 'runtime' must be private and have accessor methods. | 50 |
![]() |
design | VisibilityModifier | Variable 'micronautAotVersion' must be private and have accessor methods. | 56 |
![]() |
design | VisibilityModifier | Variable 'enabled' must be private and have accessor methods. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 67 |
![]() |
design | VisibilityModifier | Variable 'outputDirectory' must be private and have accessor methods. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 159). | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 70 |
![]() |
coding | HiddenField | 'compilerService' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 70 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 70 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 70 |
![]() |
coding | HiddenField | 'repositorySystem' hides a field. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 80 |
![]() |
misc | FinalParameters | Parameter name should be final. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 102 |
![]() |
misc | FinalParameters | Parameter baseOutputDirectory should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 143 |
io/micronaut/build/aot/AotAnalysisMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 72 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 77 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 77 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 77 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 78 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 78 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 79 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 80 |
![]() |
design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 100 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 115 |
![]() |
design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. | 120 |
![]() |
misc | FinalParameters | Parameter outputDir should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 139 |
![]() |
design | DesignForExtension | Class 'AotAnalysisMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotAnalysisMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 143 |
io/micronaut/build/aot/AotRuntime.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
io/micronaut/build/aot/AotSampleMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 36 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 43 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 43 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 43 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 44 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 44 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 44 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 45 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 46 |
![]() |
design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getExtraArgs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getExtraArgs' static/final/abstract/empty, or adding allowed annotation for the method. | 49 |
![]() |
design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'onSuccess' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'onSuccess' static/final/abstract/empty, or adding allowed annotation for the method. | 57 |
![]() |
misc | FinalParameters | Parameter outputDir should be final. | 58 |
![]() |
design | DesignForExtension | Class 'AotSampleMojo' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AotSampleMojo' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method. | 65 |
io/micronaut/build/aot/Constants.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
io/micronaut/build/jib/JibMicronautExtension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.cloud.tools.jib.api.buildplan.*. | 18 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
design | DesignForExtension | Class 'JibMicronautExtension' looks like designed for extension (can be subclassed), but the method 'getExtraConfigType' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JibMicronautExtension' final or making the method 'getExtraConfigType' static/final/abstract/empty, or adding allowed annotation for the method. | 40 |
![]() |
design | DesignForExtension | Class 'JibMicronautExtension' looks like designed for extension (can be subclassed), but the method 'extendContainerBuildPlan' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'JibMicronautExtension' final or making the method 'extendContainerBuildPlan' static/final/abstract/empty, or adding allowed annotation for the method. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 46 |
![]() |
misc | FinalParameters | Parameter buildPlan should be final. | 46 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 47 |
![]() |
misc | FinalParameters | Parameter extraConfig should be final. | 47 |
![]() |
misc | FinalParameters | Parameter mavenData should be final. | 47 |
![]() |
misc | FinalParameters | Parameter logger should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 269). | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter projectFnVersion should be final. | 103 |
![]() |
coding | MagicNumber | '9' is a magic number. | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 125 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
![]() |
misc | FinalParameters | Parameter javaVersion should be final. | 131 |
![]() |
coding | MagicNumber | '17' is a magic number. | 136 |
![]() |
coding | MagicNumber | '11' is a magic number. | 138 |
![]() |
misc | FinalParameters | Parameter layerObject should be final. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 147 |
![]() |
misc | FinalParameters | Parameter originalEntry should be final. | 155 |
![]() |
misc | FinalParameters | Parameter layerName should be final. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 166 |
io/micronaut/build/micronaut_maven_plugin/HelpMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 24 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 27 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 27 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 35 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 39 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 42 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 42 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 49 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 49 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 56 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 68 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 69 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 69 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 70 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 71 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 71 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 73 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 75 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 77 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 78 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 79 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 80 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 81 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 82 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 85 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 85 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 86 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 88 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 100 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 105 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 107 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 107 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 117 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 118 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 119 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 119 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 119 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 120 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 123 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 126 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 128 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 129 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 132 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 132 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 136 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 136 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 139 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 141 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 141 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 143 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 145 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 145 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 147 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 148 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 151 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 151 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 152 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 153 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 153 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 156 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 156 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 157 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 158 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 163 |
![]() |
misc | FinalParameters | Parameter string should be final. | 163 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 163 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 168 |
![]() |
misc | FinalParameters | Parameter node should be final. | 168 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 168 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 168 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 170 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 174 |
![]() |
misc | FinalParameters | Parameter node should be final. | 174 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 174 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 176 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 177 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 177 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 178 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 178 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 180 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 180 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 182 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 184 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 184 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 184 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 186 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 186 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 189 |
![]() |
misc | FinalParameters | Parameter node should be final. | 189 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 189 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 189 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 190 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 193 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 193 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 195 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 195 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 196 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 197 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 198 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 198 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 204 |
![]() |
misc | FinalParameters | Parameter node should be final. | 204 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 204 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 206 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 207 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 207 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 208 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 208 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 209 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 212 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 212 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 214 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 214 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 214 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 216 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 216 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 219 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 219 |
![]() |
misc | FinalParameters | Parameter goalPrefix should be final. | 219 |
![]() |
misc | FinalParameters | Parameter mojo should be final. | 219 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 221 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 222 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 222 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 223 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 223 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 224 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 224 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 225 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 226 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 227 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 227 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 228 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 228 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 229 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 229 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 229 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 229 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 229 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 229 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 229 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 230 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 231 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 231 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 232 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 232 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 233 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 235 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 235 |
![]() |
blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 237 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 238 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 238 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 239 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 240 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 240 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 242 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 242 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 244 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 244 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 245 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 246 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 247 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 247 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 248 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 249 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 249 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 251 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 251 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 252 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 253 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 259 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 259 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 259 |
![]() |
misc | FinalParameters | Parameter parameter should be final. | 259 |
![]() |
misc | FinalParameters | Parameter configurationElement should be final. | 259 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 261 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 262 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 262 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 263 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 263 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 266 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 266 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 267 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 276 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 276 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 277 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 277 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 278 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 278 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 278 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 278 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 278 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 279 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
coding | MagicNumber | '3' is a magic number. | 280 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 281 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 281 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 283 |
![]() |
coding | MagicNumber | '3' is a magic number. | 283 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 283 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 284 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 284 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 284 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 284 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 284 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 284 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 285 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 286 |
![]() |
coding | MagicNumber | '3' is a magic number. | 286 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 286 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 288 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 288 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 288 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 288 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 288 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 288 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 288 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 289 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 290 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 290 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 290 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 291 |
![]() |
coding | MagicNumber | '3' is a magic number. | 291 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 291 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 294 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 294 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 306 |
![]() |
misc | FinalParameters | Parameter str should be final. | 306 |
![]() |
misc | FinalParameters | Parameter repeat should be final. | 306 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 306 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 307 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 308 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 308 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 310 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 310 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 311 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 312 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 312 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 319 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 322 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 324 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 326 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 326 |
![]() |
misc | FinalParameters | Parameter description should be final. | 326 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 326 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 327 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 328 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 328 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 328 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 328 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 328 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 330 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 330 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 330 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 330 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 337 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 338 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 344 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 344 |
![]() |
misc | FinalParameters | Parameter text should be final. | 344 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 344 |
![]() |
misc | FinalParameters | Parameter indentSize should be final. | 344 |
![]() |
misc | FinalParameters | Parameter lineLength should be final. | 344 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 344 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 345 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 348 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 348 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 350 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 350 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 352 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 352 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 353 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 354 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 361 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 363 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 368 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 368 |
![]() |
misc | FinalParameters | Parameter lines should be final. | 368 |
![]() |
misc | FinalParameters | Parameter line should be final. | 368 |
![]() |
misc | FinalParameters | Parameter indentSize should be final. | 368 |
![]() |
misc | FinalParameters | Parameter lineLength should be final. | 368 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 368 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 369 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 370 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 370 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 371 |
![]() |
coding | MagicNumber | '256' is a magic number. | 371 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 371 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 373 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 373 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 375 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 375 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 376 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 377 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 377 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 378 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 379 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 379 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 380 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 381 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 381 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 382 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 382 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 383 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 383 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 383 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 383 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 384 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 386 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 387 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 387 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 391 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 391 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 392 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 393 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 393 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 394 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 394 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 395 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 396 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 396 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 396 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 396 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 396 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 397 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 398 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 398 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 399 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 400 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 400 |
![]() |
blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 401 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 403 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 404 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 404 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 408 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 408 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 414 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 417 |
![]() |
misc | FinalParameters | Parameter line should be final. | 417 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 417 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 418 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 420 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 420 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 420 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 420 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 421 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 424 |
![]() |
coding | MagicNumber | '4' is a magic number. | 424 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 424 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 425 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 426 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 426 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 426 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 426 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 427 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 434 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 435 |
![]() |
misc | FinalParameters | Parameter expression should be final. | 435 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 435 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 436 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 437 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 437 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 437 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 437 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 437 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 437 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 438 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 438 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 438 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 438 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 438 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 439 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 441 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 441 |
io/micronaut/build/services/ApplicationConfigurationService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - io.micronaut.context.env.*. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 46 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 53 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 177). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
io/micronaut/build/services/CompilerService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 22 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.shared.invoker.*. | 23 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 48 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 70 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 70 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 70 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 70 |
![]() |
coding | HiddenField | 'executorService' hides a field. | 70 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 71 |
![]() |
coding | HiddenField | 'resolver' hides a field. | 71 |
![]() |
misc | FinalParameters | Parameter copyResources should be final. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 128 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 130 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 147 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 155 |
![]() |
misc | FinalParameters | Parameter scopes should be final. | 155 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'scopes'. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 165 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 174 |
![]() |
misc | FinalParameters | Parameter dependencies should be final. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dependencies'. | 174 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 179 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 186 |
io/micronaut/build/services/DependencyResolutionService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 64 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 64 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 64 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 64 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 64 |
![]() |
coding | HiddenField | 'repositorySystem' hides a field. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 70 |
![]() |
misc | FinalParameters | Parameter resolutionResult should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 77 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
misc | FinalParameters | Parameter resolutionResult should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 83 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
misc | FinalParameters | Parameter resolutionResult should be final. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 88 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter d should be final. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 93 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter d should be final. | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 97 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
misc | FinalParameters | Parameter d should be final. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 101 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
misc | FinalParameters | Parameter d should be final. | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 105 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter module should be final. | 105 |
![]() |
misc | FinalParameters | Parameter testResourcesVersion should be final. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 116 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 118 |
![]() |
misc | FinalParameters | Parameter artifacts should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 118 |
![]() |
misc | FinalParameters | Parameter applyManagedDependencies should be final. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'applyManagedDependencies'. | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 122 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 193). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 147 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 149 |
io/micronaut/build/services/DockerService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 70 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 81 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 83 |
![]() |
misc | FinalParameters | Parameter dockerfileName should be final. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dockerfileName'. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 84 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 90 |
![]() |
misc | FinalParameters | Parameter builder should be final. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builder'. | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 100 |
![]() |
misc | FinalParameters | Parameter item should be final. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 124 |
![]() |
misc | FinalParameters | Parameter imageId should be final. | 124 |
![]() |
misc | FinalParameters | Parameter timeoutSeconds should be final. | 124 |
![]() |
misc | FinalParameters | Parameter checkpointNetworkName should be final. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checkpointNetworkName'. | 124 |
![]() |
misc | FinalParameters | Parameter binds should be final. | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 128 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 141 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 144 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 146 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 154 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 156 |
![]() |
misc | FinalParameters | Parameter imageId should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'imageId'. | 156 |
![]() |
misc | FinalParameters | Parameter containerPath should be final. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'containerPath'. | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 157 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 164 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 181 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 183 |
![]() |
misc | FinalParameters | Parameter name should be final. | 183 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 188 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 190 |
![]() |
misc | FinalParameters | Parameter name should be final. | 190 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 190 |
![]() |
misc | FinalParameters | Parameter targetFileName should be final. | 190 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'targetFileName'. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 194 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 204 |
![]() |
misc | FinalParameters | Parameter imageName should be final. | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'imageName'. | 204 |
io/micronaut/build/services/ExecutorService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.twdata.maven.mojoexecutor.MojoExecutor.*. | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 48 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 48 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 48 |
![]() |
misc | FinalParameters | Parameter pluginManager should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 56 |
![]() |
misc | FinalParameters | Parameter pluginKey should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginKey'. | 56 |
![]() |
misc | FinalParameters | Parameter goal should be final. | 56 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'goal'. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 160). | 87 |
![]() |
misc | FinalParameters | Parameter pluginGroup should be final. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginGroup'. | 87 |
![]() |
misc | FinalParameters | Parameter pluginArtifact should be final. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginArtifact'. | 87 |
![]() |
misc | FinalParameters | Parameter pluginVersion should be final. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginVersion'. | 87 |
![]() |
misc | FinalParameters | Parameter goal should be final. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'goal'. | 87 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
io/micronaut/build/services/JibConfigurationService.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 49 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 62 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 78 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 114 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 129 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 144 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 153 |
![]() |
misc | FinalParameters | Parameter list should be final. | 171 |
io/micronaut/build/testresources/AbstractTestResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 41 |
![]() |
design | VisibilityModifier | Variable 'pluginContext' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
design | VisibilityModifier | Variable 'buildDirectory' must be private and have accessor methods. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 52 |
![]() |
design | VisibilityModifier | Variable 'testResourcesVersion' must be private and have accessor methods. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 64 |
![]() |
design | VisibilityModifier | Variable 'classpathInference' must be private and have accessor methods. | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 67 |
![]() |
design | VisibilityModifier | Variable 'testResourcesDependencies' must be private and have accessor methods. | 71 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 121). | 74 |
![]() |
design | VisibilityModifier | Variable 'explicitPort' must be private and have accessor methods. | 78 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 84 |
![]() |
design | VisibilityModifier | Variable 'clientTimeout' must be private and have accessor methods. | 85 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter buildDir should be final. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 92 |
![]() |
misc | FinalParameters | Parameter log should be final. | 94 |
![]() |
coding | HiddenField | 'log' hides a field. | 94 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'log'. | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 99 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 104 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 105 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 109 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 124 |
![]() |
misc | FinalParameters | Parameter pluginContext should be final. | 126 |
![]() |
coding | HiddenField | 'pluginContext' hides a field. | 126 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'pluginContext'. | 126 |
io/micronaut/build/testresources/StartTestResourcesServerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 46 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 46 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 47 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 48 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 48 |
![]() |
coding | HiddenField | 'dependencyResolutionService' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 49 |
![]() |
coding | HiddenField | 'toolchainManager' hides a field. | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 61 |
io/micronaut/build/testresources/StopTestResourcesServerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 32 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 47 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 47 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 47 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 47 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 48 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 48 |
![]() |
coding | HiddenField | 'dependencyResolutionService' hides a field. | 48 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 48 |
![]() |
coding | HiddenField | 'toolchainManager' hides a field. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 60 |
io/micronaut/build/testresources/TestResourcesConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 43 |
![]() |
design | VisibilityModifier | Variable 'testResourcesEnabled' must be private and have accessor methods. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 51 |
![]() |
design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 57 |
![]() |
design | VisibilityModifier | Variable 'keepAlive' must be private and have accessor methods. | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 62 |
![]() |
design | VisibilityModifier | Variable 'sharedServerNamespace' must be private and have accessor methods. | 67 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 84 |
io/micronaut/build/testresources/TestResourcesHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - io.micronaut.testresources.buildtools.*. | 19 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 32 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 84 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 14). | 84 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 84 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 84 |
![]() |
misc | FinalParameters | Parameter keepAlive should be final. | 84 |
![]() |
coding | HiddenField | 'keepAlive' hides a field. | 84 |
![]() |
misc | FinalParameters | Parameter shared should be final. | 84 |
![]() |
coding | HiddenField | 'shared' hides a field. | 84 |
![]() |
misc | FinalParameters | Parameter buildDirectory should be final. | 84 |
![]() |
coding | HiddenField | 'buildDirectory' hides a field. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 85 |
![]() |
misc | FinalParameters | Parameter explicitPort should be final. | 85 |
![]() |
coding | HiddenField | 'explicitPort' hides a field. | 85 |
![]() |
misc | FinalParameters | Parameter clientTimeout should be final. | 85 |
![]() |
coding | HiddenField | 'clientTimeout' hides a field. | 85 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 85 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 86 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 86 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 86 |
![]() |
misc | FinalParameters | Parameter dependencyResolutionService should be final. | 86 |
![]() |
coding | HiddenField | 'dependencyResolutionService' hides a field. | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 87 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 87 |
![]() |
coding | HiddenField | 'toolchainManager' hides a field. | 87 |
![]() |
misc | FinalParameters | Parameter testResourcesVersion should be final. | 87 |
![]() |
coding | HiddenField | 'testResourcesVersion' hides a field. | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 88 |
![]() |
misc | FinalParameters | Parameter classpathInference should be final. | 88 |
![]() |
coding | HiddenField | 'classpathInference' hides a field. | 88 |
![]() |
misc | FinalParameters | Parameter testResourcesDependencies should be final. | 88 |
![]() |
coding | HiddenField | 'testResourcesDependencies' hides a field. | 88 |
![]() |
misc | FinalParameters | Parameter sharedServerNamespace should be final. | 89 |
![]() |
coding | HiddenField | 'sharedServerNamespace' hides a field. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 103 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter enabled should be final. | 103 |
![]() |
coding | HiddenField | 'enabled' hides a field. | 103 |
![]() |
misc | FinalParameters | Parameter keepAlive should be final. | 103 |
![]() |
coding | HiddenField | 'keepAlive' hides a field. | 103 |
![]() |
misc | FinalParameters | Parameter shared should be final. | 103 |
![]() |
coding | HiddenField | 'shared' hides a field. | 103 |
![]() |
misc | FinalParameters | Parameter buildDirectory should be final. | 103 |
![]() |
coding | HiddenField | 'buildDirectory' hides a field. | 103 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 128 |
![]() |
design | VisibilityModifier | Variable 'process' must be private and have accessor methods. | 145 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 148 |
![]() |
misc | FinalParameters | Parameter processParameters should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 150). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 165 |
![]() |
misc | FinalParameters | Parameter duration should be final. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 176). | 173 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 187 |
![]() |
misc | FinalParameters | Parameter buildDir should be final. | 187 |
![]() |
misc | FinalParameters | Parameter serverSettingsDirectory should be final. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 167). | 192 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 196 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 203 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 205 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 213 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 220 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 235 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 123). | 240 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 241 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 246 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 255 |
![]() |
misc | FinalParameters | Parameter file should be final. | 255 |
![]() |
misc | FinalParameters | Parameter attrs should be final. | 255 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 261 |
![]() |
misc | FinalParameters | Parameter dir should be final. | 261 |
![]() |
misc | FinalParameters | Parameter exc should be final. | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 270 |
![]() |
misc | FinalParameters | Parameter buildDir should be final. | 279 |
![]() |
misc | FinalParameters | Parameter sharedServerNamespace should be final. | 286 |
![]() |
coding | HiddenField | 'sharedServerNamespace' hides a field. | 286 |
io/micronaut/build/testresources/TestResourcesLifecycleExtension.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 58 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 60 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter logger should be final. | 71 |
![]() |
coding | HiddenField | 'logger' hides a field. | 71 |
![]() |
misc | FinalParameters | Parameter mapper should be final. | 71 |
![]() |
coding | HiddenField | 'mapper' hides a field. | 71 |
![]() |
design | DesignForExtension | Class 'TestResourcesLifecycleExtension' looks like designed for extension (can be subclassed), but the method 'afterProjectsRead' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestResourcesLifecycleExtension' final or making the method 'afterProjectsRead' static/final/abstract/empty, or adding allowed annotation for the method. | 76 |
![]() |
misc | FinalParameters | Parameter session should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 158). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 90 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 98 |
![]() |
design | DesignForExtension | Class 'TestResourcesLifecycleExtension' looks like designed for extension (can be subclassed), but the method 'afterSessionEnd' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestResourcesLifecycleExtension' final or making the method 'afterSessionEnd' static/final/abstract/empty, or adding allowed annotation for the method. | 106 |
![]() |
misc | FinalParameters | Parameter session should be final. | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 146). | 108 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 136). | 112 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 162). | 113 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 134 |
![]() |
misc | FinalParameters | Parameter evaluator should be final. | 134 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 134 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 148 |
![]() |
misc | FinalParameters | Parameter evaluator should be final. | 148 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 148 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 158 |
![]() |
misc | FinalParameters | Parameter evaluator should be final. | 158 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 168 |
![]() |
misc | FinalParameters | Parameter evaluator should be final. | 168 |
![]() |
misc | FinalParameters | Parameter configuration should be final. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 169 |
![]() |
misc | FinalParameters | Parameter plugin should be final. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 194 |
![]() |
misc | FinalParameters | Parameter evaluator should be final. | 194 |
![]() |
misc | FinalParameters | Parameter property should be final. | 194 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 208 |
![]() |
misc | FinalParameters | Parameter currentProject should be final. | 208 |
![]() |
misc | FinalParameters | Parameter session should be final. | 208 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 214 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 215 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 218 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 225 |
![]() |
misc | FinalParameters | Parameter build should be final. | 225 |
![]() |
misc | FinalParameters | Parameter consumer should be final. | 225 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 228 |