PMD Results

The following document contains the results of PMD 4.1.

Files

org/apache/sirona/configuration/ioc/IoCs.java

Violation Line
Avoid empty catch blocks 283 - 285

org/apache/sirona/math/Aggregators.java

Violation Line
No need to import a type that lives in the same package 20

org/apache/sirona/pathtracking/Context.java

Violation Line
Avoid unused imports such as 'java.util.UUID' 21

org/apache/sirona/store/status/CollectorNodeStatusDataStore.java

Violation Line
Avoid unused imports such as 'java.util.Map' 21

org/apache/sirona/store/tracking/PathTrackingDataStore.java

Violation Line
Avoid unused imports such as 'java.util.List' 25

org/apache/sirona/util/ClassLoaders.java

Violation Line
Avoid empty catch blocks 173 - 175

org/apache/sirona/util/DaemonThreadFactory.java

Violation Line
Avoid using ThreadGroup; it is not thread safe 32