YoengKokLeong / pe

0 stars 0 forks source link

Lack of exception handling if borrowed number could be out of range #5

Open YoengKokLeong opened 2 months ago

YoengKokLeong commented 2 months ago

Screenshot 2024-04-19 at 4.53.24 PM.png

soc-se-bot commented 2 months ago

Team's Response

The value input by the tester does not exceed accepted range as claimed. We are using the double data type which has a max of roughly 1.7E307. The input value is within this range.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: What I meant in this bug report initially was the possibility of setting an upper limit on a borrowed amount such that illogically large values that is not applicable to real world contexts would not occur which may lead to possible bugs occurring as well. This could make the program more elegant and well engineered as well.


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]
## :question: Issue severity Team chose [`severity.Medium`] Originally [`severity.Low`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]