nus-cs2113-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Did not handle exception when user force quit the application #453

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

The program crashed when user input Ctrl+z or Ctrl+c

Consider handling the exception when user force quit the application on the terminal

Both result in the following output image.png


[original: nus-cs2113-AY2223S1/pe-interim#470] [original labels: severity.Medium type.FunctionalityBug]

malcolmang commented 1 year ago

Team's Response

Hi, thank you for your bug report! Good catch.

However, we would contest the Medium severity of this bug: it appears to only be an issue with Windows, not appearing on Mac or Linux. Furthermore, given the nature of the error does not affect program operation (at time of exception thrown, the program should be exiting already - same behaviour as if the window was closed), we would call this a Low severity bug with the criteria below:

image.png

Duplicate status (if any):

--