The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 4 | |
| MemberName | 0 | |
JavadocMethod
| 62 | |
JavadocType
| 2 | |
JavadocVariable
| 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 2 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 10 | |
EmptyBlock
| 2 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 10 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 2 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 5 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 111 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 156 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 227 | |
| Line is longer than 120 characters. | 257 | |
| Name 'IGNORE_SSL_VALIDITY_DATES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| Line is longer than 120 characters. | 269 | |
| '80' is a magic number. | 281 | |
| Line is longer than 120 characters. | 289 | |
| '443' is a magic number. | 303 | |
| Missing a Javadoc comment. | 362 | |
| Missing a Javadoc comment. | 371 | |
| Missing a Javadoc comment. | 376 | |
| Missing a Javadoc comment. | 394 | |
| Missing a Javadoc comment. | 466 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 488 | |
| Line is longer than 120 characters. | 602 | |
| Avoid nested blocks. | 609 | |
| Avoid nested blocks. | 625 | |
| Missing a Javadoc comment. | 641 | |
| Missing a Javadoc comment. | 649 | |
| Missing a Javadoc comment. | 655 | |
| Missing a Javadoc comment. | 715 | |
| Missing a Javadoc comment. | 749 | |
| Missing a Javadoc comment. | 790 | |
| Missing a Javadoc comment. | 822 | |
| Expected an @return tag. | 849 | |
| Expected @param tag for 'repository'. | 849 | |
| Missing a Javadoc comment. | 854 | |
| Missing a Javadoc comment. | 859 | |
| Missing a Javadoc comment. | 864 | |
| Avoid nested blocks. | 919 | |
| Avoid nested blocks. | 943 | |
| Missing a Javadoc comment. | 1016 | |
| Missing a Javadoc comment. | 1039 | |
| Missing a Javadoc comment. | 1044 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Redundant throws: 'UnknownHostException' is subclass of 'IOException'. | 55 | |
| Redundant throws: 'UnknownHostException' is subclass of 'IOException'. | 62 | |
| Redundant throws: 'ConnectTimeoutException' is subclass of 'IOException'. | 62 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 68 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'baseurl'. | 69 | |
| '(' is not followed by whitespace. | 79 | |
| ')' is not preceded with whitespace. | 79 | |
| Empty catch block. | 137 | |
| Empty catch block. | 140 |
| 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. | 39 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| 'useDefaultHeaders' hides a field. | 62 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| 'headers' hides a field. | 84 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 101 | |
| 'params' hides a field. | 101 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| 'connectionTimeout' hides a field. | 112 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 123 | |
| 'readTimeout' hides a field. | 123 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 158 | |
| 'usePreemptive' hides a field. | 158 | |
| switch without "default" clause. | 198 | |
| Avoid nested blocks. | 201 | |
| Avoid nested blocks. | 206 | |
| Avoid nested blocks. | 211 | |
| Avoid nested blocks. | 216 | |
| Avoid nested blocks. | 221 | |
| Avoid nested blocks. | 233 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 315 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| Expected @param tag for 'keystore'. | 67 | |
| Expected @throws tag for 'NoSuchAlgorithmException'. | 68 | |
| Expected @throws tag for 'KeyStoreException'. | 68 | |
| Expected @param tag for 'certificates'. | 84 | |
| Expected @param tag for 'authType'. | 84 | |
| Expected @throws tag for 'CertificateException'. | 85 | |
| Expected @param tag for 'certificates'. | 93 | |
| Expected @param tag for 'authType'. | 93 | |
| Expected @throws tag for 'CertificateException'. | 94 | |
| Expected an @return tag. | 127 |