PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/springframework/osgi/extender/internal/activator/ContextLoaderListener.java
| Violation |
Line |
| These nested if statements could be combined |
551 - 553 |
| Avoid empty if statements |
784 - 786 |
org/springframework/osgi/extender/internal/support/ExtenderConfiguration.java
| Violation |
Line |
| Avoid using ThreadGroup; it is not thread safe |
230 |
| Avoid using ThreadGroup; it is not thread safe |
331 |
org/springframework/osgi/extender/internal/support/NamespaceManager.java
| Violation |
Line |
| These nested if statements could be combined |
193 - 194 |
org/springframework/osgi/extender/internal/util/PrivilegedUtils.java
| Violation |
Line |
| Avoid returning from a finally block |
92 |
| Avoid returning from a finally block |
134 |
org/springframework/osgi/extender/internal/util/concurrent/RunnableTimedExecution.java
| Violation |
Line |
| Avoid empty catch blocks |
116 - 118 |