PMD Results
The following document contains the results of PMD
3.9.
Files
net/sf/bluecove/obex/server/Main.java
| Violation |
Line |
| Avoid unused private fields such as 'transferIcon'. |
64
|
| Avoid unused method parameters such as 'args'. |
70
- 80
|
net/sf/bluecove/obex/server/OBEXServer.java
| Violation |
Line |
| Avoid unused local variables such as 'errorCount'. |
146
|
| Avoid unused local variables such as 'count'. |
147
|
| These nested if statements could be combined |
205
- 207
|
| Avoid empty catch blocks |
260
- 261
|
| Avoid unused local variables such as 'name'. |
347
|