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

Key: QUARTZ-558
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Fabrizio Fortino
Votes: 0
Watchers: 0
Operations

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

NullPointerException cloning CronTrigger without cron expression

Created: 01/Feb/07 09:03 AM   Updated: 19/Mar/07 12:48 AM
Component/s: Core
Affects Version/s: 1.6
Fix Version/s: 1.6.1

File Attachments: 1. Text File QUARTZ-558.patch (2 kb)



 Description  « Hide
The following exception is thrown cloning a org.quartz.CronTrigger without cron expression:

2007-01-31 17:22:41,279 INFO [STDOUT] java.lang.NullPointerException
2007-01-31 17:22:41,289 INFO [STDOUT] at org.quartz.CronTrigger.clone(CronTrigger.java:440)

 All   Comments   Change History      Sort Order:
Henri Yandell - [05/Feb/07 04:11 PM ]
Unit test and fix in the same patch.

James House - [16/Mar/07 11:17 PM ]
why you'd want to do this, I don't know (doesn't seem very useful) - but we'll fix it anyway ;-)

Henri Yandell - [19/Mar/07 12:48 AM ]
svn ci -m "Applying the patch with test and fix from QUARTZ-558 - NullPointerException cloning CronTrigger without cron expression" src/

Sending src/java/org/quartz/CronTrigger.java
Adding src/test/java/org/quartz/CronTriggerTest.java
Transmitting file data ..
Committed revision 666.