The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 0 | |
JavadocMethod
| 97 | |
JavadocType
| 0 | |
JavadocVariable
| 12 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 19 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 7 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 35 | |
| SimplifyBooleanExpression | 2 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| 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. | 31 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 104 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 101 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 101 | |
| '30000' is a magic number. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 127 | |
| Redundant throws: 'NoSuchAlgorithmException' is subclass of 'Exception'. | 141 | |
| Redundant throws: 'IOException' is subclass of 'Exception'. | 141 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 141 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 141 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 142 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 142 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 142 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 207 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Collections. | 27 | |
| Missing a Javadoc comment. | 78 | |
| Name 'POM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 106 | |
| Expected an @return tag. | 125 | |
| Expected @throws tag for 'IOException'. | 126 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 230 | |
| Missing a Javadoc comment. | 242 | |
| '30000' is a magic number. | 250 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 272 | |
| Redundant throws: 'NoSuchAlgorithmException' is subclass of 'Exception'. | 285 | |
| Redundant throws: 'IOException' is subclass of 'Exception'. | 285 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 285 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 285 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 286 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 286 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 286 | |
| Missing a Javadoc comment. | 304 | |
| Expression can be simplified. | 308 | |
| Line is longer than 120 characters. | 314 | |
| Missing a Javadoc comment. | 336 | |
| Expression can be simplified. | 347 | |
| 'resource' hides a field. | 360 | |
| Missing a Javadoc comment. | 377 | |
| Expected @throws tag for 'Exception'. | 426 | |
| Expected @throws tag for 'Exception'. | 473 | |
| Expected @throws tag for 'Exception'. | 528 | |
| Expected @param tag for 'wagon'. | 581 | |
| Expected @throws tag for 'Exception'. | 582 | |
| Missing a Javadoc comment. | 587 | |
| 'destFile' hides a field. | 595 | |
| Expected @throws tag for 'TransferFailedException'. | 614 | |
| Expected @throws tag for 'AuthorizationException'. | 614 | |
| Missing a Javadoc comment. | 640 | |
| Missing a Javadoc comment. | 679 | |
| Expected @throws tag for 'Exception'. | 720 | |
| Expected @throws tag for 'Exception'. | 774 | |
| Expected @throws tag for 'Exception'. | 810 | |
| Expected @throws tag for 'Exception'. | 836 | |
| Missing a Javadoc comment. | 860 | |
| Missing a Javadoc comment. | 882 | |
| 'resource' hides a field. | 884 | |
| Missing a Javadoc comment. | 909 | |
| 'resource' hides a field. | 909 | |
| Missing a Javadoc comment. | 917 | |
| Missing a Javadoc comment. | 925 | |
| Missing a Javadoc comment. | 946 | |
| Missing a Javadoc comment. | 955 | |
| Missing a Javadoc comment. | 965 | |
| Missing a Javadoc comment. | 975 | |
| 'resource' hides a field. | 977 | |
| Missing a Javadoc comment. | 1001 | |
| Missing a Javadoc comment. | 1006 | |
| 'resource' hides a field. | 1006 | |
| Missing a Javadoc comment. | 1014 | |
| Missing a Javadoc comment. | 1048 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 76 | |
| '10007' is a magic number. | 91 | |
| Missing a Javadoc comment. | 103 | |
| 'server' hides a field. | 103 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 130 | |
| 'server' hides a field. | 140 | |
| Line is longer than 120 characters. | 146 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 159 | |
| 'server' hides a field. | 159 | |
| Missing a Javadoc comment. | 163 | |
| 'server' hides a field. | 163 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 197 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 212 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 212 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 212 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 213 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 213 | |
| 'server' hides a field. | 217 | |
| Missing a Javadoc comment. | 239 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 266 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 281 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 281 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 281 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 282 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 282 | |
| 'server' hides a field. | 286 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 313 | |
| Missing a Javadoc comment. | 318 | |
| 'server' hides a field. | 321 | |
| '10008' is a magic number. | 321 | |
| Missing a Javadoc comment. | 365 | |
| Missing a Javadoc comment. | 374 | |
| Redundant throws: 'IOException' is subclass of 'Exception'. | 388 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 388 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 388 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 388 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 389 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 389 | |
| '10007' is a magic number. | 391 | |
| '10007' is a magic number. | 396 | |
| Missing a Javadoc comment. | 437 | |
| Missing a Javadoc comment. | 451 | |
| Missing a Javadoc comment. | 468 | |
| Missing a Javadoc comment. | 477 | |
| 'server' hides a field. | 481 | |
| Missing a Javadoc comment. | 513 | |
| Missing a Javadoc comment. | 527 | |
| Missing a Javadoc comment. | 543 | |
| Missing a Javadoc comment. | 552 | |
| 'server' hides a field. | 556 | |
| 'server' hides a field. | 589 | |
| Missing a Javadoc comment. | 605 | |
| Missing a Javadoc comment. | 647 | |
| Missing a Javadoc comment. | 661 | |
| Missing a Javadoc comment. | 675 | |
| Redundant throws: 'ConnectionException' is subclass of 'Exception'. | 690 | |
| Redundant throws: 'AuthenticationException' is subclass of 'Exception'. | 690 | |
| Redundant throws: 'TransferFailedException' is subclass of 'Exception'. | 690 | |
| Redundant throws: 'ResourceDoesNotExistException' is subclass of 'Exception'. | 691 | |
| Redundant throws: 'AuthorizationException' is subclass of 'Exception'. | 691 | |
| 'server' hides a field. | 695 | |
| Missing a Javadoc comment. | 723 | |
| Missing a Javadoc comment. | 737 | |
| Missing a Javadoc comment. | 754 | |
| Missing a Javadoc comment. | 763 | |
| 'server' hides a field. | 767 | |
| 'status' hides a field. | 819 | |
| Name 'base_request' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 848 | |
| '407' is a magic number. | 884 |