Checkstyle Results
The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 46 | 0 | 0 | 1987 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 62 | |
| RightCurly | 9 | ||
| coding | HiddenField | 54 | |
| MagicNumber | 12 | ||
| design | DesignForExtension | 125 | |
| FinalClass | 2 | ||
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 115 | ||
| imports | AvoidStarImport | 4 | |
UnusedImports
|
1 | ||
| javadoc | JavadocPackage | 2 | |
| JavadocStyle | 2 | ||
| JavadocVariable | 94 | ||
| MissingJavadocMethod | 106 | ||
| misc | FinalParameters | 136 | |
| TodoComment | 2 | ||
| naming | ConstantName | 1 | |
| sizes | LineLength
|
916 | |
| ParameterNumber | 1 | ||
| whitespace | ParenPad | 342 |
Details
org/codehaus/gmavenplus/gmavenplus_plugin/HelpMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 24 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 27 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 27 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 119 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 123 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 126 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 126 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 128 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 129 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 139 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 148 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 152 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 163 | |
| misc | FinalParameters | Parameter string should be final. | 163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 163 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 168 | |
| misc | FinalParameters | Parameter node should be final. | 168 | |
| misc | FinalParameters | Parameter elementName should be final. | 168 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 168 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 170 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| misc | FinalParameters | Parameter node should be final. | 174 | |
| misc | FinalParameters | Parameter elementName should be final. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 182 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 184 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 184 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 186 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 186 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 189 | |
| misc | FinalParameters | Parameter node should be final. | 189 | |
| misc | FinalParameters | Parameter elementName should be final. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 189 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 190 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 193 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 193 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 195 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 196 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 197 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 198 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 198 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 204 | |
| misc | FinalParameters | Parameter node should be final. | 204 | |
| misc | FinalParameters | Parameter elementName should be final. | 204 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 204 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 206 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 208 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 209 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 212 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 212 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 214 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 214 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 214 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 219 | |
| misc | FinalParameters | Parameter sb should be final. | 219 | |
| misc | FinalParameters | Parameter goalPrefix should be final. | 219 | |
| misc | FinalParameters | Parameter mojo should be final. | 219 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 219 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 221 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 222 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 223 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 223 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 224 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 224 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 225 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 225 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 225 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 225 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 226 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 227 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 227 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 228 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 229 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 229 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 230 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 231 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 232 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 232 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 233 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 234 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 235 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 237 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 238 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 238 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 240 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 240 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 242 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 242 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 244 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 244 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 245 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 247 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 248 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 249 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 249 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 251 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 251 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 252 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 253 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 259 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 259 | |
| misc | FinalParameters | Parameter sb should be final. | 259 | |
| misc | FinalParameters | Parameter parameter should be final. | 259 | |
| misc | FinalParameters | Parameter configurationElement should be final. | 259 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 259 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 261 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 262 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 262 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 263 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 266 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 266 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 268 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 268 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 272 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 272 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 272 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 272 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 272 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 274 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 274 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 274 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 276 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 276 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 277 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 278 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 278 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 278 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 278 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 278 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 278 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 278 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 279 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 280 | |
| coding | MagicNumber | '3' is a magic number. | 280 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 280 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 281 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 281 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 283 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 283 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 283 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 283 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 284 | |
| coding | MagicNumber | '3' is a magic number. | 284 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 284 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 286 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 286 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 286 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 286 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 286 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 286 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 287 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 288 | |
| coding | MagicNumber | '3' is a magic number. | 288 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 290 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 290 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 290 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 290 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 290 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 290 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 290 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 292 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 292 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 292 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 293 | |
| coding | MagicNumber | '3' is a magic number. | 293 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 293 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 296 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 296 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 308 | |
| misc | FinalParameters | Parameter str should be final. | 308 | |
| misc | FinalParameters | Parameter repeat should be final. | 308 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 308 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 309 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 310 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 310 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 312 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 312 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 313 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 326 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 328 | |
| misc | FinalParameters | Parameter sb should be final. | 328 | |
| misc | FinalParameters | Parameter description should be final. | 328 | |
| misc | FinalParameters | Parameter indent should be final. | 328 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 328 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 330 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 330 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 330 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 330 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 330 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 331 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 332 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 332 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 332 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 346 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 346 | |
| misc | FinalParameters | Parameter text should be final. | 346 | |
| misc | FinalParameters | Parameter indent should be final. | 346 | |
| misc | FinalParameters | Parameter indentSize should be final. | 346 | |
| misc | FinalParameters | Parameter lineLength should be final. | 346 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 346 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 347 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 350 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 350 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 352 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 352 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 354 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 354 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 355 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 356 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 370 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 370 | |
| misc | FinalParameters | Parameter lines should be final. | 370 | |
| misc | FinalParameters | Parameter line should be final. | 370 | |
| misc | FinalParameters | Parameter indentSize should be final. | 370 | |
| misc | FinalParameters | Parameter lineLength should be final. | 370 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 370 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 371 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 372 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 372 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 373 | |
| coding | MagicNumber | '256' is a magic number. | 373 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 373 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 375 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 375 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 377 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 377 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 378 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 379 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 379 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 380 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 381 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 381 | |
| 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. | 384 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 384 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 385 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 385 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 385 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 385 | |
| 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). | 386 | |
| blocks | LeftCurly | '{' at column 17 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. | 393 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 393 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 394 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 395 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 395 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 396 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 396 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 398 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 398 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 398 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 398 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 398 | |
| 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). | 399 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 400 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 400 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 401 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 402 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 402 | |
| 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). | 403 | |
| blocks | LeftCurly | '{' at column 17 should be on the previous line. | 405 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 406 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 406 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 410 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 416 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 419 | |
| misc | FinalParameters | Parameter line should be final. | 419 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 419 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 420 | |
| 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 9 should be on the previous line. | 423 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 426 | |
| coding | MagicNumber | '4' is a magic number. | 426 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 426 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 427 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 428 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 428 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 428 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 428 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 429 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 437 | |
| misc | FinalParameters | Parameter expression should be final. | 437 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 437 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 439 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 439 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 439 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 439 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 439 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 439 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 440 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 440 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 440 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 440 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 440 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 443 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 443 |
org/codehaus/gmavenplus/groovyworkarounds/DotGroovyFile.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 202). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 119 |
org/codehaus/gmavenplus/groovyworkarounds/GroovyDocTemplateInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 389). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| design | VisibilityModifier | Variable 'groovyVersion' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'templateBaseDir' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 62 | |
| misc | FinalParameters | Parameter version should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 71 | |
| design | DesignForExtension | Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 75 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 134 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 | |
| design | DesignForExtension | Class 'GroovyDocTemplateInfo' looks like designed for extension (can be subclassed), but the method 'defaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocTemplateInfo' final or making the method 'defaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 148 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
org/codehaus/gmavenplus/javaparser/LanguageLevel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 180). | 1 | |
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'yieldSupport' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
org/codehaus/gmavenplus/model/GroovyCompileConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | 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. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 50 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter sources should be final. | 50 | |
| coding | HiddenField | 'sources' hides a field. | 50 | |
| misc | FinalParameters | Parameter classpath should be final. | 50 | |
| coding | HiddenField | 'classpath' hides a field. | 50 | |
| misc | FinalParameters | Parameter compileOutputDirectory should be final. | 50 | |
| coding | HiddenField | 'compileOutputDirectory' hides a field. | 50 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getSources' static/final/abstract/empty, or adding allowed annotation for the method. | 56 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 60 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getCompileOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getCompileOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. | 64 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 68 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 72 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter includeClasspath should be final. | 72 | |
| coding | HiddenField | 'includeClasspath' hides a field. | 72 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. | 76 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. | 80 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter skipBytecodeCheck should be final. | 80 | |
| coding | HiddenField | 'skipBytecodeCheck' hides a field. | 80 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isDebug' static/final/abstract/empty, or adding allowed annotation for the method. | 84 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setDebug' static/final/abstract/empty, or adding allowed annotation for the method. | 88 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter debug should be final. | 88 | |
| coding | HiddenField | 'debug' hides a field. | 88 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isVerbose' static/final/abstract/empty, or adding allowed annotation for the method. | 92 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setVerbose' static/final/abstract/empty, or adding allowed annotation for the method. | 96 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter verbose should be final. | 96 | |
| coding | HiddenField | 'verbose' hides a field. | 96 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 100 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 104 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter warningLevel should be final. | 104 | |
| coding | HiddenField | 'warningLevel' hides a field. | 104 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getTolerance' static/final/abstract/empty, or adding allowed annotation for the method. | 108 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setTolerance' static/final/abstract/empty, or adding allowed annotation for the method. | 112 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter tolerance should be final. | 112 | |
| coding | HiddenField | 'tolerance' hides a field. | 112 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isInvokeDynamic' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isInvokeDynamic' static/final/abstract/empty, or adding allowed annotation for the method. | 116 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setInvokeDynamic' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setInvokeDynamic' static/final/abstract/empty, or adding allowed annotation for the method. | 120 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter invokeDynamic should be final. | 120 | |
| coding | HiddenField | 'invokeDynamic' hides a field. | 120 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getParallelParsing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getParallelParsing' static/final/abstract/empty, or adding allowed annotation for the method. | 124 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setParallelParsing' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setParallelParsing' static/final/abstract/empty, or adding allowed annotation for the method. | 128 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter parallelParsing should be final. | 128 | |
| coding | HiddenField | 'parallelParsing' hides a field. | 128 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getConfigScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getConfigScript' static/final/abstract/empty, or adding allowed annotation for the method. | 132 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setConfigScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setConfigScript' static/final/abstract/empty, or adding allowed annotation for the method. | 136 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter configScript should be final. | 136 | |
| coding | HiddenField | 'configScript' hides a field. | 136 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 140 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 144 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter parameters should be final. | 144 | |
| coding | HiddenField | 'parameters' hides a field. | 144 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'isPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'isPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. | 148 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. | 152 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter previewFeatures should be final. | 152 | |
| coding | HiddenField | 'previewFeatures' hides a field. | 152 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. | 156 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. | 160 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter sourceEncoding should be final. | 160 | |
| coding | HiddenField | 'sourceEncoding' hides a field. | 160 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'getTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'getTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. | 164 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 164 | |
| design | DesignForExtension | Class 'GroovyCompileConfiguration' looks like designed for extension (can be subclassed), but the method 'setTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompileConfiguration' final or making the method 'setTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. | 168 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter targetBytecode should be final. | 168 | |
| coding | HiddenField | 'targetBytecode' hides a field. | 168 |
org/codehaus/gmavenplus/model/GroovyDocConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | 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. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 59 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter sourceDirectories should be final. | 59 | |
| coding | HiddenField | 'sourceDirectories' hides a field. | 59 | |
| misc | FinalParameters | Parameter classpath should be final. | 59 | |
| coding | HiddenField | 'classpath' hides a field. | 59 | |
| misc | FinalParameters | Parameter outputDirectory should be final. | 59 | |
| coding | HiddenField | 'outputDirectory' hides a field. | 59 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceDirectories' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getSourceDirectories' static/final/abstract/empty, or adding allowed annotation for the method. | 65 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 69 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. | 73 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 77 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 81 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter includeClasspath should be final. | 81 | |
| coding | HiddenField | 'includeClasspath' hides a field. | 81 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLinks' static/final/abstract/empty, or adding allowed annotation for the method. | 85 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLinks' static/final/abstract/empty, or adding allowed annotation for the method. | 89 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter links should be final. | 89 | |
| coding | HiddenField | 'links' hides a field. | 89 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 93 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultDocTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultDocTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 97 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter defaultDocTemplates should be final. | 97 | |
| coding | HiddenField | 'defaultDocTemplates' hides a field. | 97 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 101 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultPackageTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultPackageTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 105 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter defaultPackageTemplates should be final. | 105 | |
| coding | HiddenField | 'defaultPackageTemplates' hides a field. | 105 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDefaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDefaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 109 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDefaultClassTemplates' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDefaultClassTemplates' static/final/abstract/empty, or adding allowed annotation for the method. | 113 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter defaultClassTemplates should be final. | 113 | |
| coding | HiddenField | 'defaultClassTemplates' hides a field. | 113 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDocProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDocProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 117 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDocProperties' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDocProperties' static/final/abstract/empty, or adding allowed annotation for the method. | 121 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter docProperties should be final. | 121 | |
| coding | HiddenField | 'docProperties' hides a field. | 121 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getGroovyDocToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getGroovyDocToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 125 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setGroovyDocToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setGroovyDocToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 129 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter groovyDocToolClass should be final. | 129 | |
| coding | HiddenField | 'groovyDocToolClass' hides a field. | 129 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 133 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 137 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter outputToolClass should be final. | 137 | |
| coding | HiddenField | 'outputToolClass' hides a field. | 137 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getFileOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getFileOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 141 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setFileOutputToolClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setFileOutputToolClass' static/final/abstract/empty, or adding allowed annotation for the method. | 145 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter fileOutputToolClass should be final. | 145 | |
| coding | HiddenField | 'fileOutputToolClass' hides a field. | 145 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. | 149 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. | 153 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter resourceManagerClass should be final. | 153 | |
| coding | HiddenField | 'resourceManagerClass' hides a field. | 153 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspathResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getClasspathResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. | 157 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 161 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setClasspathResourceManagerClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setClasspathResourceManagerClass' static/final/abstract/empty, or adding allowed annotation for the method. | 161 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter classpathResourceManagerClass should be final. | 161 | |
| coding | HiddenField | 'classpathResourceManagerClass' hides a field. | 161 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLinkArgumentClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLinkArgumentClass' static/final/abstract/empty, or adding allowed annotation for the method. | 165 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLinkArgumentClass' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLinkArgumentClass' static/final/abstract/empty, or adding allowed annotation for the method. | 169 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 169 | |
| misc | FinalParameters | Parameter linkArgumentClass should be final. | 169 | |
| coding | HiddenField | 'linkArgumentClass' hides a field. | 169 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'isAttachGroovyDocAnnotation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'isAttachGroovyDocAnnotation' static/final/abstract/empty, or adding allowed annotation for the method. | 173 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 177 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setAttachGroovyDocAnnotation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setAttachGroovyDocAnnotation' static/final/abstract/empty, or adding allowed annotation for the method. | 177 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter attachGroovyDocAnnotation should be final. | 177 | |
| coding | HiddenField | 'attachGroovyDocAnnotation' hides a field. | 177 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getOverviewFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getOverviewFile' static/final/abstract/empty, or adding allowed annotation for the method. | 181 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 181 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setOverviewFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setOverviewFile' static/final/abstract/empty, or adding allowed annotation for the method. | 185 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter overviewFile should be final. | 185 | |
| coding | HiddenField | 'overviewFile' hides a field. | 185 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getScope' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getScope' static/final/abstract/empty, or adding allowed annotation for the method. | 189 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setScope' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setScope' static/final/abstract/empty, or adding allowed annotation for the method. | 193 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter scope should be final. | 193 | |
| coding | HiddenField | 'scope' hides a field. | 193 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getWindowTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getWindowTitle' static/final/abstract/empty, or adding allowed annotation for the method. | 197 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setWindowTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setWindowTitle' static/final/abstract/empty, or adding allowed annotation for the method. | 201 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter windowTitle should be final. | 201 | |
| coding | HiddenField | 'windowTitle' hides a field. | 201 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getDocTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getDocTitle' static/final/abstract/empty, or adding allowed annotation for the method. | 205 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 205 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDocTitle' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDocTitle' static/final/abstract/empty, or adding allowed annotation for the method. | 209 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter docTitle should be final. | 209 | |
| coding | HiddenField | 'docTitle' hides a field. | 209 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getFooter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getFooter' static/final/abstract/empty, or adding allowed annotation for the method. | 213 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setFooter' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setFooter' static/final/abstract/empty, or adding allowed annotation for the method. | 217 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter footer should be final. | 217 | |
| coding | HiddenField | 'footer' hides a field. | 217 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 221 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 221 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setHeader' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setHeader' static/final/abstract/empty, or adding allowed annotation for the method. | 225 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter header should be final. | 225 | |
| coding | HiddenField | 'header' hides a field. | 225 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'isDisplayAuthor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'isDisplayAuthor' static/final/abstract/empty, or adding allowed annotation for the method. | 229 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 229 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setDisplayAuthor' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setDisplayAuthor' static/final/abstract/empty, or adding allowed annotation for the method. | 233 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter displayAuthor should be final. | 233 | |
| coding | HiddenField | 'displayAuthor' hides a field. | 233 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'getLanguageLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'getLanguageLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 237 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 237 | |
| design | DesignForExtension | Class 'GroovyDocConfiguration' looks like designed for extension (can be subclassed), but the method 'setLanguageLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyDocConfiguration' final or making the method 'setLanguageLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 241 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 241 | |
| misc | FinalParameters | Parameter languageLevel should be final. | 241 | |
| coding | HiddenField | 'languageLevel' hides a field. | 241 |
org/codehaus/gmavenplus/model/GroovyStubConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 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 | 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. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 44 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter stubSources should be final. | 44 | |
| coding | HiddenField | 'stubSources' hides a field. | 44 | |
| misc | FinalParameters | Parameter classpath should be final. | 44 | |
| coding | HiddenField | 'classpath' hides a field. | 44 | |
| misc | FinalParameters | Parameter outputDirectory should be final. | 44 | |
| coding | HiddenField | 'outputDirectory' hides a field. | 44 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getStubSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getStubSources' static/final/abstract/empty, or adding allowed annotation for the method. | 50 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 54 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getOutputDirectory' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getOutputDirectory' static/final/abstract/empty, or adding allowed annotation for the method. | 58 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 62 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setIncludeClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setIncludeClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 66 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter includeClasspath should be final. | 66 | |
| coding | HiddenField | 'includeClasspath' hides a field. | 66 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. | 70 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setSkipBytecodeCheck' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setSkipBytecodeCheck' static/final/abstract/empty, or adding allowed annotation for the method. | 74 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter skipBytecodeCheck should be final. | 74 | |
| coding | HiddenField | 'skipBytecodeCheck' hides a field. | 74 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isDebug' static/final/abstract/empty, or adding allowed annotation for the method. | 78 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setDebug' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setDebug' static/final/abstract/empty, or adding allowed annotation for the method. | 82 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter debug should be final. | 82 | |
| coding | HiddenField | 'debug' hides a field. | 82 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'isVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'isVerbose' static/final/abstract/empty, or adding allowed annotation for the method. | 86 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setVerbose' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setVerbose' static/final/abstract/empty, or adding allowed annotation for the method. | 90 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter verbose should be final. | 90 | |
| coding | HiddenField | 'verbose' hides a field. | 90 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 94 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setWarningLevel' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setWarningLevel' static/final/abstract/empty, or adding allowed annotation for the method. | 98 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter warningLevel should be final. | 98 | |
| coding | HiddenField | 'warningLevel' hides a field. | 98 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getTolerance' static/final/abstract/empty, or adding allowed annotation for the method. | 102 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setTolerance' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setTolerance' static/final/abstract/empty, or adding allowed annotation for the method. | 106 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter tolerance should be final. | 106 | |
| coding | HiddenField | 'tolerance' hides a field. | 106 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. | 110 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setSourceEncoding' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setSourceEncoding' static/final/abstract/empty, or adding allowed annotation for the method. | 114 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter sourceEncoding should be final. | 114 | |
| coding | HiddenField | 'sourceEncoding' hides a field. | 114 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'getTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'getTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. | 118 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Class 'GroovyStubConfiguration' looks like designed for extension (can be subclassed), but the method 'setTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyStubConfiguration' final or making the method 'setTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. | 122 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter targetBytecode should be final. | 122 | |
| coding | HiddenField | 'targetBytecode' hides a field. | 122 |
org/codehaus/gmavenplus/model/IncludeClasspath.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 9 |
org/codehaus/gmavenplus/model/Link.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 96). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 68 |
org/codehaus/gmavenplus/model/internal/Version.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| coding | MagicNumber | '4' is a magic number. | 114 | |
| coding | MagicNumber | '3' is a magic number. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 125 | |
| coding | MagicNumber | '3' is a magic number. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 135 | |
| coding | MagicNumber | '4' is a magic number. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 |
org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 31 | |
| design | VisibilityModifier | Variable 'sourceEncoding' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 84 | |
| design | VisibilityModifier | Variable 'targetBytecode' must be private and have accessor methods. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 102 | |
| design | VisibilityModifier | Variable 'skipBytecodeCheck' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 113 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 119 | |
| design | VisibilityModifier | Variable 'warningLevel' must be private and have accessor methods. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 138 | |
| design | VisibilityModifier | Variable 'tolerance' must be private and have accessor methods. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 144 | |
| design | VisibilityModifier | Variable 'invokeDynamic' must be private and have accessor methods. | 148 | |
| design | VisibilityModifier | Variable 'parallelParsing' must be private and have accessor methods. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 161 | |
| design | VisibilityModifier | Variable 'configScript' must be private and have accessor methods. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 167 | |
| design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 180 | |
| design | VisibilityModifier | Variable 'includeClasspath' must be private and have accessor methods. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 189 | |
| design | VisibilityModifier | Variable 'previewFeatures' must be private and have accessor methods. | 194 | |
| design | VisibilityModifier | Variable 'toolchainManager' must be private and have accessor methods. | 200 | |
| design | VisibilityModifier | Variable 'fork' must be private and have accessor methods. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 251 | |
| design | DesignForExtension | Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessCompilation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'performInProcessCompilation' static/final/abstract/empty, or adding allowed annotation for the method. | 251 | |
| misc | FinalParameters | Parameter configuration should be final. | 251 | |
| misc | FinalParameters | Parameter classpath should be final. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 216). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 265 | |
| design | DesignForExtension | Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'performForkedCompilation' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'performForkedCompilation' static/final/abstract/empty, or adding allowed annotation for the method. | 265 | |
| misc | FinalParameters | Parameter configuration should be final. | 265 | |
| misc | FinalParameters | Parameter javaExecutable should be final. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 298 | |
| design | DesignForExtension | Class 'AbstractCompileMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractCompileMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 325 |
org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| design | VisibilityModifier | Variable 'sourceEncoding' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 80 | |
| design | VisibilityModifier | Variable 'targetBytecode' must be private and have accessor methods. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 100 | |
| design | VisibilityModifier | Variable 'skipBytecodeCheck' must be private and have accessor methods. | 105 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 111 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 117 | |
| design | VisibilityModifier | Variable 'warningLevel' must be private and have accessor methods. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 136 | |
| design | VisibilityModifier | Variable 'tolerance' must be private and have accessor methods. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 148 | |
| design | VisibilityModifier | Variable 'includeClasspath' must be private and have accessor methods. | 153 | |
| design | VisibilityModifier | Variable 'toolchainManager' must be private and have accessor methods. | 159 | |
| design | VisibilityModifier | Variable 'session' must be private and have accessor methods. | 165 | |
| design | VisibilityModifier | Variable 'fork' must be private and have accessor methods. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 260). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 216 | |
| design | DesignForExtension | Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'performInProcessStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 216 | |
| misc | FinalParameters | Parameter configuration should be final. | 216 | |
| misc | FinalParameters | Parameter classpath should be final. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 227 | |
| design | DesignForExtension | Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'performForkedStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'performForkedStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 227 | |
| misc | FinalParameters | Parameter configuration should be final. | 227 | |
| misc | FinalParameters | Parameter javaExecutable should be final. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 252 | |
| design | DesignForExtension | Class 'AbstractGenerateStubsMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGenerateStubsMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 280 | |
| misc | FinalParameters | Parameter outputDirectory should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 308 |
org/codehaus/gmavenplus/mojo/AbstractGroovyDocMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.maven.shared.model.fileset.util.FileSetManager. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 | |
| design | VisibilityModifier | Variable 'windowTitle' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'docTitle' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'footer' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'languageLevel' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'displayAuthor' must be private and have accessor methods. | 97 | |
| design | VisibilityModifier | Variable 'overviewFile' must be private and have accessor methods. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 106 | |
| design | VisibilityModifier | Variable 'stylesheetFile' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'stylesheetEncoding' must be private and have accessor methods. | 115 | |
| design | VisibilityModifier | Variable 'scope' must be private and have accessor methods. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 130 | |
| design | VisibilityModifier | Variable 'links' must be private and have accessor methods. | 135 | |
| design | VisibilityModifier | Variable 'skipGroovyDoc' must be private and have accessor methods. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 152 | |
| design | VisibilityModifier | Variable 'includeClasspath' must be private and have accessor methods. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 160 | |
| design | VisibilityModifier | Variable 'defaultDocTemplates' must be private and have accessor methods. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 168 | |
| design | VisibilityModifier | Variable 'defaultPackageTemplates' must be private and have accessor methods. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 176 | |
| design | VisibilityModifier | Variable 'defaultClassTemplates' must be private and have accessor methods. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 184 | |
| design | VisibilityModifier | Variable 'groovyDocToolClass' must be private and have accessor methods. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 193 | |
| design | VisibilityModifier | Variable 'outputToolClass' must be private and have accessor methods. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 202 | |
| design | VisibilityModifier | Variable 'fileOutputToolClass' must be private and have accessor methods. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 211 | |
| design | VisibilityModifier | Variable 'resourceManagerClass' must be private and have accessor methods. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 220 | |
| design | VisibilityModifier | Variable 'classpathResourceManagerClass' must be private and have accessor methods. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 230 | |
| design | VisibilityModifier | Variable 'linkArgumentClass' must be private and have accessor methods. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 239 | |
| design | VisibilityModifier | Variable 'attachGroovyDocAnnotation' must be private and have accessor methods. | 244 | |
| design | VisibilityModifier | Variable 'toolchainManager' must be private and have accessor methods. | 250 | |
| design | VisibilityModifier | Variable 'session' must be private and have accessor methods. | 256 | |
| design | VisibilityModifier | Variable 'fork' must be private and have accessor methods. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 333 | |
| design | DesignForExtension | Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'performInProcessGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'performInProcessGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 333 | |
| misc | FinalParameters | Parameter configuration should be final. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 352 | |
| design | DesignForExtension | Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'performForkedGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'performForkedGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 352 | |
| misc | FinalParameters | Parameter configuration should be final. | 352 | |
| misc | FinalParameters | Parameter javaExecutable should be final. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 377 | |
| design | DesignForExtension | Class 'AbstractGroovyDocMojo' looks like designed for extension (can be subclassed), but the method 'buildForkClasspath' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AbstractGroovyDocMojo' final or making the method 'buildForkClasspath' static/final/abstract/empty, or adding allowed annotation for the method. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 475 |
org/codehaus/gmavenplus/mojo/AbstractGroovyMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 75 | |
| design | VisibilityModifier | Variable 'classWrangler' must be private and have accessor methods. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 229). | 79 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'session' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'pluginArtifacts' must be private and have accessor methods. | 97 | |
| design | VisibilityModifier | Variable 'mojoExecution' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'pluginDescriptor' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'minGroovyVersion' must be private and have accessor methods. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 191 | |
| misc | FinalParameters | Parameter version should be final. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 201 | |
| misc | FinalParameters | Parameter version should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 211 | |
| misc | FinalParameters | Parameter version should be final. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 221 | |
| misc | FinalParameters | Parameter version should be final. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 244 | |
| misc | FinalParameters | Parameter classpath should be final. | 244 | |
| misc | FinalParameters | Parameter includeClasspath should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 288 |
org/codehaus/gmavenplus/mojo/AbstractGroovySourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 155 |
org/codehaus/gmavenplus/mojo/AbstractGroovyStubSourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 54 | |
| misc | FinalParameters | Parameter project should be final. | 54 | |
| misc | FinalParameters | Parameter scopeToRemove should be final. | 54 | |
| misc | FinalParameters | Parameter sourceDirectory should be final. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| misc | FinalParameters | Parameter outputDirectory should be final. | 82 |
org/codehaus/gmavenplus/mojo/AbstractToolsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 101). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 35 | |
| design | VisibilityModifier | Variable 'projectHelper' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 63 | |
| design | VisibilityModifier | Variable 'properties' must be private and have accessor methods. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| design | VisibilityModifier | Variable 'allowSystemExits' must be private and have accessor methods. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 82 | |
| design | VisibilityModifier | Variable 'bindPropertiesToSeparateVariables' must be private and have accessor methods. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 96 | |
| design | VisibilityModifier | Variable 'includeClasspath' must be private and have accessor methods. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 104 | |
| design | VisibilityModifier | Variable 'bindAllProjectProperties' must be private and have accessor methods. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 113 | |
| design | VisibilityModifier | Variable 'bindSessionUserOverrideProperties' must be private and have accessor methods. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 125 | |
| design | VisibilityModifier | Variable 'bindAllSessionUserProperties' must be private and have accessor methods. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 201 |
org/codehaus/gmavenplus/mojo/AddSourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 31 | |
| design | VisibilityModifier | Variable 'sources' must be private and have accessor methods. | 39 |
org/codehaus/gmavenplus/mojo/AddStubSourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 117). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| design | VisibilityModifier | Variable 'stubsOutputDirectory' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 45 |
org/codehaus/gmavenplus/mojo/AddTestSourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 91). | 31 | |
| design | VisibilityModifier | Variable 'testSources' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 |
org/codehaus/gmavenplus/mojo/AddTestStubSourcesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 127). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| design | VisibilityModifier | Variable 'testStubsOutputDirectory' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'skipTests' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 |
org/codehaus/gmavenplus/mojo/CompileMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 134). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 39 | |
| design | VisibilityModifier | Variable 'sources' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'outputDirectory' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 80 |
org/codehaus/gmavenplus/mojo/CompileTestsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 134). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 39 | |
| design | VisibilityModifier | Variable 'testSources' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'testOutputDirectory' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'skipTests' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 91 |
org/codehaus/gmavenplus/mojo/ConsoleMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 56 | |
| design | VisibilityModifier | Variable 'consoleScript' must be private and have accessor methods. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 119 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 150 | |
| design | DesignForExtension | Class 'ConsoleMojo' looks like designed for extension (can be subclassed), but the method 'loadScript' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ConsoleMojo' final or making the method 'loadScript' static/final/abstract/empty, or adding allowed annotation for the method. | 150 | |
| misc | FinalParameters | Parameter consoleClass should be final. | 150 | |
| misc | FinalParameters | Parameter console should be final. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 208 | |
| misc | FinalParameters | Parameter consoleClass should be final. | 208 | |
| misc | FinalParameters | Parameter bindingClass should be final. | 208 | |
| misc | FinalParameters | Parameter console should be final. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 258 |
org/codehaus/gmavenplus/mojo/ExecuteMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| design | VisibilityModifier | Variable 'scripts' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'continueExecuting' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'sourceEncoding' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'skipScriptExecution' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'urlConnectionTimeout' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'urlReadTimeout' must be private and have accessor methods. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 245 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 287 | |
| misc | FinalParameters | Parameter groovyShellClass should be final. | 287 | |
| misc | FinalParameters | Parameter shell should be final. | 287 | |
| misc | FinalParameters | Parameter script should be final. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 317 |
org/codehaus/gmavenplus/mojo/GenerateStubsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 118). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 39 | |
| design | VisibilityModifier | Variable 'sources' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| design | VisibilityModifier | Variable 'stubsOutputDirectory' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 88 |
org/codehaus/gmavenplus/mojo/GenerateTestStubsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 123). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 39 | |
| design | VisibilityModifier | Variable 'testSources' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| design | VisibilityModifier | Variable 'testStubsOutputDirectory' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'skipTests' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 98 |
org/codehaus/gmavenplus/mojo/GroovyDocJarMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 49 | |
| design | VisibilityModifier | Variable 'finalName' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'jarOutputDirectory' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'jarArchiver' must be private and have accessor methods. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| design | VisibilityModifier | Variable 'archive' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'attach' must be private and have accessor methods. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 90 | |
| design | VisibilityModifier | Variable 'defaultManifestFile' must be private and have accessor methods. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 94 | |
| design | VisibilityModifier | Variable 'invokeGroovyDoc' must be private and have accessor methods. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 155 | |
| misc | FinalParameters | Parameter groovydocFiles should be final. | 155 | |
| misc | FinalParameters | Parameter jarFileName should be final. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 184 |
org/codehaus/gmavenplus/mojo/GroovyDocMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| design | VisibilityModifier | Variable 'sources' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'groovyDocOutputDirectory' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'groovyDocJavaSources' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 86 |
org/codehaus/gmavenplus/mojo/GroovyDocTestsJarMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 116). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 49 | |
| design | VisibilityModifier | Variable 'finalName' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'jarOutputDirectory' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'jarArchiver' must be private and have accessor methods. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| design | VisibilityModifier | Variable 'archive' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'attach' must be private and have accessor methods. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 90 | |
| design | VisibilityModifier | Variable 'defaultManifestFile' must be private and have accessor methods. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| design | VisibilityModifier | Variable 'invokeGroovyDoc' must be private and have accessor methods. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 155 | |
| misc | FinalParameters | Parameter groovydocFiles should be final. | 155 | |
| misc | FinalParameters | Parameter jarFileName should be final. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 184 |
org/codehaus/gmavenplus/mojo/GroovyDocTestsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 102). | 37 | |
| design | VisibilityModifier | Variable 'testSources' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'testGroovyDocOutputDirectory' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'testGroovyDocJavaSources' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 86 |
org/codehaus/gmavenplus/mojo/RemoveStubsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| design | VisibilityModifier | Variable 'stubsOutputDirectory' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 |
org/codehaus/gmavenplus/mojo/RemoveTestStubsMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| design | VisibilityModifier | Variable 'testStubsOutputDirectory' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'skipTests' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 54 |
org/codehaus/gmavenplus/mojo/ShellMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 101). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| design | VisibilityModifier | Variable 'verbosity' must be private and have accessor methods. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 224). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 277). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 176 |
org/codehaus/gmavenplus/util/ClassWrangler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 126). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 116 | |
| coding | MagicNumber | '9' is a magic number. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 126 | |
| coding | MagicNumber | '4' is a magic number. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 154 | |
| misc | FinalParameters | Parameter detectedVersion should be final. | 154 | |
| misc | FinalParameters | Parameter compareToVersion should be final. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 165 | |
| misc | FinalParameters | Parameter detectedVersion should be final. | 165 | |
| misc | FinalParameters | Parameter compareToVersion should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 176 | |
| misc | FinalParameters | Parameter detectedVersion should be final. | 176 | |
| misc | FinalParameters | Parameter compareToVersion should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 187 | |
| misc | FinalParameters | Parameter detectedVersion should be final. | 187 | |
| misc | FinalParameters | Parameter compareToVersion should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 252 | |
| coding | HiddenField | 'classLoader' hides a field. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 294 |
org/codehaus/gmavenplus/util/FileUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 23 | |
| design | FinalClass | Class FileUtils should be declared as final. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 45 |
org/codehaus/gmavenplus/util/ForkedGroovyCompiler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter args should be final. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 91 |
org/codehaus/gmavenplus/util/GroovyCompiler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.codehaus.gmavenplus.util.ReflectionUtils.*. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter classWrangler should be final. | 272 | |
| coding | HiddenField | 'classWrangler' hides a field. | 272 | |
| misc | FinalParameters | Parameter log should be final. | 272 | |
| coding | HiddenField | 'log' hides a field. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 277 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'compile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'compile' static/final/abstract/empty, or adding allowed annotation for the method. | 277 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter configuration should be final. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 215). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 308 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'generateGroovyDoc' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'generateGroovyDoc' static/final/abstract/empty, or adding allowed annotation for the method. | 308 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 308 | |
| misc | FinalParameters | Parameter configuration should be final. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 210). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 246). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 266). | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 187). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 284). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 357 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupLinks' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupLinks' static/final/abstract/empty, or adding allowed annotation for the method. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 361 | |
| misc | FinalParameters | Parameter configuration should be final. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 423). | 390 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'createGroovyDocTool' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'createGroovyDocTool' static/final/abstract/empty, or adding allowed annotation for the method. | 390 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 390 | |
| misc | FinalParameters | Parameter configuration should be final. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 424 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 445 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupGroovyDocSources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupGroovyDocSources' static/final/abstract/empty, or adding allowed annotation for the method. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 293). | 468 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'performGroovyDocGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'performGroovyDocGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 486 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'generateStubs' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'generateStubs' static/final/abstract/empty, or adding allowed annotation for the method. | 486 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 486 | |
| misc | FinalParameters | Parameter configuration should be final. | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 202). | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 248). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 222). | 519 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupStubCompilerConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupStubCompilerConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 537 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'addGroovySources' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'addGroovySources' static/final/abstract/empty, or adding allowed annotation for the method. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 540 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 562 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'supportsStubGeneration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'supportsStubGeneration' static/final/abstract/empty, or adding allowed annotation for the method. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 569 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'supportsSettingExtensions' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'supportsSettingExtensions' static/final/abstract/empty, or adding allowed annotation for the method. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 366). | 576 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupCompilationUnit' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupCompilationUnit' static/final/abstract/empty, or adding allowed annotation for the method. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 246). | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 205). | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 584 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'setupCompilerConfiguration' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'setupCompilerConfiguration' static/final/abstract/empty, or adding allowed annotation for the method. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 245). | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 193). | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 214). | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 615 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 619 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 622 | |
| sizes | LineLength | Line is longer than 80 characters (found 275). | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 642 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 233). | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 659 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 228). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 235). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 680 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'verifyGroovyVersionSupportsTargetBytecode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'verifyGroovyVersionSupportsTargetBytecode' static/final/abstract/empty, or adding allowed annotation for the method. | 680 | |
| misc | FinalParameters | Parameter targetBytecode should be final. | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 352). | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 695 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 713 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 720 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 725 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 271). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 272). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 199). | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 196). | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 313). | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 197). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 221). | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 776 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 776 | |
| misc | FinalParameters | Parameter targetBytecode should be final. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 783 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportIndy' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportIndy' static/final/abstract/empty, or adding allowed annotation for the method. | 786 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportPreviewFeatures' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportPreviewFeatures' static/final/abstract/empty, or adding allowed annotation for the method. | 790 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'isJavaSupportParameters' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'isJavaSupportParameters' static/final/abstract/empty, or adding allowed annotation for the method. | 794 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'getJavaVersion' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'getJavaVersion' static/final/abstract/empty, or adding allowed annotation for the method. | 798 | |
| design | DesignForExtension | Class 'GroovyCompiler' looks like designed for extension (can be subclassed), but the method 'getJavaVersionString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'GroovyCompiler' final or making the method 'getJavaVersionString' static/final/abstract/empty, or adding allowed annotation for the method. | 802 |
org/codehaus/gmavenplus/util/NoExitSecurityManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 |
org/codehaus/gmavenplus/util/ReflectionUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 195). | 30 | |
| design | FinalClass | Class ReflectionUtils should be declared as final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 204). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 240 | |
| misc | FinalParameters | Parameter clazz should be final. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 264 | |
| misc | FinalParameters | Parameter clazz should be final. | 264 |
GMavenPlus