PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 4
org/apache/maven/shared/dependency/graph/internal/DefaultDependencyCollectorBuilder.java
| Rule | Violation | Line | 
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.eclipse.aether.artifact.ArtifactTypeRegistry' due to existing import 'org.eclipse.aether.artifact.ArtifactTypeRegistry' | 106 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.eclipse.aether.artifact.ArtifactTypeRegistry' due to existing import 'org.eclipse.aether.artifact.ArtifactTypeRegistry' | 161 | 
| UselessParentheses | Useless parentheses. | 228 | 
| UselessParentheses | Useless parentheses. | 239 | 
| UselessParentheses | Useless parentheses. | 239 | 
org/apache/maven/shared/dependency/graph/internal/DefaultDependencyGraphBuilder.java
| Rule | Violation | Line | 
|---|---|---|
| UselessParentheses | Useless parentheses. | 156 | 
| UselessParentheses | Useless parentheses. | 167 | 
| UselessParentheses | Useless parentheses. | 167 | 
org/apache/maven/shared/dependency/graph/internal/VerboseDependencyNode.java
| Rule | Violation | Line | 
|---|---|---|
| UselessParentheses | Useless parentheses. | 49 | 
org/apache/maven/shared/dependency/graph/traversal/SerializingDependencyNodeVisitor.java
| Rule | Violation | Line | 
|---|---|---|
| UselessParentheses | Useless parentheses. | 189 | 
Files
org/apache/maven/shared/dependency/graph/internal/DefaultDependencyCollectorBuilder.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.eclipse.aether.artifact.ArtifactTypeRegistry' due to existing import 'org.eclipse.aether.artifact.ArtifactTypeRegistry' | 4 | 106 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.eclipse.aether.artifact.ArtifactTypeRegistry' due to existing import 'org.eclipse.aether.artifact.ArtifactTypeRegistry' | 4 | 161 | 
| UselessParentheses | Useless parentheses. | 4 | 228 | 
| UselessParentheses | Useless parentheses. | 4 | 239 | 
| UselessParentheses | Useless parentheses. | 4 | 239 | 
org/apache/maven/shared/dependency/graph/internal/DefaultDependencyGraphBuilder.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 156 | 
| UselessParentheses | Useless parentheses. | 4 | 167 | 
| UselessParentheses | Useless parentheses. | 4 | 167 | 
org/apache/maven/shared/dependency/graph/internal/VerboseDependencyNode.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 49 | 
org/apache/maven/shared/dependency/graph/traversal/SerializingDependencyNodeVisitor.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 189 | 


