Open rionshocker opened 1 year ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Lifeline of FindCommandParser does not terminate at X
Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.
the lifeline of the FindCommandParser does not terminate at the X.
A warning should be attached to the image similar to previous examples in the DG
[original: nus-cs2103-AY2324S1/pe-interim#1433] [original labels: type.DocumentationBug severity.VeryLow]
[This is the team's response to the above 'original' bug]
This is a PlantUML constraint which is acknowledged in CS2103T.
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 duplicate issue is talking about the lifeline, however, I'm referring to the second return arrow being wrongly placed for findCommand
.
As can be seen in the screenshot below,
f:findCommand
gets returned twice, but it should have been returned fromFindCommandParser
toAddressBookParser
instead.