The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 5 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 14 | Error |
RightCurly
| 2 | Error |
LineLength
| 2 | Error |
MemberName | 0 | Error |
JavadocMethod
| 56 | Warning |
JavadocType
| 4 | Error |
JavadocVariable
| 33 | Info |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 44 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 15 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 7 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 9 | Error |
UpperEll | 0 | Error |
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 |