PMD Results
The following document contains the results of PMD 5.3.2.
Files
org/codehaus/mojo/natives/plugin/NativeCompileMojo.java
| Violation |
Line |
| These nested if statements could be combined |
209–212 |
org/codehaus/mojo/natives/plugin/NativeManifestMojo.java
| Violation |
Line |
| Avoid unused private fields such as 'checkStaleLinkage'. |
64 |
org/codehaus/mojo/natives/plugin/NativeUnZipIncMojo.java
| Violation |
Line |
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
69 |