The Key2Gym's mission is to create an open, excellent user experience providing, scalable, modern, platform-independent application for running small to medium-sized gyms.
1
stars
0
forks
source link
RuntimeException on start after end in DateIntervalReportInputFormPanel #37
The form panel performs no checks on whether the start isn't after end before passing those values to a MutableInterval. Therefore the interval throws a runtime exception.
The form panel performs no checks on whether the start isn't after end before passing those values to a MutableInterval. Therefore the interval throws a runtime exception.