PMD Results

The following document contains the results of PMD .

Summary

Files Errors
5 6

Files

Files Violations
org/apache/fulcrum/schedule/ScheduleService.java 1
org/apache/fulcrum/schedule/turbine/JobEntry.java 1
org/apache/fulcrum/schedule/turbine/ScheduledJob.java 1
org/apache/fulcrum/schedule/turbine/TurbineScheduler.java 1
org/apache/fulcrum/schedule/turbine/WorkerThread.java 2

org/apache/fulcrum/schedule/ScheduleService.java

Violation Line
No need to import a type that's in the same package 60

org/apache/fulcrum/schedule/turbine/JobEntry.java

Violation Line
Ensure you override both equals() and hashCode() 149

org/apache/fulcrum/schedule/turbine/ScheduledJob.java

Violation Line
No need to import a type that's in the same package 58

org/apache/fulcrum/schedule/turbine/TurbineScheduler.java

Violation Line
Avoid empty catch blocks 246

org/apache/fulcrum/schedule/turbine/WorkerThread.java

Violation Line
Avoid empty catch blocks 136
Avoid unused formal parameters such as 'state' 152