PMD Results

The following document contains the results of PMD 4.1.

Files

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

Violation Line
These nested if statements could be combined 271 - 274

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

Violation Line
Avoid unused imports such as 'java.util.StringTokenizer' 26

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

Violation Line
Avoid unused imports such as 'java.util.StringTokenizer' 26

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

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

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

Violation Line
Avoid unused local variables such as 'v3ModelProperties'. 222

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

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