PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
| Rule | Violation | Line | 
|---|---|---|
| UnusedLocalVariable | Avoid unused local variables such as 'className'. | 402 | 
Priority 4
org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
| Rule | Violation | Line | 
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.ASM9' due to existing static import 'org.objectweb.asm.Opcodes.*' | 408 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.ALOAD' due to existing static import 'org.objectweb.asm.Opcodes.*' | 506 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.INVOKESPECIAL' due to existing static import 'org.objectweb.asm.Opcodes.*' | 507 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.RETURN' due to existing static import 'org.objectweb.asm.Opcodes.*' | 508 | 
Files
org/apache/maven/plugin/plugin/DescriptorGeneratorMojo.java
| Rule | Violation | Priority | Line | 
|---|---|---|---|
| UnusedLocalVariable | Avoid unused local variables such as 'className'. | 3 | 402 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.ASM9' due to existing static import 'org.objectweb.asm.Opcodes.*' | 4 | 408 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.ALOAD' due to existing static import 'org.objectweb.asm.Opcodes.*' | 4 | 506 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.INVOKESPECIAL' due to existing static import 'org.objectweb.asm.Opcodes.*' | 4 | 507 | 
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'Opcodes.RETURN' due to existing static import 'org.objectweb.asm.Opcodes.*' | 4 | 508 | 


