Conversation
Matthbo
left a comment
There was a problem hiding this comment.
You now specifically check if an element is a receiver and only add forwards if its not. I was wondering if the Forwards are seen as child elements, if so you should check on that instead to determine when to add Forwards
At this point forwards are not yet child elements, instead they are represented by all the edges that are within a flow. Since the receiver is the only element in here that can have an edge on the flow but can not have a forward in the xml, this seemed like the easiest solution. |
|



Closes #425, Closes #393