Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 130424 Details for
Bug 265136
Mismatch between EMF and CDO featureID values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
patch_265136.txt (text/plain), 1.28 KB, created by
Stephane fournier
on 2009-03-31 13:11:11 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stephane fournier
Created:
2009-03-31 13:11:11 EDT
Size:
1.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.emf.cdo >Index: src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.cdo/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java,v >retrieving revision 1.68 >diff -u -r1.68 CDOResourceImpl.java >--- src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java 14 Mar 2009 12:39:21 -0000 1.68 >+++ src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java 31 Mar 2009 17:08:08 -0000 >@@ -359,7 +359,8 @@ > @Override > public int getFeatureID(Class<?> expectedClass) > { >- return EresourcePackage.CDO_RESOURCE__LOADED; >+ // TODO FIX https://bugs.eclipse.org/bugs/show_bug.cgi?id=265136 >+ return Resource.RESOURCE__IS_LOADED; > } > }; > >@@ -615,7 +616,12 @@ > } > } > >- setLoaded(true); >+ // TODO FIX https://bugs.eclipse.org/bugs/show_bug.cgi?id=265136 Needed to run against a TED. >+ Notification notification = setLoaded(true); >+ if (notification != null) >+ { >+ eNotify(notification); >+ } > > // URIConverter uriConverter = getURIConverter(); > //
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265136
:
130361
|
130424