The following document contains the results of Checkstyle 6.1.1. 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | MissingSwitchDefault | 1 | |
| design | InterfaceIsType | 2 | |
| naming | ConstantName | 1 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 287 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 8 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| naming | ConstantName | Name 'idTimestampMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 8 |