"Return" after call to self return to self instead of caller

0 votes
asked Aug 2, 2016 in Bug by a_fas (120 points)
Possible bug (at least I dont't see intended pattern :)

 

A -> B: callB()

B -> B: someInternalStuff()

return some_results

 

The last line "returns" to B. I'd say it is logical to return to the last not-self-caller.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...