Bug 542

Summary: InvalidYear exception error
Product: Group 13 Dating App System (vibing.com) Reporter: Varun <avbalaji2-c>
Component: ExceptionAssignee: Varun <avbalaji2-c>
Status: RESOLVED FIXED    
Severity: enhancement CC: pdawieang2-c
Priority: ---    
Version: 1   
Hardware: PC   
OS: Windows   

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--