| Error | Count |
|---|---|
| Return count is 4 (max allowed is 3). | 4 |
| Comment matches to-do format 'TODO:'. | 2 |
| Cyclomatic Complexity is 17 (max allowed is 15). | 2 |
| Line contains a tab character. | 2 |
| Line is longer than 150 characters. | 2 |
| '1900' is a magic number. | 1 |
| Cyclomatic Complexity is 18 (max allowed is 15). | 1 |
| Cyclomatic Complexity is 21 (max allowed is 15). | 1 |
| Cyclomatic Complexity is 32 (max allowed is 15). | 1 |
| NPath Complexity is 227 (max allowed is 200). | 1 |
| NPath Complexity is 3,180 (max allowed is 200). | 1 |
| NPath Complexity is 385 (max allowed is 200). | 1 |
| NPath Complexity is 577 (max allowed is 200). | 1 |
| NPath Complexity is 774 (max allowed is 200). | 1 |
| Unused import - java.util.NoSuchElementException. | 1 |
| switch without "default" clause. | 1 |