The following document contains the results of PMD 4.2.2.
| Violation | Line |
|---|---|
| Private field 'handler' could be made final; it is only initialized in the declaration or constructor. | 85 |
| Avoid if (x != y) ..; else ..; | 94 - 98 |
| Avoid unused local variables such as 'architecture'. | 285 |
| System.out.print is used | 293 |
| Avoid if (x != y) ..; else ..; | 327 - 332 |
| Use block level rather than method level synchronization | 396 |
| Use block level rather than method level synchronization | 398 |
| Use block level rather than method level synchronization | 400 |
| Use block level rather than method level synchronization | 402 |
| Use block level rather than method level synchronization | 411 |