PMD Results
The following document contains the results of PMD 3.9.
Files
org/xulux/utils/ClassLoaderUtils.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 134 - 136 |
org/xulux/utils/io/IOUtils.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 57 - 59 |
| Avoid empty catch blocks | 75 - 77 |
| Avoid empty catch blocks | 93 - 95 |
| Avoid empty catch blocks | 111 - 113 |
org/xulux/utils/Translation.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 99 |
| These nested if statements could be combined | 103 - 109 |
org/xulux/utils/Translator.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'problem'. | 65 |