Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO] 0.8 Multiplr Inheritence Wrong featureID
[CDO] 0.8 Multiplr Inheritence Wrong featureID [message #616139] Wed, 09 April 2008 12:06
Eclipse UserFriend
Hi Eike,

It seems that when we are using multiple inheritence we do not use the right
FeatureID.

In CDORevisionImpl we do the following.

int i = feature.getFeatureIndex();

Object old = values[i];

values[i] = value;

return old;



feature.getFeatureIndex(); will return the id of the current hierarchy. It
is wrong.



In CDOClassIMpl we seems to correctly calculate the ID in the variable
indice... but we do not use it in CDORevisionIMpl.



Do you want me to open a bugs ?
Previous Topic:[CDO] Transactional Editing Domain
Next Topic:[Teneo] org.jpox.sco.exceptions.NullsNotAllowedException on resource.save()
Goto Forum:
  


Current Time: Fri Jul 04 14:25:24 EDT 2025

Powered by FUDForum. Page generated in 0.02732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top