The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
0 | |
FileTabCharacter
|
0 | |
LeftCurly
|
4 | |
RightCurly
|
0 | |
LineLength
|
6 | |
| MemberName | 0 | |
JavadocMethod
|
46 | |
JavadocType
|
2 | |
JavadocVariable
|
0 | |
| ConstantName | 0 | |
| 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
|
15 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 7 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 2 | |
EmptyBlock
|
4 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
10 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | 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. | 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 | |
| Line is longer than 120 characters. | 286 | |
| Line is longer than 120 characters. | 289 | |
| Line is longer than 120 characters. | 290 | |
| Line is longer than 120 characters. | 306 | |
| Name 'CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| Name 'DEFAULT_USER_AGENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
| Empty catch block. | 345 | |
| Missing a Javadoc comment. | 377 | |
| Missing a Javadoc comment. | 435 | |
| Missing a Javadoc comment. | 443 | |
| Missing a Javadoc comment. | 457 | |
| '{' should be on a new line. | 524 | |
| '(' is not followed by whitespace. | 525 | |
| '(' is not followed by whitespace. | 525 | |
| ')' is not preceded with whitespace. | 525 | |
| ')' is not preceded with whitespace. | 525 | |
| Empty catch block. | 529 | |
| Line is longer than 120 characters. | 557 | |
| Avoid nested blocks. | 572 | |
| Missing a Javadoc comment. | 603 | |
| Missing a Javadoc comment. | 611 | |
| Missing a Javadoc comment. | 617 | |
| Missing a Javadoc comment. | 675 | |
| '(' is not followed by whitespace. | 719 | |
| '(' is not followed by whitespace. | 750 | |
| Missing a Javadoc comment. | 759 | |
| Missing a Javadoc comment. | 792 | |
| Expected an @return tag. | 819 | |
| Expected @param tag for 'repository'. | 819 | |
| Missing a Javadoc comment. | 824 | |
| Missing a Javadoc comment. | 829 | |
| Missing a Javadoc comment. | 834 | |
| Avoid nested blocks. | 887 | |
| '+' should be on a new line. | 920 | |
| Missing a Javadoc comment. | 945 | |
| Empty catch block. | 954 | |
| Missing a Javadoc comment. | 975 | |
| Missing a Javadoc comment. | 980 |
| Violation | 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 |
| Violation | 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 |
| Violation | 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 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| '{' should be on a new line. | 58 |
| Violation | 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 |