prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
625 stars 125 forks source link

Do not delete implicit parameter when constructor call is deleted #437

Closed prmr closed 2 years ago

prmr commented 3 years ago

In a sequence diagram, if we have a constructor call (see below) and delete the call, the implicit parameter also gets deleted. To be consistent with the deletion behavior for other edges, we should not delete the node.

image