jmrozanec / cron-utils

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
http://cron-utils.com
Apache License 2.0
1.15k stars 262 forks source link

Equals and hashcode for FieldConstraints and FieldDefinition #533

Closed imeszaros closed 2 years ago

imeszaros commented 2 years ago

Necessary to get proper behavior for equals and hashcode in CronDefinition.

I also corrected the test class, the original tests were misleading because they used the very same instance of FieldDefinitions.

See #507 and #516

jmrozanec commented 2 years ago

@imeszaros thanks! 😄