The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 2 | |
FileTabCharacter
| 0 | |
LeftCurly
| 1 | |
RightCurly
| 0 | |
LineLength
| 3 | |
| MemberName | 0 | |
JavadocMethod
| 192 | |
JavadocType
| 0 | |
JavadocVariable
| 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 2 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 4 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 44 | |
ParenPad
| 10 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 1 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 6 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 64 | |
| '&&' should be on a new line. | 272 | |
| '&&' should be on a new line. | 281 | |
| Missing a Javadoc comment. | 289 | |
| Missing a Javadoc comment. | 317 | |
| Missing a Javadoc comment. | 513 | |
| Missing a Javadoc comment. | 571 | |
| 'workDirectory' hides a field. | 571 | |
| Unused @throws tag for 'IllegalArgumentException'. | 607 | |
| Unused @throws tag for 'IllegalArgumentException'. | 648 | |
| '&&' should be on a new line. | 668 | |
| '+' should be on a new line. | 721 | |
| Missing a Javadoc comment. | 732 | |
| Missing a Javadoc comment. | 737 | |
| Missing a Javadoc comment. | 742 | |
| Missing a Javadoc comment. | 767 | |
| Missing a Javadoc comment. | 774 | |
| '+' should be on a new line. | 812 | |
| '+' should be on a new line. | 827 | |
| '+' should be on a new line. | 835 | |
| Line is longer than 120 characters. | 836 | |
| '+' should be on a new line. | 836 | |
| '+' should be on a new line. | 837 | |
| '+' should be on a new line. | 842 | |
| '+' should be on a new line. | 843 | |
| Missing a Javadoc comment. | 860 | |
| '+' should be on a new line. | 946 | |
| '+' should be on a new line. | 1029 | |
| '+' should be on a new line. | 1047 | |
| 'workDirectory' hides a field. | 1071 | |
| 'canUnsign' hides a field. | 1088 | |
| '+' should be on a new line. | 1097 | |
| '+' should be on a new line. | 1098 | |
| '+' should be on a new line. | 1099 | |
| '&&' should be on a new line. | 1138 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 329 | |
| Missing a Javadoc comment. | 334 | |
| Missing a Javadoc comment. | 339 | |
| Missing a Javadoc comment. | 344 | |
| Missing a Javadoc comment. | 349 | |
| Missing a Javadoc comment. | 354 | |
| Missing a Javadoc comment. | 359 | |
| '&&' should be on a new line. | 519 | |
| '&&' should be on a new line. | 520 | |
| '+' should be on a new line. | 561 | |
| '+' should be on a new line. | 567 | |
| '+' should be on a new line. | 606 | |
| ')' is not preceded with whitespace. | 635 | |
| '&&' should be on a new line. | 805 | |
| '&&' should be on a new line. | 806 | |
| '+' should be on a new line. | 897 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'IllegalArgumentException'. | 69 | |
| Expected an @return tag. | 81 | |
| Expected @param tag for 'obj'. | 81 | |
| Expected @param tag for 'outputJarVersion'. | 232 | |
| Unused @throws tag for 'IllegalArgumentException'. | 263 | |
| Expected @param tag for 'artifact'. | 265 | |
| Expected @param tag for 'hrefValue'. | 286 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 96 | |
| 'tempDirectory' hides a field. | 96 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 111 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 178 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 40 | |
| '&&' should be on a new line. | 172 | |
| '+' should be on a new line. | 175 | |
| '+' should be on a new line. | 243 | |
| '+' should be on a new line. | 266 | |
| Line is longer than 120 characters. | 267 | |
| '+' should be on a new line. | 267 | |
| '+' should be on a new line. | 274 | |
| '+' should be on a new line. | 275 | |
| '+' should be on a new line. | 309 | |
| '+' should be on a new line. | 310 | |
| '+' should be on a new line. | 311 | |
| '+' should be on a new line. | 348 | |
| '||' should be on a new line. | 366 | |
| '+' should be on a new line. | 391 | |
| '+' should be on a new line. | 392 | |
| '+' should be on a new line. | 525 | |
| '+' should be on a new line. | 526 | |
| '+' should be on a new line. | 535 | |
| Line is longer than 120 characters. | 615 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 98 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'jarResources'. | 99 | |
| Expected @param tag for 'outputFilename'. | 109 | |
| Expected @param tag for 'mainClass'. | 120 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 212 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 227 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'IllegalArgumentException'. | 72 | |
| More than 7 parameters. | 74 | |
| Expected @param tag for 'mavenProject'. | 74 | |
| Expected @param tag for 'defaultTemplateResourceName'. | 74 | |
| Expected @param tag for 'webstartJarURL'. | 76 | |
| Expected @param tag for 'encoding'. | 76 | |
| '=' is not preceded with whitespace. | 102 | |
| Missing a Javadoc comment. | 173 | |
| Expected @throws tag for 'Exception'. | 184 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| More than 7 parameters. | 52 | |
| Expected @param tag for 'mavenProject'. | 52 | |
| Expected @param tag for 'task'. | 52 | |
| Expected @param tag for 'extension'. | 52 | |
| Expected @param tag for 'defaultTemplateResourceName'. | 53 | |
| Expected @param tag for 'outputFile'. | 53 | |
| Expected @param tag for 'mainClass'. | 54 | |
| Expected @param tag for 'webstartJarURL'. | 54 | |
| Expected @param tag for 'encoding'. | 55 | |
| ')' is not preceded with whitespace. | 55 | |
| ')' is not preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 50 | |
| Expected @param tag for 'mavenProject'. | 50 | |
| Expected @param tag for 'task'. | 50 | |
| Expected @param tag for 'defaultTemplateResourceName'. | 50 | |
| Expected @param tag for 'outputFile'. | 51 | |
| Expected @param tag for 'mainClass'. | 51 | |
| Expected @param tag for 'webstartJarURL'. | 52 | |
| Expected @param tag for 'encoding'. | 52 | |
| Missing a Javadoc comment. | 68 | |
| '(' is not followed by whitespace. | 91 | |
| ')' is not preceded with whitespace. | 91 | |
| '{' should be on a new line. | 91 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 57 | |
| Expected @param tag for 'defaultTemplateResourceName'. | 58 | |
| Expected @param tag for 'outputFile'. | 58 | |
| Expected @param tag for 'webstartJarURL'. | 59 | |
| Expected @param tag for 'encoding'. | 60 | |
| ')' is not preceded with whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 128 | |
| 'workDirectory' hides a field. | 128 | |
| 'verbose' hides a field. | 128 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 193 | |
| Missing a Javadoc comment. | 198 | |
| Missing a Javadoc comment. | 203 | |
| Missing a Javadoc comment. | 208 | |
| Missing a Javadoc comment. | 213 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 223 | |
| Missing a Javadoc comment. | 228 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 248 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 268 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 283 | |
| Missing a Javadoc comment. | 288 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 313 | |
| Missing a Javadoc comment. | 318 | |
| Missing a Javadoc comment. | 323 | |
| Missing a Javadoc comment. | 328 | |
| Missing a Javadoc comment. | 333 | |
| Missing a Javadoc comment. | 338 | |
| Missing a Javadoc comment. | 343 | |
| Missing a Javadoc comment. | 348 | |
| Missing a Javadoc comment. | 353 | |
| Missing a Javadoc comment. | 358 | |
| Missing a Javadoc comment. | 363 | |
| Missing a Javadoc comment. | 368 | |
| Missing a Javadoc comment. | 373 | |
| Missing a Javadoc comment. | 378 | |
| Missing a Javadoc comment. | 383 | |
| Missing a Javadoc comment. | 388 | |
| Missing a Javadoc comment. | 393 | |
| '(' is not followed by whitespace. | 417 | |
| '(' is not followed by whitespace. | 417 | |
| ')' is not preceded with whitespace. | 417 | |
| ')' is not preceded with whitespace. | 417 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 191 | |
| '+' should be on a new line. | 237 | |
| Missing a Javadoc comment. | 283 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 121 |