Open ruiyigan opened 1 year ago
This DocumentationBug is rejected, as there is no issue with the shown sequence diagram. It occurs after the creation of the DeleteCommand
. Any issues with an invalid index would be thrown by ParserUtil
before any DeleteCommand
objects are created. Hence, this issue is invalid.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
If the user types in an invalid index, the exception is thrown before I do removeMemberinProjects(p) based on your code base.
Hence, there should be an alternative path to show the exception being returned when invalid too.