PMD Results
The following document contains the results of PMD 5.0.5.
Files
org/apache/maven/plugin/assembly/archive/archiver/AssemblyProxyArchiver.java
Violation |
Line |
These nested if statements could be combined |
786–805 |
org/apache/maven/plugin/assembly/archive/phase/DependencySetAssemblyPhase.java
Violation |
Line |
Avoid unused private fields such as 'archiverManager'. |
59 |
org/apache/maven/plugin/assembly/archive/phase/ModuleSetAssemblyPhase.java
Violation |
Line |
Avoid unused private fields such as 'archiverManager'. |
93 |
org/apache/maven/plugin/assembly/artifact/ResolutionManagementInfo.java
Violation |
Line |
These nested if statements could be combined |
142–147 |
org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java
Violation |
Line |
Avoid unused private fields such as 'classifier'. |
162 |
Unnecessary use of fully qualified name 'org.codehaus.plexus.interpolation.fixed.PrefixedPropertiesValueSource' due to existing import 'org.codehaus.plexus.interpolation.fixed.PrefixedPropertiesValueSource' |
1011 |
org/apache/maven/plugin/assembly/utils/AssemblyFileUtils.java
Violation |
Line |
These nested if statements could be combined |
64–67 |
org/apache/maven/plugin/assembly/utils/AssemblyFormatUtils.java
Violation |
Line |
Unnecessary use of fully qualified name 'org.codehaus.plexus.interpolation.fixed.PrefixedObjectValueSource' due to existing import 'org.codehaus.plexus.interpolation.fixed.PrefixedObjectValueSource' |
259 |
org/apache/maven/plugin/assembly/utils/WindowsLineFeedInputStream.java
Violation |
Line |
These nested if statements could be combined |
87–91 |