Closed nus-pe-bot closed 7 months ago
The UG identifies the format of create-group as: create-group GROUP_NAME [-t TELEGRAM_CHAT_URL] [-cm COURSEMATE]... [-s SKILL]...
create-group GROUP_NAME [-t TELEGRAM_CHAT_URL] [-cm COURSEMATE]... [-s SKILL]...
and it produces this bug message for invalid index:
Some of the included members could not be found.
When the index is even larger like #99999999999999999999999999999999999999999(unlikely but possible):
Index is not a non-zero unsigned integer.
although it is an non-zero unsigned integer.
create-group CS2103T GROUP2 -cm #1 -cm #99999999999999999999 -s C++ -s Java -t https://t.me/+3Jh9eXVeRh7qoaIN
Expected Behavior should produce error message that
Some of the specified members could not be found.
Actual Behavior produces error message that
Labels: type.FunctionalityBug severity.Low original: dhlee03/ped#6
type.FunctionalityBug
severity.Low
Quoting from course website: If the problems can only happen in case of deliberate sabotage (e.g., user entered a 30-digit telephone number), in which case it should not be considered a bug.
Description
The UG identifies the format of create-group as:
create-group GROUP_NAME [-t TELEGRAM_CHAT_URL] [-cm COURSEMATE]... [-s SKILL]...
and it produces this bug message for invalid index:
When the index is even larger like #99999999999999999999999999999999999999999(unlikely but possible):
although it is an non-zero unsigned integer.
Steps to Reproduce
create-group CS2103T GROUP2 -cm #1 -cm #99999999999999999999 -s C++ -s Java -t https://t.me/+3Jh9eXVeRh7qoaIN
Expected Behavior should produce error message that
Actual Behavior produces error message that
Screenshots
Labels:
type.FunctionalityBug
severity.Low
original: dhlee03/ped#6