The following document contains the results of Checkstyle 8.12 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 6 | |
| RightCurly | 4 | ||
| coding | AvoidInlineConditionals | 10 | |
| HiddenField | 34 | ||
| MagicNumber | 1 | ||
| design | DesignForExtension | 23 | |
| HideUtilityClassConstructor | 1 | ||
| javadoc | JavadocMethod | 55 | |
| JavadocPackage | 2 | ||
| JavadocStyle | 35 | ||
| JavadocType | 5 | ||
| JavadocVariable | 69 | ||
| misc | FinalParameters | 55 | |
| naming | ConstantName | 4 | |
| sizes | LineLength | 216 | |
| ParameterNumber | 1 | ||
| whitespace | FileTabCharacter | 12 | |
| NoWhitespaceAfter | 1 | ||
| OperatorWrap | 10 | ||
| WhitespaceAround | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'getContractPackageRegex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'getContractPackageRegex' static/final/abstract/empty, or adding allowed annotation for the method. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'setContractPackageRegex' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'setContractPackageRegex' static/final/abstract/empty, or adding allowed annotation for the method. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| misc | FinalParameters | Parameter contractPackageRegex should be final. | 20 | |
| coding | HiddenField | 'contractPackageRegex' hides a field. | 20 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'getBaseClassFQN' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'getBaseClassFQN' static/final/abstract/empty, or adding allowed annotation for the method. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'setBaseClassFQN' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'setBaseClassFQN' static/final/abstract/empty, or adding allowed annotation for the method. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter baseClassFQN should be final. | 28 | |
| coding | HiddenField | 'baseClassFQN' hides a field. | 28 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 32 | |
| misc | FinalParameters | Parameter o should be final. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 38 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 39 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 42 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 43 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 49 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 50 | |
| coding | MagicNumber | '31' is a magic number. | 50 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Class 'BaseClassMapping' looks like designed for extension (can be subclassed), but the method 'toString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseClassMapping' final or making the method 'toString' static/final/abstract/empty, or adding allowed annotation for the method. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 100 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 175 | |
| misc | FinalParameters | Parameter aetherStubDownloaderFactory should be final. | 175 | |
| coding | HiddenField | 'aetherStubDownloaderFactory' hides a field. | 175 | |
| design | DesignForExtension | Class 'ConvertMojo' 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 'ConvertMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 191 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter config should be final. | 206 | |
| misc | FinalParameters | Parameter contractsDslDir should be final. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | 219 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter config should be final. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter rootPath should be final. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 241 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | 244 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 244 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 245 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter project should be final. | 40 | |
| coding | HiddenField | 'project' hides a field. | 40 | |
| misc | FinalParameters | Parameter mavenSession should be final. | 40 | |
| coding | HiddenField | 'mavenSession' hides a field. | 40 | |
| misc | FinalParameters | Parameter mavenResourcesFiltering should be final. | 41 | |
| coding | HiddenField | 'mavenResourcesFiltering' hides a field. | 41 | |
| misc | FinalParameters | Parameter config should be final. | 42 | |
| coding | HiddenField | 'config' hides a field. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | 49 | |
| misc | FinalParameters | Parameter outputDirectory should be final. | 49 | |
| misc | FinalParameters | Parameter rootPath should be final. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 51 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 51 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 53 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 73 | |
| blocks | RightCurly | '}' at column 3 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). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter includedRootFolderAntPattern should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter includedRootFolderAntPattern should be final. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| design | DesignForExtension | Class 'GenerateStubsMojo' 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 'GenerateStubsMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter stubsOutputDir should be final. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 105 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 109 | |
| blocks | RightCurly | '}' at column 3 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). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 145 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 170 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 172 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 174 | |
| javadoc | JavadocStyle | Extra HTML tag found: </p> | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 213 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 233 | |
| misc | FinalParameters | Parameter aetherStubDownloaderFactory should be final. | 233 | |
| coding | HiddenField | 'aetherStubDownloaderFactory' hides a field. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 237 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' 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 'GenerateTestsMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 248 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 268 | |
| blocks | RightCurly | '}' at column 3 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). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter config should be final. | 277 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | 278 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| misc | FinalParameters | Parameter contractsDirectory should be final. | 299 | |
| coding | HiddenField | 'contractsDirectory' hides a field. | 299 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'mappingsToMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'mappingsToMap' static/final/abstract/empty, or adding allowed annotation for the method. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 313 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'getExcludedFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'getExcludedFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setExcludedFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setExcludedFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| misc | FinalParameters | Parameter excludedFiles should be final. | 322 | |
| coding | HiddenField | 'excludedFiles' hides a field. | 322 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'getIgnoredFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'getIgnoredFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setIgnoredFiles' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setIgnoredFiles' static/final/abstract/empty, or adding allowed annotation for the method. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter ignoredFiles should be final. | 330 | |
| coding | HiddenField | 'ignoredFiles' hides a field. | 330 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'isAssertJsonSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'isAssertJsonSize' static/final/abstract/empty, or adding allowed annotation for the method. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| design | DesignForExtension | Class 'GenerateTestsMojo' looks like designed for extension (can be subclassed), but the method 'setAssertJsonSize' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GenerateTestsMojo' final or making the method 'setAssertJsonSize' static/final/abstract/empty, or adding allowed annotation for the method. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| misc | FinalParameters | Parameter assertJsonSize should be final. | 338 | |
| coding | HiddenField | 'assertJsonSize' hides a field. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter project should be final. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter plugins should be final. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter deps should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| 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 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | ParameterNumber | More than 7 parameters (found 12). | 60 | |
| misc | FinalParameters | Parameter project should be final. | 60 | |
| coding | HiddenField | 'project' hides a field. | 60 | |
| misc | FinalParameters | Parameter contractDependency should be final. | 60 | |
| coding | HiddenField | 'contractDependency' hides a field. | 60 | |
| misc | FinalParameters | Parameter contractsPath should be final. | 61 | |
| coding | HiddenField | 'contractsPath' hides a field. | 61 | |
| misc | FinalParameters | Parameter contractsRepositoryUrl should be final. | 61 | |
| coding | HiddenField | 'contractsRepositoryUrl' hides a field. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| misc | FinalParameters | Parameter stubsMode should be final. | 62 | |
| coding | HiddenField | 'stubsMode' hides a field. | 62 | |
| misc | FinalParameters | Parameter log should be final. | 62 | |
| coding | HiddenField | 'log' hides a field. | 62 | |
| misc | FinalParameters | Parameter repositoryUsername should be final. | 62 | |
| coding | HiddenField | 'repositoryUsername' hides a field. | 62 | |
| misc | FinalParameters | Parameter repositoryPassword should be final. | 63 | |
| coding | HiddenField | 'repositoryPassword' hides a field. | 63 | |
| misc | FinalParameters | Parameter repositoryProxyHost should be final. | 63 | |
| coding | HiddenField | 'repositoryProxyHost' hides a field. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 64 | |
| misc | FinalParameters | Parameter repositoryProxyPort should be final. | 64 | |
| coding | HiddenField | 'repositoryProxyPort' hides a field. | 64 | |
| misc | FinalParameters | Parameter deleteStubsAfterTest should be final. | 64 | |
| coding | HiddenField | 'deleteStubsAfterTest' hides a field. | 64 | |
| misc | FinalParameters | Parameter contractsProperties should be final. | 65 | |
| coding | HiddenField | 'contractsProperties' hides a field. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter config should be final. | 81 | |
| misc | FinalParameters | Parameter defaultContractsDir should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 83 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 101 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 137 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 137 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 98 | |
| design | DesignForExtension | Class 'PushStubsToScmMojo' 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 'PushStubsToScmMojo' final or making the method 'execute' static/final/abstract/empty, or adding allowed annotation for the method. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 107 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 117 | |
| design | DesignForExtension | Class 'PushStubsToScmMojo' looks like designed for extension (can be subclassed), but the method 'buildOptions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'PushStubsToScmMojo' final or making the method 'buildOptions' static/final/abstract/empty, or adding allowed annotation for the method. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 100). | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 111 | |
| misc | FinalParameters | Parameter localStubRunner should be final. | 111 | |
| coding | HiddenField | 'localStubRunner' hides a field. | 111 | |
| misc | FinalParameters | Parameter remoteStubRunner should be final. | 111 | |
| coding | HiddenField | 'remoteStubRunner' hides a field. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 116 | |
| 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. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter repoSystem should be final. | 43 | |
| coding | HiddenField | 'repoSystem' hides a field. | 43 | |
| misc | FinalParameters | Parameter project should be final. | 44 | |
| coding | HiddenField | 'project' hides a field. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 49 | |
| design | DesignForExtension | Class 'AetherStubDownloaderFactory' looks like designed for extension (can be subclassed), but the method 'build' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AetherStubDownloaderFactory' final or making the method 'build' static/final/abstract/empty, or adding allowed annotation for the method. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 51 | |
| misc | FinalParameters | Parameter stubRunnerOptions should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 58 | |
| misc | FinalParameters | Parameter location should be final. | 58 | |
| misc | FinalParameters | Parameter resourceLoader should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 30 | |
| design | DesignForExtension | Class 'LocalStubRunner' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'LocalStubRunner' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter options should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| misc | FinalParameters | Parameter aetherStubDownloaderFactory should be final. | 37 | |
| coding | HiddenField | 'aetherStubDownloaderFactory' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| design | DesignForExtension | Class 'RemoteStubRunner' looks like designed for extension (can be subclassed), but the method 'run' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'RemoteStubRunner' final or making the method 'run' static/final/abstract/empty, or adding allowed annotation for the method. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter options should be final. | 41 | |
| misc | FinalParameters | Parameter repositorySystemSession should be final. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| blocks | RightCurly | '}' at column 3 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). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 54 |