PMD Results
The following document contains the results of PMD 3.9.
Files
org/codehaus/mojo/ounce/core/OunceCoreXmlSerializer.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 885 - 888 |
org/codehaus/mojo/ounce/core/XmlWriter.java
| Violation | Line |
|---|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 112 |
| These nested if statements could be combined | 393 - 396 |