The following document contains the results of PMD 6.55.0.
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 88–90 |
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryImport | Unused import 'org.apache.shiro.ini.IniSecurityManagerFactory' | 23 |
| UnnecessaryImport | Unused import 'org.apache.shiro.lang.util.Factory' | 27 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryImport | Unused import 'org.apache.shiro.ini.IniSecurityManagerFactory' | 4 | 23 |
| UnnecessaryImport | Unused import 'org.apache.shiro.lang.util.Factory' | 4 | 27 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 88–90 |