snss231 / pe

0 stars 0 forks source link

Missing dependency from ArgumentMultiMap to Prefix #22

Open snss231 opened 2 years ago

snss231 commented 2 years ago

image.png

image.png

soc-se-bot commented 2 years ago

Team's Response

We chose to omit it because it is a low-level detail

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: Dependencies between classes are neither optional nor low-level.


:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: Since class diagrams are a major part of the DG to help developers understand the class structure of the Parser, the likelihood that this bug would affect a developer would not be rare which would correspond with low, but occasional, which corresponds with medium.

Furthermore, the severity would be rather high, since a change in the Prefix class would unknowingly cause regression bugs in the ArgumentMultiMap class, leading to serious implications.