PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/codehaus/classworlds/ClassRealmReverseAdapter.java
Violation |
Line |
Ensure you override both equals() and hashCode() |
145 |
org/codehaus/classworlds/ClassWorld.java
Violation |
Line |
Avoid unused constructor parameters such as 'ignore'. |
45 - 48 |
org/codehaus/plexus/classworlds/ClassWorld.java
Violation |
Line |
Avoid empty catch blocks |
51 - 54 |
Avoid empty catch blocks |
116 - 118 |
org/codehaus/plexus/classworlds/launcher/ConfigurationParser.java
Violation |
Line |
Avoid empty catch blocks |
182 - 185 |
Avoid empty catch blocks |
293 - 296 |
org/codehaus/plexus/classworlds/launcher/Configurator.java
Violation |
Line |
Avoid empty catch blocks |
207 - 210 |
org/codehaus/plexus/classworlds/launcher/Launcher.java
Violation |
Line |
Avoid unused imports such as 'java.net.MalformedURLException' |
25 |
These nested if statements could be combined |
178 - 181 |
These nested if statements could be combined |
204 - 207 |
Avoid empty catch blocks |
233 - 236 |
org/codehaus/plexus/classworlds/realm/ClassRealm.java
Violation |
Line |
Overriding method merely calls super |
279 - 282 |
Overriding method merely calls super |
292 - 296 |
Avoid empty catch blocks |
512 - 515 |