The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
5 | |
FileTabCharacter
|
0 | |
LeftCurly
|
14 | |
RightCurly
|
2 | |
LineLength
|
2 | |
| MemberName | 0 | |
JavadocMethod
|
56 | |
JavadocType
|
4 | |
JavadocVariable
|
33 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
44 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
15 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
7 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
9 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 59 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 110 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| switch without "default" clause. | 101 | |
| Missing a Javadoc comment. | 138 | |
| 'in' hides a field. | 138 | |
| Missing a Javadoc comment. | 143 | |
| 'out' hides a field. | 143 | |
| Missing a Javadoc comment. | 148 | |
| 'err' hides a field. | 148 | |
| Missing a Javadoc comment. | 153 | |
| 'callback' hides a field. | 153 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 172 | |
| 'path' hides a field. | 228 | |
| Missing a Javadoc comment. | 321 | |
| 'path' hides a field. | 321 | |
| 'name' hides a field. | 335 | |
| Missing a Javadoc comment. | 385 | |
| 'path' hides a field. | 385 | |
| 'name' hides a field. | 399 | |
| '8192' is a magic number. | 431 | |
| Missing a Javadoc comment. | 453 | |
| Missing a Javadoc comment. | 475 | |
| 'path' hides a field. | 475 | |
| '8192' is a magic number. | 497 | |
| Missing a Javadoc comment. | 516 | |
| 'path' hides a field. | 516 | |
| Missing a Javadoc comment. | 552 | |
| Missing a Javadoc comment. | 559 | |
| Missing a Javadoc comment. | 584 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '{' should be on a new line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '{' should be on a new line. | 41 | |
| Missing a Javadoc comment. | 44 | |
| '{' should be on a new line. | 44 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '{' should be on a new line. | 57 | |
| '{' should be on a new line. | 58 | |
| '(' is not followed by whitespace. | 59 | |
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| '}' should be alone on a line. | 60 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 60 | |
| '{' should be on a new line. | 60 | |
| '(' is not followed by whitespace. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| '{' should be on a new line. | 61 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| '(' is not followed by whitespace. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| '{' should be on a new line. | 68 | |
| '(' is not followed by whitespace. | 69 | |
| '(' is not followed by whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| '{' should be on a new line. | 69 | |
| '(' is not followed by whitespace. | 70 | |
| ')' is not preceded with whitespace. | 70 | |
| '(' is not followed by whitespace. | 73 | |
| ')' is not preceded with whitespace. | 73 | |
| '(' is not followed by whitespace. | 75 | |
| ')' is not preceded with whitespace. | 75 | |
| '(' is not followed by whitespace. | 76 | |
| ')' is not preceded with whitespace. | 76 | |
| '{' should be on a new line. | 76 | |
| '(' is not followed by whitespace. | 77 | |
| '(' is not followed by whitespace. | 77 | |
| ')' is not preceded with whitespace. | 77 | |
| ')' is not preceded with whitespace. | 77 | |
| '{' should be on a new line. | 77 | |
| '(' is not followed by whitespace. | 78 | |
| '(' is not followed by whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| '}' should be alone on a line. | 80 | |
| '{' should be on a new line. | 80 | |
| '(' is not followed by whitespace. | 81 | |
| ')' is not preceded with whitespace. | 81 | |
| '(' is not followed by whitespace. | 84 | |
| ')' is not preceded with whitespace. | 84 | |
| '(' is not followed by whitespace. | 87 | |
| ')' is not preceded with whitespace. | 87 | |
| '{' should be on a new line. | 87 | |
| '(' is not followed by whitespace. | 90 | |
| ')' is not preceded with whitespace. | 90 | |
| '{' should be on a new line. | 90 | |
| '(' is not followed by whitespace. | 91 | |
| ')' is not preceded with whitespace. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| 'in' hides a field. | 61 | |
| Missing a Javadoc comment. | 66 | |
| 'out' hides a field. | 66 | |
| Missing a Javadoc comment. | 71 | |
| 'err' hides a field. | 71 | |
| Missing a Javadoc comment. | 76 | |
| 'callback' hides a field. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 153 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'publickeyAuthenticator' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'passwordAuthenticator' must be private and have accessor methods. | 59 | |
| Expected @param tag for 'keyAuthz'. | 68 | |
| Expected @throws tag for 'IOException'. | 87 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 192 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'passwordAuthenticatorRequests' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 120 characters. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'username' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'password' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'publickeyAuthenticatorRequests' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'keyAuthz' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Variable 'username' must be private and have accessor methods. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'publicKey' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 113 | |
| '0xFF' is a magic number. | 165 | |
| '24' is a magic number. | 165 | |
| '0xFF' is a magic number. | 165 | |
| '0xFF' is a magic number. | 165 | |
| '0xFF' is a magic number. | 166 |