Open ruoyann opened 3 years ago
Integer.MAX_VALUE
. The use case exemplified in the second screenshot is arguably a case of intentional sabotage because:Integer.MAX_VALUE
is a very large number, in the billions, as seen from the javadocs page for Integer
.Team chose [response.Rejected
]
Reason for disagreement: Prof's example for intentional sabotage is entering a 30 digit phone number, which can never exist.
However when using this app, users may have a large amount of information, especially under schedule if they have recurring events. I still believe the team should consider large numbers, or at least specify in the UG about limitations of the app (currently not stated). Hence I still think this should be at least a veryLow severity bug.
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: [replace this with your explanation]
The error message displayed when user tries to delete a goal out of the current index range:
Similarly when user tries to delete a very large index
The error messages for the above two invalid commands should be exactly the same. And that is "The specified index is invalid" because the second invalid input is in fact using the correct format.
This applies to the other commands that uses index as well (e.g. edit command, delete in todo)