The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 1 | |
| coding | AvoidInlineConditionals | 3 | |
| HiddenField | 53 | ||
| MagicNumber | 8 | ||
| design | DesignForExtension | 122 | |
| VisibilityModifier | 40 | ||
| imports | AvoidStarImport | 10 | |
| javadoc | JavadocMethod | 152 | |
| JavadocPackage | 3 | ||
| JavadocStyle | 40 | ||
| JavadocType | 11 | ||
| JavadocVariable | 63 | ||
| misc | FinalParameters | 104 | |
| TodoComment | 10 | ||
| modifier | ModifierOrder | 1 | |
| sizes | LineLength | 216 | |
| whitespace | WhitespaceAround | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 86). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 's3' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter def should be final. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| misc | FinalParameters | Parameter varName should be final. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter ms should be final. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter input should be final. | 135 | |
| misc | FinalParameters | Parameter save should be final. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.amazonaws.services.apigateway.model.*. | 11 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.amazonaws.services.lambda.model.*. | 13 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 49 | |
| 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 88). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 72 | |
| design | VisibilityModifier | Variable 'assumedRoleArn' must be private and have accessor methods. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 79 | |
| design | VisibilityModifier | Variable 'assumedRoleExternalId' must be private and have accessor methods. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 89 | |
| design | VisibilityModifier | Variable 'doNotUpload' must be private and have accessor methods. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 95 | |
| design | VisibilityModifier | Variable 'deleteOnCompletion' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'configFile' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 's3FilePath' must be private and have accessor methods. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| design | VisibilityModifier | Variable 's3Bucket' must be private and have accessor methods. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 132 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 133 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 163 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 166 | |
| design | VisibilityModifier | Variable 'percent' must be private and have accessor methods. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 170 | |
| misc | FinalParameters | Parameter progressEvent should be final. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 173 | |
| coding | MagicNumber | '100' is a magic number. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 202 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 226 | |
| blocks | EmptyBlock | Must have at least one statement. | 228 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 234 | |
| design | DesignForExtension | Method 'getAssumedRoleArn' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| design | DesignForExtension | Method 'getAssumedRoleExternalId' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter resources should be final. | 263 | |
| misc | FinalParameters | Parameter path should be final. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 264 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter apiGateway should be final. | 268 | |
| misc | FinalParameters | Parameter api should be final. | 268 | |
| misc | FinalParameters | Parameter resourcesAtStart should be final. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 293 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 299 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 300 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 302 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 303 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 304 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| misc | FinalParameters | Parameter resource should be final. | 335 | |
| misc | FinalParameters | Parameter config should be final. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter apiGateway should be final. | 346 | |
| misc | FinalParameters | Parameter api should be final. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter apiGateway should be final. | 352 | |
| misc | FinalParameters | Parameter apiName should be final. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 368 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 379 | |
| misc | FinalParameters | Parameter lambda should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'lambda'. | 379 | |
| misc | FinalParameters | Parameter endpointConfig should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'endpointConfig'. | 379 | |
| misc | FinalParameters | Parameter s3FilePath should be final. | 379 | |
| coding | HiddenField | 's3FilePath' hides a field. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 's3FilePath'. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 402 | |
| misc | FinalParameters | Parameter lambda should be final. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'lambda'. | 402 | |
| misc | FinalParameters | Parameter endpointConfig should be final. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'endpointConfig'. | 402 | |
| misc | FinalParameters | Parameter s3FilePath should be final. | 402 | |
| coding | HiddenField | 's3FilePath' hides a field. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 's3FilePath'. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 412 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 412 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 412 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 412 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 412 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 412 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| misc | FinalParameters | Parameter file should be final. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 33 | |
| design | VisibilityModifier | Variable 'assumedRoleArn' must be private and have accessor methods. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 40 | |
| design | VisibilityModifier | Variable 'assumedRoleExternalId' must be private and have accessor methods. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 84 | |
| coding | MagicNumber | '1000' is a magic number. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter eb should be final. | 95 | |
| misc | FinalParameters | Parameter domainName should be final. | 95 | |
| design | DesignForExtension | Method 'getAssumedRoleArn' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| design | DesignForExtension | Method 'getAssumedRoleExternalId' is not designed for extension - needs to be abstract, final or empty. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.amazonaws.services.s3.model.*. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.erigir.maven.plugin.s3uploadparam.*. | 8 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.erigir.wrench.drigo.*. | 9 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| design | VisibilityModifier | Variable 'assumedRoleArn' must be private and have accessor methods. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 46 | |
| design | VisibilityModifier | Variable 'assumedRoleExternalId' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'doNotUpload' must be private and have accessor methods. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| design | VisibilityModifier | Variable 'deleteNonMatch' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 's3Bucket' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 's3Prefix' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'endpoint' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'recursive' must be private and have accessor methods. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| design | VisibilityModifier | Variable 'objectMetadataSettings' must be private and have accessor methods. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| design | VisibilityModifier | Variable 'htmlResourceBatchings' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'fileCompression' must be private and have accessor methods. | 112 | |
| design | VisibilityModifier | Variable 'md5' must be private and have accessor methods. | 117 | |
| design | VisibilityModifier | Variable 'cssCompilation' must be private and have accessor methods. | 122 | |
| design | VisibilityModifier | Variable 'htmlCompression' must be private and have accessor methods. | 127 | |
| design | VisibilityModifier | Variable 'replacement' must be private and have accessor methods. | 132 | |
| design | VisibilityModifier | Variable 'babelCompilation' must be private and have accessor methods. | 137 | |
| design | VisibilityModifier | Variable 'javascriptCompilation' must be private and have accessor methods. | 142 | |
| design | VisibilityModifier | Variable 'validators' must be private and have accessor methods. | 147 | |
| design | VisibilityModifier | Variable 'exclusions' must be private and have accessor methods. | 152 | |
| design | VisibilityModifier | Variable 'processIncludes' must be private and have accessor methods. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| design | VisibilityModifier | Variable 'backupCurrent' must be private and have accessor methods. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| design | VisibilityModifier | Variable 'deltaMethod' must be private and have accessor methods. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 175 | |
| design | VisibilityModifier | Variable 'backupPrefix' must be private and have accessor methods. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| design | VisibilityModifier | Variable 'renameMappings' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| misc | FinalParameters | Parameter s3 should be final. | 334 | |
| misc | FinalParameters | Parameter results should be final. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 335 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 362 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| misc | FinalParameters | Parameter s3 should be final. | 438 | |
| misc | FinalParameters | Parameter backupSubdir should be final. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 439 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| misc | FinalParameters | Parameter s3 should be final. | 464 | |
| misc | FinalParameters | Parameter sourceFile should be final. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 479 | |
| design | DesignForExtension | Method 'provideObjectMetadata' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 490 | |
| misc | FinalParameters | Parameter file should be final. | 490 | |
| misc | FinalParameters | Parameter objectMetadata should be final. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 491 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 502 | |
| design | DesignForExtension | Method 'getAssumedRoleArn' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| design | DesignForExtension | Method 'getAssumedRoleExternalId' is not designed for extension - needs to be abstract, final or empty. | 511 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.amazonaws.services.elasticbeanstalk.model.*. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| design | VisibilityModifier | Variable 'assumedRoleArn' must be private and have accessor methods. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 54 | |
| design | VisibilityModifier | Variable 'assumedRoleExternalId' must be private and have accessor methods. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 129 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 163 | |
| coding | MagicNumber | '1000' is a magic number. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 166 | |
| coding | MagicNumber | '1000' is a magic number. | 168 | |
| coding | MagicNumber | '1000' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 173 | |
| coding | MagicNumber | '1000' is a magic number. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter eb should be final. | 252 | |
| misc | FinalParameters | Parameter environmentName should be final. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter eb should be final. | 276 | |
| misc | FinalParameters | Parameter domainName should be final. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| misc | FinalParameters | Parameter eb should be final. | 288 | |
| misc | FinalParameters | Parameter environmentName should be final. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 303 | |
| design | DesignForExtension | Method 'waitForEnvironmentGreen' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| misc | FinalParameters | Parameter eb should be final. | 303 | |
| misc | FinalParameters | Parameter environmentName should be final. | 303 | |
| misc | FinalParameters | Parameter maxWaitMS should be final. | 303 | |
| coding | MagicNumber | '20000' is a magic number. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| misc | FinalParameters | Parameter url should be final. | 329 | |
| misc | FinalParameters | Parameter maxWaitMS should be final. | 329 | |
| coding | MagicNumber | '20000' is a magic number. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 350 | |
| design | DesignForExtension | Method 'getAssumedRoleArn' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| design | DesignForExtension | Method 'getAssumedRoleExternalId' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 372 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 376 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| misc | FinalParameters | Parameter optionName should be final. | 387 | |
| coding | HiddenField | 'optionName' hides a field. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| coding | HiddenField | 'value' hides a field. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| misc | FinalParameters | Parameter namespace should be final. | 403 | |
| coding | HiddenField | 'namespace' hides a field. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'getEndpoints' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'setEndpoints' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter endpoints should be final. | 34 | |
| coding | HiddenField | 'endpoints' hides a field. | 34 | |
| design | DesignForExtension | Method 'getApiName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'setApiName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter apiName should be final. | 42 | |
| coding | HiddenField | 'apiName' hides a field. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'isEnableCORS' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'setEnableCORS' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter enableCORS should be final. | 33 | |
| coding | HiddenField | 'enableCORS' hides a field. | 33 | |
| design | DesignForExtension | Method 'getResourcePath' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setResourcePath' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter resourcePath should be final. | 41 | |
| coding | HiddenField | 'resourcePath' hides a field. | 41 | |
| design | DesignForExtension | Method 'getResourceMethods' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setResourceMethods' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter resourceMethods should be final. | 49 | |
| coding | HiddenField | 'resourceMethods' hides a field. | 49 | |
| design | DesignForExtension | Method 'parentPath' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'endPathPart' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter description should be final. | 38 | |
| coding | HiddenField | 'description' hides a field. | 38 | |
| design | DesignForExtension | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter className should be final. | 46 | |
| coding | HiddenField | 'className' hides a field. | 46 | |
| design | DesignForExtension | Method 'getLambdaConfig' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setLambdaConfig' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter lambdaConfig should be final. | 54 | |
| coding | HiddenField | 'lambdaConfig' hides a field. | 54 | |
| design | DesignForExtension | Method 'getApiGatewayConfig' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setApiGatewayConfig' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter apiGatewayConfig should be final. | 62 | |
| coding | HiddenField | 'apiGatewayConfig' hides a field. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| design | DesignForExtension | Method 'getFunctionName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'setFunctionName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter functionName should be final. | 36 | |
| coding | HiddenField | 'functionName' hides a field. | 36 | |
| design | DesignForExtension | Method 'getRuntime' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'setRuntime' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter runtime should be final. | 44 | |
| coding | HiddenField | 'runtime' hides a field. | 44 | |
| design | DesignForExtension | Method 'getTimeoutInSeconds' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setTimeoutInSeconds' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter timeoutInSeconds should be final. | 52 | |
| coding | HiddenField | 'timeoutInSeconds' hides a field. | 52 | |
| design | DesignForExtension | Method 'getMemoryInMb' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setMemoryInMb' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter memoryInMb should be final. | 60 | |
| coding | HiddenField | 'memoryInMb' hides a field. | 60 | |
| design | DesignForExtension | Method 'getRoleArn' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setRoleArn' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter roleArn should be final. | 68 | |
| coding | HiddenField | 'roleArn' hides a field. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 29 | |
| coding | HiddenField | 'includeRegex' hides a field. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 25 | |
| coding | HiddenField | 'includeRegex' hides a field. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 33 | |
| coding | HiddenField | 'includeRegex' hides a field. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 25 | |
| coding | HiddenField | 'includeRegex' hides a field. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 25 | |
| coding | HiddenField | 'includeRegex' hides a field. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 31 | |
| 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 | |
| design | DesignForExtension | Method 'toDrigoBatching' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getWrappedReplaceText' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 67 | |
| coding | HiddenField | 'includeRegex' hides a field. | 67 | |
| design | DesignForExtension | Method 'getFlagName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'setFlagName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter flagName should be final. | 75 | |
| coding | HiddenField | 'flagName' hides a field. | 75 | |
| design | DesignForExtension | Method 'getReplaceInHtmlRegex' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'setReplaceInHtmlRegex' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter replaceInHtmlRegex should be final. | 83 | |
| coding | HiddenField | 'replaceInHtmlRegex' hides a field. | 83 | |
| design | DesignForExtension | Method 'getOutputFileName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'setOutputFileName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter outputFileName should be final. | 91 | |
| coding | HiddenField | 'outputFileName' hides a field. | 91 | |
| design | DesignForExtension | Method 'getReplaceText' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| design | DesignForExtension | Method 'setReplaceText' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter replaceText should be final. | 99 | |
| coding | HiddenField | 'replaceText' hides a field. | 99 | |
| design | DesignForExtension | Method 'isDeleteSource' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'setDeleteSource' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter deleteSource should be final. | 107 | |
| coding | HiddenField | 'deleteSource' hides a field. | 107 | |
| design | DesignForExtension | Method 'getFileSeparator' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| design | DesignForExtension | Method 'setFileSeparator' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter fileSeparator should be final. | 115 | |
| coding | HiddenField | 'fileSeparator' hides a field. | 115 | |
| design | DesignForExtension | Method 'combine' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter src should be final. | 119 | |
| misc | FinalParameters | Parameter output should be final. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 37 | |
| coding | HiddenField | 'includeRegex' hides a field. | 37 | |
| design | DesignForExtension | Method 'getMode' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter mode should be final. | 45 | |
| coding | HiddenField | 'mode' hides a field. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 28 | |
| coding | HiddenField | 'includeRegex' hides a field. | 28 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 36 | |
| coding | HiddenField | 'includeRegex' hides a field. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 8 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| 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. | 34 | |
| 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 111). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter omd should be final. | 44 | |
| misc | FinalParameters | Parameter drigoMeta should be final. | 44 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 64 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 79 | |
| coding | HiddenField | 'includeRegex' hides a field. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 81 | |
| design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter contentType should be final. | 90 | |
| coding | HiddenField | 'contentType' hides a field. | 90 | |
| design | DesignForExtension | Method 'getCacheControl' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'setCacheControl' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter cacheControl should be final. | 98 | |
| coding | HiddenField | 'cacheControl' hides a field. | 98 | |
| design | DesignForExtension | Method 'getContentDisposition' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'setContentDisposition' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter contentDisposition should be final. | 106 | |
| coding | HiddenField | 'contentDisposition' hides a field. | 106 | |
| design | DesignForExtension | Method 'getContentEncoding' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'setContentEncoding' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter contentEncoding should be final. | 114 | |
| coding | HiddenField | 'contentEncoding' hides a field. | 114 | |
| design | DesignForExtension | Method 'setMd5' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter md5 should be final. | 118 | |
| coding | HiddenField | 'md5' hides a field. | 118 | |
| design | DesignForExtension | Method 'getUserMetaData' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| design | DesignForExtension | Method 'setUserMetaData' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter userMetaData should be final. | 126 | |
| coding | HiddenField | 'userMetaData' hides a field. | 126 | |
| design | DesignForExtension | Method 'shouldInclude' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter f should be final. | 130 | |
| misc | FinalParameters | Parameter log should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 134 | |
| design | DesignForExtension | Method 'toAddMetadata' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| misc | FinalParameters | Parameter name should be final. | 166 | |
| misc | FinalParameters | Parameter value should be final. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | 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 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 29 | |
| coding | HiddenField | 'includeRegex' hides a field. | 29 | |
| design | DesignForExtension | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter prefix should be final. | 37 | |
| coding | HiddenField | 'prefix' hides a field. | 37 | |
| design | DesignForExtension | Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'setSuffix' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter suffix should be final. | 45 | |
| coding | HiddenField | 'suffix' hides a field. | 45 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | 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 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 34 | |
| coding | HiddenField | 'includeRegex' hides a field. | 34 | |
| design | DesignForExtension | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter prefix should be final. | 42 | |
| coding | HiddenField | 'prefix' hides a field. | 42 | |
| design | DesignForExtension | Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'setSuffix' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter suffix should be final. | 50 | |
| coding | HiddenField | 'suffix' hides a field. | 50 | |
| design | DesignForExtension | Method 'getReplace' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setReplace' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter replace should be final. | 58 | |
| coding | HiddenField | 'replace' hides a field. | 58 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter src should be final. | 33 | |
| coding | HiddenField | 'src' hides a field. | 33 | |
| design | DesignForExtension | Method 'getDst' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'setDst' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter dst should be final. | 41 | |
| coding | HiddenField | 'dst' hides a field. | 41 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter type should be final. | 31 | |
| coding | HiddenField | 'type' hides a field. | 31 | |
| design | DesignForExtension | Method 'toDrigo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'setIncludeRegex' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter includeRegex should be final. | 47 | |
| coding | HiddenField | 'includeRegex' hides a field. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 |