tansanchian / pe

0 stars 0 forks source link

Unspecific Error Message Handling (Insufficient Explanation in DG Enhancement) #11

Open tansanchian opened 1 week ago

tansanchian commented 1 week ago

image.png

image.png

It is stated that the error message will be changed to "Index must be a positive integer" in future enhancement, instead of "Index must be a positive number". However, for large positive integers given, the given error message "Index must be a positive integer" will not be appropriate too.

soc-pe-bot commented 6 days ago

Team's Response

Thank you for the bug report!

This is integer overflow.

Current error handling ensures the app remains functional and intuitive for regular users. Inputting large or extreme values like these falls under scenarios of deliberate user sabotage, which are not covered as bugs within the current scope.

The improvement would be a potential enhancement but does not align with the current priorities of ensuring usability for common, real-world cases. image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]