The following document contains the results of Checkstyle. 
| Rule | Violations | Severity |
|---|---|---|
| Translation | 0 | |
| FileLength | 0 | |
RegexpHeader
|
0 | |
FileTabCharacter
|
0 | |
LeftCurly
|
2 | |
RightCurly
|
0 | |
LineLength
|
6 | |
| MemberName | 0 | |
JavadocMethod
|
53 | |
JavadocType
|
2 | |
JavadocVariable
|
0 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 2 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 1 | |
ParenPad
|
9 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 8 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 2 | |
EmptyBlock
|
4 | |
| NeedBraces | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
15 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Severity | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 107 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 152 | |
| 'static' modifier out of order with the JLS suggestions. | 227 | |
| 'static' modifier out of order with the JLS suggestions. | 234 | |
| 'static' modifier out of order with the JLS suggestions. | 241 | |
| Line is longer than 120 characters (found 122). | 245 | |
| 'static' modifier out of order with the JLS suggestions. | 248 | |
| 'static' modifier out of order with the JLS suggestions. | 256 | |
| 'static' modifier out of order with the JLS suggestions. | 263 | |
| 'static' modifier out of order with the JLS suggestions. | 297 | |
| Name 'maxBackoffWaitSeconds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 297 | |
| Missing a Javadoc comment. | 301 | |
| Line is longer than 120 characters (found 134). | 330 | |
| Line is longer than 120 characters (found 137). | 333 | |
| Line is longer than 120 characters (found 149). | 334 | |
| Line is longer than 120 characters (found 162). | 350 | |
| Name 'CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 377 | |
| Empty catch block. | 392 | |
| Missing a Javadoc comment. | 436 | |
| Missing a Javadoc comment. | 494 | |
| Missing a Javadoc comment. | 502 | |
| Missing a Javadoc comment. | 516 | |
| Empty catch block. | 595 | |
| Line is longer than 120 characters (found 167). | 623 | |
| Avoid nested blocks. | 641 | |
| Missing a Javadoc comment. | 679 | |
| Missing a Javadoc comment. | 687 | |
| Missing a Javadoc comment. | 693 | |
| Missing a Javadoc comment. | 767 | |
| 'proxyAuth' hides a field. | 841 | |
| Missing a Javadoc comment. | 851 | |
| Missing a Javadoc comment. | 884 | |
| Expected an @return tag. | 911 | |
| Expected @param tag for 'repository'. | 911 | |
| Missing a Javadoc comment. | 916 | |
| Missing a Javadoc comment. | 921 | |
| 'basicAuth' hides a field. | 945 | |
| 'proxyAuth' hides a field. | 969 | |
| Missing a Javadoc comment. | 974 | |
| Avoid nested blocks. | 1037 | |
| '+' should be on a new line. | 1070 | |
| Missing a Javadoc comment. | 1102 | |
| Empty catch block. | 1111 | |
| Missing a Javadoc comment. | 1132 | |
| Missing a Javadoc comment. | 1137 | |
| Missing a Javadoc comment. | 1150 | |
| Missing a Javadoc comment. | 1155 | |
| Missing a Javadoc comment. | 1160 |
| Severity | Message | Line |
|---|---|---|
| Expected an @return tag. | 81 | |
| 'host' hides a field. | 81 | |
| 'port' hides a field. | 81 | |
| Expected an @return tag. | 164 | |
| Expected @param tag for 'targetHost'. | 164 |
| Severity | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 76 | |
| ')' is not preceded with whitespace. | 76 | |
| ')' is not preceded with whitespace. | 100 | |
| '{' should be on a new line. | 104 | |
| '(' is not followed by whitespace. | 107 | |
| ')' is not preceded with whitespace. | 107 | |
| '{' should be on a new line. | 107 | |
| Empty catch block. | 107 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| 'all' hides a field. | 47 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| 'get' hides a field. | 58 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| 'put' hides a field. | 69 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| 'head' hides a field. | 80 | |
| Missing a Javadoc comment. | 86 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| 'useDefaultHeaders' hides a field. | 50 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| 'headers' hides a field. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| 'params' hides a field. | 89 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| 'connectionTimeout' hides a field. | 100 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 111 | |
| 'readTimeout' hides a field. | 111 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 122 | |
| 'usePreemptive' hides a field. | 122 | |
| Missing a Javadoc comment. | 128 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| Missing a Javadoc comment. | 45 | |
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 |