SPWwj / pe

0 stars 0 forks source link

Wrong feedback message #5

Open SPWwj opened 1 year ago

SPWwj commented 1 year ago

viewcustomer output wrong feeback message for a veryvery large number e.g viewcustomer 999999999999999999999

image.png

image.png

nus-se-bot commented 1 year ago

Team's Response

CAUSE

Java Integer class limitation.

Explanation for Response

AUTOM8 Development Team does not expect that a repair shop would reasonably have over INTEGER.MAX_VALUE amount of customers.

However team acknowledges that captured ParseException to formulate new error message caused this message to pop up instead.

Furthermore, more specific error messages was also mentioned as one of our planned enhancements after v1.4, which would cover this error message as well.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: - This is a integer out out bound exception that app fail to capture.