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