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

Key: QUARTZ-117
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Trivial Trivial
Assignee: James House
Reporter: Kurt Zettel
Votes: 0
Watchers: 0
Operations

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

Remove CronExpression logic from CronTrigger

Created: 27/Jan/05 10:42 AM   Updated: 20/Feb/06 08:25 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5.2

File Attachments: 1. Java Source File CronExpression.java (54 kb)
2. Java Source File CronExpressionTest.java (28 kb)

Issue Links:
Duplicate
 
This issue is duplicated by:
QUARTZ-314 CronExpression and CronCalendar Minor Closed


 Description  « Hide
The cron expression code is incredibly useful outside of CronTrigger. I have removed the code and made it into a separate class with a junit test. Just thought it might be useful. . .

 All   Comments   Change History      Sort Order:
James House - [05/Feb/05 11:24 AM ]

Did you happen to make a new version of CronTrigger as well (one that delegates to and/or encapsulates CronExpression)?

Kurt Zettel - [07/Feb/05 08:13 AM ]
Sorry, I have not.