PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/maven/plugins/help/DescribeMojo.java
Violation |
Line |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
332 |
org/apache/maven/plugins/help/LoggerRetriever.java
Violation |
Line |
Overriding method merely calls super |
37 - 40 |