Open pipipipi2002 opened 1 year ago
The tester merely said he/she doesn't understand and is asking a question. So I am unclear what bug the tester wants to talk about.
Team chose [response.Rejected
]
Reason for disagreement: To clarify, how does the build manager (yellow bar), return (something) when it is not being told to do so by Parser function.
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: It is a valid issue and my reason as stated above "To clarify, how does the build manager (yellow bar), return (something) when it is not being told to do so by Parser function."
I am not very sure what the circled region does. How does the build manager know when
mainParseAdd()
has returned and and theBuildManager
instance proceed to return a value to theParser
class.Do you meant to return the value from
BuildManager
once only beforesaveBuild()
function is called?