cp-api / capella

0 stars 0 forks source link

Move package org.polarsys.capella.common helpers to org.polarsys.capella.common.helpers plugin #4

Open eclipse-capella-bot opened 3 years ago

eclipse-capella-bot commented 3 years ago

On org.polarsys.capella.common, there is a package org.polarsys.capella.common.helpers but there is also a plugin org.polarsys.capella.common.helpers.

ECLIPSE-553910 POLARSYS-2036 @pdu 2018-04-20

eclipse-capella-bot commented 3 years ago

pdu commented on 2018-04-20

With this ticket, EObjectLabelProviderHelper will be moved from org.polarsys.capella.common to org.polarsys.capella.common.helpers, where we will be able to use org.polarsys.capella.common.helpers.TransactionHelper.getEditingDomain in it, offering better performances than AdapterFactoryEditingDomain.getEditingDomainFor(object) or TransactionUtil.getEditingDomain.