Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] [DeleteFromDiagramCommandHandler] Canonical Edge

Hi everyone,

 I would like to have you opinion on a matter which impacts the DeleteFromDiagramCommandHandler.

 For the moment the implementation of this handler prevents to delete an edge which have for source and target canonical element.  I have to admit I don’t see any use case which it should be prevented.

 See in org.eclipse.papyrus.diagram.common.handlers.DeleteFromDiagramCommandHandler.isCanonical(List<IGraphicalEditPart>):

 

                                                           ….

            isCanonical = (!connection.isSemanticConnection() || (isCanonical(connection.getSource()) && isCanonical(connection.getTarget())));

                                                           ….

 

 I would like to know if it was a desired behaviour because this behaviour prevents me to delete in the activity diagram Object Flow.

 You can see the following use case:

 

I think in this case the Object Flow should be deleted (and/or hidden) so I would like to withdraw this condition. However don’t want to break any desired behaviour.

Does someone know any reason to keep this behaviour?

 

Regards

 

 

Arthur Daussy
Atos Origin Intégration
6 impasse Alice Guy
BP 43045
31024 Toulouse Cedex 3

Telephone : +33 (0) 5 34 36 32 90
www.atos.net

 

 


Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos ne pourra être engagée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être engagée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

Attachment: canonicalEdge.png
Description: canonicalEdge.png


Back to the top