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 539 - 541
Avoid empty if statements 777 - 779

org/springframework/osgi/extender/internal/support/ExtenderConfiguration.java

Violation Line
Avoid unused imports such as 'org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent' 39
Avoid unused imports such as 'org.springframework.osgi.context.event.OsgiBundleContextFailedEvent' 43
Avoid using ThreadGroup; it is not thread safe 247
Avoid using ThreadGroup; it is not thread safe 351

org/springframework/osgi/extender/internal/support/NamespaceManager.java

Violation Line
These nested if statements could be combined 199 - 200

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