History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-473
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Christopher Sahnwaldt
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

typo in Trigger.clone() - triggerListeners aren't copied

Created: 20/Jun/06 02:19 PM   Updated: 24/Dec/07 01:30 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.6


 Description  « Hide
This line in Trigger.clone() (latest CVS)

triggerListeners = (LinkedList)triggerListeners.clone();

should be

copy.triggerListeners = (LinkedList)triggerListeners.clone();


 All   Comments   Change History      Sort Order:
Jasper Rosenberg - [21/Jun/06 07:56 AM ]
Thanks for the catch!