PMD Results
The following document contains the results of PMD 5.6.1.
Files
org/apache/maven/resolver/internal/ant/AntModelResolver.java
Violation |
Line |
Unnecessary use of fully qualified name 'org.eclipse.aether.repository.RemoteRepository' due to existing import 'org.eclipse.aether.repository.RemoteRepository' |
59 |
org/apache/maven/resolver/internal/ant/AntRepoSys.java
Violation |
Line |
Useless parentheses. |
862 |
Avoid unused method parameters such as 'session'. |
875 |
org/apache/maven/resolver/internal/ant/tasks/Resolve.java
Violation |
Line |
Unnecessary use of fully qualified name 'org.eclipse.aether.graph.DependencyNode' due to existing import 'org.eclipse.aether.graph.DependencyNode' |
194 |
org/apache/maven/resolver/internal/ant/types/Pom.java
Violation |
Line |
These nested if statements could be combined |
299–302 |