Checkstyle Results
The following document contains the results of Checkstyle 8.33 with sun_checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
23 | 0 | 0 | 1180 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 61 | ![]() |
RightCurly | 9 | ![]() | |
coding | HiddenField | 25 | ![]() |
MagicNumber | 10 | ![]() | |
design | DesignForExtension | 15 | ![]() |
VisibilityModifier | 19 | ![]() | |
imports | AvoidStarImport | 15 | ![]() |
javadoc | JavadocMethod | 40 | ![]() |
JavadocPackage | 5 | ![]() | |
JavadocVariable | 114 | ![]() | |
MissingJavadocMethod | 18 | ![]() | |
misc | FinalParameters | 135 | ![]() |
regexp | RegexpSingleline
|
1 | ![]() |
sizes | LineLength
|
373 | ![]() |
ParameterNumber | 1 | ![]() | |
whitespace | OperatorWrap | 5 | ![]() |
ParenPad | 334 | ![]() |
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 147). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 149). | 154 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 159 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 161 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 187 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 189 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 199 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 201 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 148). | 206 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 213 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 214 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 217 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 224 |
io/micronaut/build/DockerMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
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 86). | 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 |
---|---|---|---|---|
![]() |
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 84). | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 51 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
![]() |
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 94). | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 130). | 56 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 56 |
![]() |
misc | FinalParameters | Parameter dockerService should be final. | 56 |
![]() |
misc | FinalParameters | Parameter jibConfigurationService should be final. | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 57 |
![]() |
misc | FinalParameters | Parameter applicationConfigurationService should be final. | 57 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 58 |
![]() |
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. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 63 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 225). | 79 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 82 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 89 |
![]() |
misc | FinalParameters | Parameter runtime should be final. | 89 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 106 |
![]() |
misc | FinalParameters | Parameter dockerfile should be final. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 121 |
![]() |
misc | FinalParameters | Parameter runtime should be final. | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 140 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 142 |
![]() |
misc | FinalParameters | Parameter dockerfile should be final. | 150 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 158 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 167 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 137). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 175 |
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/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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 71 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 73 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 73 |
![]() |
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). | 74 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 75 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 76 |
![]() |
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 | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 98 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 98 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 98 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 101 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 103 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 113 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 113 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 116 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 117 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 118 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 118 |
![]() |
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). | 119 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 122 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 123 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 124 |
![]() |
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). | 125 |
![]() |
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 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 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 preceded with whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
![]() |
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 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 143 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 143 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 143 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 144 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 147 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 148 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 149 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 152 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 153 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 154 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 154 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 159 |
![]() |
misc | FinalParameters | Parameter string should be final. | 159 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 159 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 160 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 164 |
![]() |
misc | FinalParameters | Parameter node should be final. | 164 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 164 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 164 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 166 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 170 |
![]() |
misc | FinalParameters | Parameter node should be final. | 170 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 170 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 170 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 172 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 174 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 174 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 176 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 176 |
![]() |
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 98). | 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 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 185 |
![]() |
misc | FinalParameters | Parameter node should be final. | 185 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 185 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 186 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 189 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 190 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 191 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 191 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 192 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 192 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 193 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 194 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 194 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 200 |
![]() |
misc | FinalParameters | Parameter node should be final. | 200 |
![]() |
misc | FinalParameters | Parameter elementName should be final. | 200 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 200 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 202 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 203 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 203 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 204 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 204 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 205 |
![]() |
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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 210 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 212 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 212 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 215 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 215 |
![]() |
misc | FinalParameters | Parameter goalPrefix should be final. | 215 |
![]() |
misc | FinalParameters | Parameter mojo should be final. | 215 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 215 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 218 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 219 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 219 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 220 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 220 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 225 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is preceded with 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 13 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 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 229 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 230 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 230 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 231 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 231 |
![]() |
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). | 233 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 234 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 235 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 236 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 236 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 238 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 238 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 240 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 240 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 241 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 242 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 242 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 244 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 244 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 245 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 247 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 247 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 248 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 249 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 255 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 255 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 255 |
![]() |
misc | FinalParameters | Parameter parameter should be final. | 255 |
![]() |
misc | FinalParameters | Parameter configurationElement should be final. | 255 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 255 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 258 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 258 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 259 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 259 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 262 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 262 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 263 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 264 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 264 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 268 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 270 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 270 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 270 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 272 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 272 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 273 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 273 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 274 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 275 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 276 |
![]() |
coding | MagicNumber | '3' is a magic number. | 276 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 276 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 277 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 277 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 279 |
![]() |
coding | MagicNumber | '3' is a magic number. | 279 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 279 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 280 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 280 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 280 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 281 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 282 |
![]() |
coding | MagicNumber | '3' is a magic number. | 282 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 282 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 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 followed by 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 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 286 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 286 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 286 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 287 |
![]() |
coding | MagicNumber | '3' is a magic number. | 287 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 287 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 290 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 290 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 302 |
![]() |
misc | FinalParameters | Parameter str should be final. | 302 |
![]() |
misc | FinalParameters | Parameter repeat should be final. | 302 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 302 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 303 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 304 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 304 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 306 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 306 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 307 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 308 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 308 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 315 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 318 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 320 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 322 |
![]() |
misc | FinalParameters | Parameter sb should be final. | 322 |
![]() |
misc | FinalParameters | Parameter description should be final. | 322 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 322 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 322 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 324 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 324 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 324 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 324 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 324 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 326 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 326 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 326 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 333 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 334 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 340 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 340 |
![]() |
misc | FinalParameters | Parameter text should be final. | 340 |
![]() |
misc | FinalParameters | Parameter indent should be final. | 340 |
![]() |
misc | FinalParameters | Parameter indentSize should be final. | 340 |
![]() |
misc | FinalParameters | Parameter lineLength should be final. | 340 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 340 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 341 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 344 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 344 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 346 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 346 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 348 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 348 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 349 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 350 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 350 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 357 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 359 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 364 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 364 |
![]() |
misc | FinalParameters | Parameter lines should be final. | 364 |
![]() |
misc | FinalParameters | Parameter line should be final. | 364 |
![]() |
misc | FinalParameters | Parameter indentSize should be final. | 364 |
![]() |
misc | FinalParameters | Parameter lineLength should be final. | 364 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 364 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 365 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 366 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 366 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 367 |
![]() |
coding | MagicNumber | '256' is a magic number. | 367 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 367 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 369 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 369 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 371 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 371 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 372 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 373 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 373 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 374 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 375 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 375 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 376 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 377 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 377 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 378 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 378 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 379 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 379 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 379 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 379 |
![]() |
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). | 380 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 382 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 383 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 383 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 387 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 387 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 388 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 389 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 389 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 390 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 390 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 391 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 392 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 392 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 392 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 392 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 392 |
![]() |
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). | 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 |
![]() |
whitespace | ParenPad | '(' is followed by 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 |
![]() |
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 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 404 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 404 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 410 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 413 |
![]() |
misc | FinalParameters | Parameter line should be final. | 413 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 413 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 414 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 416 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 416 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 416 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 416 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 417 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 420 |
![]() |
coding | MagicNumber | '4' is a magic number. | 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. | 422 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 422 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 422 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 422 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 423 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 430 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 431 |
![]() |
misc | FinalParameters | Parameter expression should be final. | 431 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 431 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 432 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 433 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 433 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 433 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 433 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 433 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 433 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 434 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 434 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 434 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 434 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 434 |
![]() |
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 435 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 437 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 437 |
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/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. | 29 |
![]() |
misc | FinalParameters | Parameter id should be final. | 31 |
![]() |
coding | HiddenField | 'id' hides a field. | 31 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter value should be final. | 39 |
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.*. | 28 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 29 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 51 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 135). | 59 |
![]() |
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. | 67 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 125 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 126 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 135 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 137 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 143 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 149 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 164 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 165 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 166 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 170 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 170 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 170 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 170 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 170 |
![]() |
coding | HiddenField | 'mavenSession' hides a field. | 170 |
![]() |
misc | FinalParameters | Parameter pluginManager should be final. | 170 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 171 |
![]() |
misc | FinalParameters | Parameter resolver should be final. | 171 |
![]() |
coding | HiddenField | 'resolver' hides a field. | 171 |
![]() |
misc | FinalParameters | Parameter projectBuilder should be final. | 171 |
![]() |
coding | HiddenField | 'projectBuilder' hides a field. | 171 |
![]() |
misc | FinalParameters | Parameter toolchainManager should be final. | 171 |
![]() |
coding | HiddenField | 'toolchainManager' hides a field. | 171 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 172 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 172 |
![]() |
coding | HiddenField | 'compilerService' hides a field. | 172 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 172 |
![]() |
coding | HiddenField | 'executorService' hides a field. | 172 |
![]() |
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. | 187 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 197 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 206 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 151). | 207 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 212 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 237 |
![]() |
misc | FinalParameters | Parameter event should be final. | 244 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 249 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 251 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 256 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 261 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 268 |
![]() |
misc | FinalParameters | Parameter path should be final. | 274 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 125). | 276 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 285 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 291 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 298 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 300 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 301 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 302 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 305 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 321 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 109). | 323 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 324 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 171). | 325 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 189). | 328 |
![]() |
misc | FinalParameters | Parameter path should be final. | 345 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 349 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 354 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 354 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 356 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 91). | 360 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 377 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 379 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 386 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 393 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 412 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 131). | 418 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 422 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 427 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 437 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 102). | 464 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 468 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 472 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 481 |
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.*. | 52 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 59 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
![]() |
design | VisibilityModifier | Variable 'packageName' must be private and have accessor methods. | 76 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 104). | 84 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 84 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 84 |
![]() |
coding | HiddenField | 'executorService' hides a field. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 85 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 85 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 85 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 90 |
![]() |
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. | 92 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 93 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 124). | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 102 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 128). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 107). | 129 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 139 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 85). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 144). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 161). | 168 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 175 |
![]() |
misc | FinalParameters | Parameter artifacts should be final. | 175 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 176 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 177 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 181 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 183 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 185 |
![]() |
misc | FinalParameters | Parameter resolutionResult should be final. | 189 |
io/micronaut/build/aot/AbstractMicronautAotMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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). | 132 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 136 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 194). | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 142 |
io/micronaut/build/aot/AotAnalysisMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 46 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 111). | 49 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 55 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 129). | 68 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 71 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 76 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 76 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 76 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 76 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 77 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 77 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 77 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 78 |
![]() |
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. | 81 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 126). | 94 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 97 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 98 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 90). | 101 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 107 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 109 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 86). | 113 |
![]() |
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. | 118 |
![]() |
misc | FinalParameters | Parameter outputDir should be final. | 119 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 118). | 124 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 127 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 131 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 132). | 137 |
![]() |
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. | 141 |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 33 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 42 |
![]() |
misc | FinalParameters | Parameter compilerService should be final. | 42 |
![]() |
misc | FinalParameters | Parameter executorService should be final. | 42 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 42 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 43 |
![]() |
misc | FinalParameters | Parameter mavenSession should be final. | 43 |
![]() |
misc | FinalParameters | Parameter repositorySystem should be final. | 43 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 44 |
![]() |
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. | 47 |
![]() |
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. | 55 |
![]() |
misc | FinalParameters | Parameter outputDir should be final. | 56 |
![]() |
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. | 63 |
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.*. | 30 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
![]() |
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. | 42 |
![]() |
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. | 47 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 48 |
![]() |
misc | FinalParameters | Parameter buildPlan should be final. | 48 |
![]() |
misc | FinalParameters | Parameter properties should be final. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 49 |
![]() |
misc | FinalParameters | Parameter extraConfig should be final. | 49 |
![]() |
misc | FinalParameters | Parameter mavenData should be final. | 49 |
![]() |
misc | FinalParameters | Parameter logger should be final. | 50 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 166). | 53 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 115). | 55 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 88). | 56 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 139). | 60 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 62 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 64 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 269). | 69 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 74 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 122). | 83 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 86 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 87 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 138). | 94 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
coding | MagicNumber | '9' is a magic number. | 105 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 117 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 117). | 127 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 101). | 134 |
![]() |
coding | MagicNumber | '11' is a magic number. | 135 |
![]() |
misc | FinalParameters | Parameter layerObject should be final. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 144 |
![]() |
misc | FinalParameters | Parameter originalEntry should be final. | 152 |
![]() |
misc | FinalParameters | Parameter layerName should be final. | 152 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 105). | 153 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 114). | 156 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 100). | 162 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 163 |
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/DockerService.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.github.dockerjava.api.command.*. | 19 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter mavenProject should be final. | 59 |
![]() |
coding | HiddenField | 'mavenProject' hides a field. | 59 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 70 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 72 |
![]() |
misc | FinalParameters | Parameter dockerfileName should be final. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dockerfileName'. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 73 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 79 |
![]() |
misc | FinalParameters | Parameter builder should be final. | 88 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'builder'. | 88 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 89 |
![]() |
misc | FinalParameters | Parameter item should be final. | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 96 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 103). | 108 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 110 |
![]() |
misc | FinalParameters | Parameter imageId should be final. | 110 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'imageId'. | 110 |
![]() |
misc | FinalParameters | Parameter containerPath should be final. | 110 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'containerPath'. | 110 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 111 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 116). | 114 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 116 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 118 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 95). | 120 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 121 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 120). | 136 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 138 |
![]() |
misc | FinalParameters | Parameter name should be final. | 138 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'name'. | 138 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 142 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 152 |
![]() |
misc | FinalParameters | Parameter imageName should be final. | 152 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'imageName'. | 152 |
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 |