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

Key: QUARTZ-396
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Rajesh Acharya
Votes: 0
Watchers: 1
Operations

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

NullPointerException when calling CronExpression.isSatisfiedBy(java.util.Date date) with a future date

Created: 31/Mar/06 10:09 AM   Updated: 24/Dec/07 01:30 AM
Component/s: Core
Affects Version/s: 1.5.2
Fix Version/s: 1.6


 Description  « Hide
When invoking the method org.quartz.CronExpression.isSatisfiedBy(java.util.Date date) it throws a NullPointerException if the date passed is after the final date in the cron expression.

 All   Comments   Change History      Sort Order:
Jasper Rosenberg - [21/Apr/06 04:11 PM ]
Also added unit test for this case.