Open w-yeehong opened 4 years ago
Inherited from AB3. Rejected as per prof instructions here: https://github.com/nus-cs2103-AY2021S1/forum/issues
Team chose [response.Rejected
]
Reason for disagreement: Hello, thank you for your response.
AB3 does indeed have the same issue. That said, I think you could fix the incorrect error message when adding the -c
flag for deletion of contacts. Moreover, I gave an example using delete -c
, but the other delete commands such as delete -e
face the same issue and those commands are not in AB3. I think that it should not be considered a bug inherited from AB3.
Expected Outcome
The error message
The person index provided is invalid
appears for values that exceedMAX_INT
.Description
The error message
Invalid command format!
is displayed for values that exceedMAX_INT
.Steps to Reproduce
Execute
delete -c 10000000000
The following error message is displayed.