Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:06
Simon Mc Duff is currently offline Simon Mc DuffFriend
Messages: 596
Registered: July 2009
Senior Member
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: Sat Apr 27 01:07:57 GMT 2024

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

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

Back to the top