Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] bug 371653: [EditingDomain] The Editing domain should be disposed when Papyrus close https://bugs.eclipse.org/bugs/show_bug.cgi?id=371653

  Hi,

  Please take care of the following bug:
371653: [EditingDomain] The Editing domain should be disposed when Papyrus close
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371653

  I plan to dispose it in the same time as the main Papyrus editor is closed.

  But, the way the EditingDomain is created has changed, and the classes creating it effectively are not documented at all. It looks like the EditingDomain is possibly shared with something else ...

  Can the authors of the these classes document them and explain the purpose of the provided code ?
  • org.eclipse.papyrus.readonly.ReadOnlyTransactionalEditingDomainProvider
  • org.eclipse.papyrus.infra.core.resource.TransactionalEditingDomainManager
  • org.eclipse.papyrus.infra.core.resource.ITransactionalEditingDomainProvider

  Is there an objection to dispose the EditingDomain in the same time than the main Papyrus editor ?

  Cedric

Back to the top