PMD Audit |
|
| Designed for use with PMD 3.8 and Ant. |
| Files | Total | Priority 1 | Priority 2 | Priority 3 | Priority 4 | Priority 5 |
|---|---|---|---|---|---|---|
| 6 | 13 |
0
|
2
|
11
|
0
|
0
|
| Priority | Error Description | Line |
|---|---|---|
|
3
| Avoid unused local variables such as 'nowValue' | 135 |
|
3
| Avoid unused local variables such as 'token' | 137 |
|
2
| System.out.print is used | 140 |
|
3
| Avoid printStackTrace(); use a logger call instead. | 175 |
| Priority | Error Description | Line |
|---|---|---|
|
3
| Avoid printStackTrace(); use a logger call instead. | 39 |
| Priority | Error Description | Line |
|---|---|---|
|
3
| A signature (constructor or method) shouldn't have Exception in throws declaration | 221 |
| Priority | Error Description | Line |
|---|---|---|
|
2
| System.out.print is used | 101 |