The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 2 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
JavadocMethod
| 27 | |
JavadocType
| 0 | |
JavadocVariable
| 1 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| 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
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| 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 | |
| Expected @param tag for 'propFindType'. | 62 | |
| Expected @param tag for 'depth'. | 63 | |
| Expected @param tag for 'depth'. | 88 | |
| Expected @param tag for 'resource'. | 102 | |
| Expected @param tag for 'status'. | 102 | |
| Expected @param tag for 'depth'. | 102 | |
| Expected @param tag for 'response'. | 120 | |
| Expected @param tag for 'responseDescription'. | 141 | |
| Expected @param tag for 'document'. | 162 | |
| Unused @throws tag for 'IllegalArgumentException'. | 183 | |
| Expected @param tag for 'multistatusElement'. | 186 |
| 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. | 48 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.httpclient.HttpException. | 22 | |
| Missing a Javadoc comment. | 67 | |
| Name 'protocolMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| Expected @throws tag for 'IOException'. | 107 | |
| Expected @throws tag for 'TransferFailedException'. | 178 | |
| Expected @throws tag for 'ResourceDoesNotExistException'. | 178 | |
| Expected @throws tag for 'AuthorizationException'. | 178 | |
| Missing a Javadoc comment. | 232 | |
| Line is longer than 120 characters. | 266 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 327 |