The following document contains the results of PMD 4.1.
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'maxDepth'. | 91 |
| Avoid unused local variables such as 'minDepth'. | 92 |
| Avoid unused local variables such as 'ignoreHiddenDirs'. | 93 |
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 269 |