The following document contains the results of Checkstyle 6.1.1.
File | I | W | E |
---|---|---|---|
at/rseiler/spbee/core/generator/StoredProcedureGenerator.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MissingSwitchDefault | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | MissingSwitchDefault | switch without "default" clause. | 287 |