PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
org/codehaus/plexus/compiler/javac/JavacCompiler.java
| Rule | Violation | Line |
|---|---|---|
| EmptyControlStatement | Empty if statement | 779–787 |
Priority 4
org/codehaus/plexus/compiler/javac/IsolatedClassLoader.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'ClassLoader': 'getSystemClassLoader' is already in scope | 30 |
org/codehaus/plexus/compiler/javac/JavacCompiler.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavaVersion': 'values' is already in scope | 581 |
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavacCompiler': 'JAVAC_CLASSNAME' is already in scope because it is declared in an enclosing type | 1198 |
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavacCompiler': 'JAVAC_CLASSNAME' is already in scope because it is declared in an enclosing type | 1222 |
Files
org/codehaus/plexus/compiler/javac/IsolatedClassLoader.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'ClassLoader': 'getSystemClassLoader' is already in scope | 4 | 30 |
org/codehaus/plexus/compiler/javac/JavacCompiler.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavaVersion': 'values' is already in scope | 4 | 581 |
| EmptyControlStatement | Empty if statement | 3 | 779–787 |
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavacCompiler': 'JAVAC_CLASSNAME' is already in scope because it is declared in an enclosing type | 4 | 1198 |
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'JavacCompiler': 'JAVAC_CLASSNAME' is already in scope because it is declared in an enclosing type | 4 | 1222 |

