PMD Results

The following document contains the results of PMD 4.3.

Files

org/apache/maven/model/converter/Maven1Converter.java

ViolationLine
These nested if statements could be combined271 - 274

org/apache/maven/model/converter/plugins/PropertyUtils.java

ViolationLine
Avoid unnecessary temporaries when converting primitives to Strings68
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.68

org/apache/maven/model/converter/PomV3ToV4Translator.java

ViolationLine
Avoid unused local variables such as 'v3ModelProperties'.222

org/apache/maven/model/converter/relocators/AbstractPluginRelocator.java

ViolationLine
Avoid unused private methods such as 'fireRemoveReportEvent(String,String)'.218