PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'defaultEncoding'. | 93 |
| Avoid empty if statements | 213 - 223 |
org/apache/maven/archetype/ui/ArchetypePrompter.java
| Violation | Line |
|---|
| Avoid unused method parameters such as 'possibleValues'. | 130 - 147 |
org/apache/maven/archetype/ui/creation/DefaultArchetypeCreationConfigurator.java
| Violation | Line |
|---|
| Avoid unused method parameters such as 'commandLineProperties'. | 331 - 349 |
| Avoid unused private methods such as 'removeDottedProperties(Properties)'. | 351 |