This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".
The branch, master has been updated
via 889a974a770e0c5bf366ad15f0a7d81b9cf82660 (commit)
via 04b8926936d7d4fdc1351b4365db6d703a07f7ab (commit)
from b2ecb73b5a7b3474552c27757559b0f8f8630ba5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 889a974a770e0c5bf366ad15f0a7d81b9cf82660
Author: Eike Stepper <[email protected]>
Date: Sat Apr 28 08:33:41 2012 +0200
[322218] ClassCastException adding an object to an EList with objects of a
custom data type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=322218
commit 04b8926936d7d4fdc1351b4365db6d703a07f7ab
Author: Eike Stepper <[email protected]>
Date: Sat Apr 28 08:16:56 2012 +0200
[322218] ClassCastException adding an object to an EList with objects of a
custom data type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=322218
-----------------------------------------------------------------------
Summary of changes:
.../model/model6.ecore | 14 +
.../emf/cdo/tests/legacy/model6/impl/GImpl.java | 10 -
.../legacy/model6/impl/Model6FactoryImpl.java | 88 ++++++
.../legacy/model6/impl/Model6PackageImpl.java | 101 +++++++
.../tests/legacy/model6/impl/MyEnumListImpl.java | 162 +++++++++++
.../model6/impl/MyEnumListUnsettableImpl.java | 185 ++++++++++++
.../emf/cdo/tests/model6/Model6Factory.java | 18 ++
.../emf/cdo/tests/model6/Model6Package.java | 165 +++++++++++
.../org/eclipse/emf/cdo/tests/model6/MyEnum.java | 274 ++++++++++++++++++
.../eclipse/emf/cdo/tests/model6/MyEnumList.java | 44 +++
.../emf/cdo/tests/model6/MyEnumListUnsettable.java | 67 +++++
.../cdo/tests/model6/impl/Model6FactoryImpl.java | 88 ++++++
.../cdo/tests/model6/impl/Model6PackageImpl.java | 102 +++++++
.../emf/cdo/tests/model6/impl/MyEnumListImpl.java | 72 +++++
.../model6/impl/MyEnumListUnsettableImpl.java | 92 ++++++
.../tests/model6/util/Model6AdapterFactory.java | 44 +++
.../emf/cdo/tests/model6/util/Model6Switch.java | 84 ++++---
.../cdo/tests/bugzilla/Bugzilla_322218_Test.java | 294 ++++++++++++++++++++
18 files changed, 1860 insertions(+), 44 deletions(-)
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/impl/MyEnumListImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/impl/MyEnumListUnsettableImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/MyEnum.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/MyEnumList.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/MyEnumListUnsettable.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/impl/MyEnumListImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/impl/MyEnumListUnsettableImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_322218_Test.java
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit