nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Misleading error messages #166

Open nus-se-script opened 1 week ago

nus-se-script commented 1 week ago

The first error message says to pick an index between 1 and 3, hence i pick 2, but it proceeds to tell me to pick an index between 1 and 2. The error message falsely redirected me to pick an index that does not work.

image.png

image.png

Similarly, when I try an index that it out of bounds, it does not provide the correct range, which should be 1-6, and instead tells me to pick between 1-20 which contained invalid indices 7-20

image.png


[original: nus-cs2103-AY2425S1/pe-interim#236] [original labels: severity.Medium type.FeatureFlaw]

jowhee3011 commented 1 week ago

Team's Response

Low occurrence of wrong input index.

Duplicate status (if any):

--