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/support/NamespacePlugins.java
| Violation |
Line |
| Avoid unused private methods such as 'getInvokingBundle()'. |
191
|
org/springframework/osgi/extender/internal/util/concurrent/RunnableTimedExecution.java
| Violation |
Line |
| Avoid empty catch blocks |
116
- 118
|