Bug 542 - InvalidYear exception error
Summary: InvalidYear exception error
Status: RESOLVED FIXED
Alias: None
Product: Group 13 Dating App System (vibing.com)
Classification: Unclassified
Component: Exception (show other bugs)
Version: 1
Hardware: PC Windows
: --- enhancement
Assignee: Varun
URL:
Depends on:
Blocks:
 
Reported: 2020-12-07 23:05 HKT by Varun
Modified: 2020-12-07 23:29 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Varun 2020-12-07 23:05:16 HKT
The InvalidError class does not throw an exception when double values are used. For example, the input 02-03-2020.04 does not give an exception.
Comment 1 Phudis Dawieang 2020-12-07 23:28:44 HKT
Turns out that somehow the year is kept in the double values. Maybe the one who writes Stable_Matching works at 4am for this. 

However, the bug is already fixed. The year is kept in int and it will check if there's any error.

Thank you for the bug report.
Comment 2 Phudis Dawieang 2020-12-07 23:29:18 HKT
The bug is now resolved, I forgot to change the status. 

--END OF REPORT--