avielcx / pe

0 stars 0 forks source link

wrong exception message #14

Open avielcx opened 1 year ago

avielcx commented 1 year ago

image.png

soc-pe-bot commented 1 year ago

Team's Response

image.png

We have specified in the UG that the format of the command is info IDs, which means that the first argument after info is parsed as the ID. Since do is not a valid ID, the error message is correct.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Developers have specified in the UG that the command format is info IDs.

However, the program could not detect the entire invalid id, which is do work instead of just do.

As such, it is feature flaw as developers failed to consider that users could put have put in multiple length inputs and did not deal with it.