Ericsson / papyrus-patches

A number of feature patches for Eclipse Papyrus fixing the Sequence diagrams
Eclipse Public License 2.0
1 stars 0 forks source link

Undo message with gates involved does not work. #19

Closed acampesino closed 5 years ago

acampesino commented 5 years ago

The undo of creating a message with a gate throws an exception:

Caused by: java.lang.NullPointerException at org.eclipse.papyrus.uml.service.types.command.ConfigureMessageEventCommand.doUndo(ConfigureMessageEventCommand.java:357) at org.eclipse.emf.workspace.AbstractEMFOperation.undo(AbstractEMFOperation.java:370) ... 81 more

acampesino commented 5 years ago

Fixed in 49404b2