Checkstyle Results
The following document contains the results of Checkstyle. 
Rules
| Rules | Violations | Severity |
|---|---|---|
Header
| 0 | |
| FileTabCharacter | 0 | |
FileLength
| 0 | |
LineLength
| 0 | |
ConstantName
| 0 | |
| LocalVariableName | 0 | |
MethodName
| 0 | |
| PackageName | 0 | |
| LocalFinalVariableName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
TypeName
| 0 | |
AvoidStarImport
| 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
MethodLength
| 0 | |
ParameterNumber
| 0 | |
| NeedBraces | 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| InnerAssignment | 0 | |
| DefaultComesLast | 0 | |
| MissingSwitchDefault | 0 | |
| FallThrough | 0 | |
| MultipleVariableDeclarations | 0 | |
| UpperEll | 0 |