nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

what should we do if there is multiple inheritance of issues #438

Closed davidsqf closed 3 years ago

davidsqf commented 3 years ago

1441 consists of 2 bugs, say A and B

1419 raises A (assignee: Alice)

1421 raises B (assignee: Bob)

In this case, should we mark both #1419 and #1421 as duplicates of #1441, or should we mark #1441 as a duplicate of either #1419 or #1421?

damithc commented 3 years ago

In case of a bug report containing multiple bugs (tester's fault; there should only be one bug per report), you have to choose which bug it represents and ignore the other bugs in it. If the report has multiple valid bugs, choose the one with the highest severity. In your explanation, state which bug you chose.

davidsqf commented 3 years ago

In case of a bug report containing multiple bugs (tester's fault; there should only be one bug per report), you have to choose which bug it represents and ignore the other bugs in it. If the report has multiple valid bugs, choose the one with the highest severity. In your explanation, state which bug you chose.

Thank you, Prof!