The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 9 | 15 | 59 | 17 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 0 | |
| MemberName | 0 | |
| JavadocMethod | 55 | |
| JavadocType | 1 | |
| JavadocVariable | 15 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 9 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 2 | |
ParenPad
| 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 4 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 3 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 113 | |
| 'id' hides a field. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 167 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 199 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 247 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 257 | |
| 'allowPartial' hides a field. | 257 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| 'filtered' hides a field. | 93 | |
| 'encoding' hides a field. | 117 | |
| Redundant throws: 'IllegalCharsetNameException' is unchecked exception. | 118 | |
| Redundant throws: 'UnsupportedCharsetException' is unchecked exception. | 118 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 387 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 388 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Method length is 297 lines (max allowed is 150). | 105 | |
| Missing a Javadoc comment. | 105 | |
| '+' should be on a new line. | 142 | |
| Missing a Javadoc comment. | 410 | |
| Method length is 253 lines (max allowed is 150). | 478 | |
| Missing a Javadoc comment. | 478 | |
| Missing a Javadoc comment. | 739 | |
| Missing a Javadoc comment. | 750 | |
| '+' should be on a new line. | 753 | |
| Missing a Javadoc comment. | 761 | |
| Missing a Javadoc comment. | 777 | |
| Missing a Javadoc comment. | 793 | |
| Missing a Javadoc comment. | 808 | |
| Missing a Javadoc comment. | 823 | |
| Missing a Javadoc comment. | 838 | |
| Missing a Javadoc comment. | 942 | |
| Missing a Javadoc comment. | 946 |