Message10565

Author zyasoft
Recipients tomluk, zyasoft
Date 2015-12-29.14:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451400675.73.0.929323681.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
First, please submit your bug with some more explanatory text so we don't have to dig through a zip file to triage.

Related bug is #1878

I see you also tried this on Jython 2.7, so there's some additional diagnostic output to consider:

TypeError: Supertypes that share a modified attribute have an MRO conflict[
attribute=remove,
supertypes=[
<type 'org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl'>,
<type 'java.util.AbstractList'>,
<type 'org.eclipse.emf.common.util.DelegatingEList'>,
<type 'org.eclipse.emf.common.util.AbstractEList'>,
<type 'org.eclipse.emf.common.notify.NotifyingList'>,
<type 'org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl'>,
<type 'org.eclipse.emf.common.util.EList'>,
<type 'java.util.List'>,
<type 'org.eclipse.emf.ecore.util.InternalEList'>
],
type=DelegatingFeatureMap]

It looks like the same problem we saw in #1878 - DelegatingFeatureMap is a Map that implements Iterable
History
Date User Action Args
2015-12-29 14:51:15zyasoftsetmessageid: <1451400675.73.0.929323681.issue2445@psf.upfronthosting.co.za>
2015-12-29 14:51:15zyasoftsetrecipients: + zyasoft, tomluk
2015-12-29 14:51:15zyasoftlinkissue2445 messages
2015-12-29 14:51:15zyasoftcreate