
|
If you were logged in you would be able to see more operations.
|
|
|
|
The equals() method on Trigger throws a NullPointerException when calling something like
new SimpleTrigger().equals(new SimpleTrigger())
There should also be equals() and hashCode() methods defined for at least JobDetail and all of the Calendar classes, as these are often serialized by classes implementing JobStore.
|
|
Description
|
The equals() method on Trigger throws a NullPointerException when calling something like
new SimpleTrigger().equals(new SimpleTrigger())
There should also be equals() and hashCode() methods defined for at least JobDetail and all of the Calendar classes, as these are often serialized by classes implementing JobStore. |
Show » |
|