Aung-Phone-Naing / pe

0 stars 0 forks source link

Error in activation bar for Adding Mechanism in Sequence Diagram #17

Open Aung-Phone-Naing opened 1 year ago

Aung-Phone-Naing commented 1 year ago

As shown below, the activation bar of Expense should be extended until its termination "X" instead.

image.png

image.png

soc-pe-bot commented 1 year ago

Team's Response

I do not think that this is a flaw. The termination simply shows that the Expense will eventually deleted and hence the activation bar extending until its deleting is rather meaningless. Also, in the platform that I used to draw this diagram I believe configuring such is impossible.

Items for the Tester to Verify

:question: Issue response

Team chose [response.IssueUnclear]

Reason for disagreement: Firstly, I believe quoting that the platform does not allow for such configuring is not a valid reason when it comes to keeping to the correctness of documentation as developers can use a myriad of tools made available online to overcome this constrain. Next, whether this is a flaw or not will depend on the usage of the expense class and upon closer inspection of the source code, I have realized that the "X" should not be put as destroyed at all as it clearly states in these lines of code snippets below that the instance of the expense class exists in the ArrayList expenses.

image.png

image.png