Commit Graph

8 Commits

Author SHA1 Message Date
Nate Clark
59d3f1134c CronExpression: Search from most to least significant field
Searching for next time from least significant to most significant field can be
very expensive if the next time stamp is significantly in the future. Instead
match from most significant field down to least restarting the search if a
match is not found for the current field.
2019-08-02 10:02:56 -04:00
Nate Clark
69828d01af CronExpression.FieldPart use int rather than Integer
It is more expensive to perform operations on Integer objects rather than
primitive int. Since an object is not needed use the primitive instead.
2019-08-02 09:12:16 -04:00
Nate Clark
cc93a38fcf CronExpressionTest: Use assertEquals when possible
Assert equals gives a more useful default error message upon failure so use
that when possible instead of assertTrue.
2019-08-02 09:04:45 -04:00
Frode Carlsen
6647a57a24 Create README.MD 2018-04-19 16:28:14 +02:00
Frode Carlsen
355d4a0cc3 remove extraneous versionsbackup 2017-03-02 07:34:53 +01:00
Frode Carlsen
15dc72b08b setting version 1.4 2017-03-02 07:22:02 +01:00
Frode Carlsen
2f7c18e190 Separate modules to provide java6/jodatime support and java8/java-time support 2017-03-01 19:03:56 +01:00
Frode Carlsen
f0dbbd352a Preparing for java8 + jodatime versions 2017-03-01 18:35:46 +01:00