Open STELLA-LYE opened 7 months ago
This is a duplicate, as both involve extraneous parameters not being acknowledged and not having an error raised for commands without parameters like exit and clear.
[The team marked this bug as a duplicate of the following bug]
Clear Command still proceeds on with invalid format
Similarly, the Clear command also proceeds with invalid input following after
clear
. For instance, whenclear 444
is entered, the data will still be cleared.Perhaps the team can also consider modifying the application such that clear command proceeds only when
clear
is entered and else an error message or warning would be provided.
[original: nus-cs2103-AY2324S2/pe-interim#4291] [original labels: type.FunctionalityBug severity.Low]
[This is the team's response to the above 'original' bug]
Works as intended, because some features like help, exit, clear are intended to ignore extraneous parameters. This is a strictly documentation bug as we failed to note it down in the UG.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: The 'Original issue' is different from this current issue. The original one addresses the 'clear' feature whereas this issue addresses the 'help' features.
Fixing the above original documentation bug does not automatically fixes the documentation bug for 'help' command. These two issues still has to be fixed independently and are two different areas of documentation bugs. Furthermore, according to CS2103 website, the above does not qualify for duplicate bugs as it does not appear in more than five distinct places. Hence, I believe that they do not qualify as duplicates.
When an invalid command format for help command such as
help 444
is entered, the help window is still displayed.Perhaps it will be more clear and useful for the application to stick strictly with just
help
input as specified in the User Guide :)