The following document contains the results of Checkstyle 6.1.1.
File | I | W | E |
---|---|---|---|
at/rseiler/spbee/demo/McName.java | 1 | 0 | 0 |
at/rseiler/spbee/demo/SpLogger.java | 0 | 0 | 1 |
at/rseiler/spbee/demo/SpName.java | 1 | 0 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
design | InterfaceIsType | 2 | Info |
naming | ConstantName | 1 | Error |
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 |