PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
JExten Maven artifact store - org/myjtools/jexten/maven/artifactstore/MavenArtifactStore.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 51 |
Priority 4
JExten Maven plugin - org/myjtools/jexten/maven/BundleMojo.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryImport | Unused import 'java.security.MessageDigest' | 23 |
JExten Plugin Manager - org/myjtools/jexten/plugin/PluginManager.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryImport | Unused import 'java.io.InputStream' | 13 |
| UnnecessaryImport | Unused import 'java.security.MessageDigest' | 19 |
| UnnecessaryImport | Unused import 'java.security.NoSuchAlgorithmException' | 20 |
Files
JExten Maven artifact store - org/myjtools/jexten/maven/artifactstore/MavenArtifactStore.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 51 |
JExten Maven plugin - org/myjtools/jexten/maven/BundleMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryImport | Unused import 'java.security.MessageDigest' | 4 | 23 |
JExten Plugin Manager - org/myjtools/jexten/plugin/PluginManager.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryImport | Unused import 'java.io.InputStream' | 4 | 13 |
| UnnecessaryImport | Unused import 'java.security.MessageDigest' | 4 | 19 |
| UnnecessaryImport | Unused import 'java.security.NoSuchAlgorithmException' | 4 | 20 |
