eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

null eResource after removeWSFile #286

Closed eclipse-modisco-bot closed 4 hours ago

eclipse-modisco-bot commented 4 hours ago

| --- | --- | | Bugzilla Link | 310269 | | Status | CLOSED FIXED | | Importance | P2 normal | | Reported | Apr 23, 2010 08:16 EDT | | Modified | Oct 01, 2010 13:19 EDT | | Version | 0.8.0 | | Reporter | Nicolas Bros |

Description

When you delete a workspace element (Facet, Query, customization), removeWSFile replaces it with the installed version, but it copies it from a MoDisco resource, resulting in a null eResource for the element.\ The catalog should memorize the original EObject in another map to be able to restore it in removeWSFile.

eclipse-modisco-bot commented 4 hours ago

By Gregoire Dupe on Apr 23, 2010 11:01

Hi,

The revision 2112 adds map to store the platform:/plugin version of installed models. This map is used in removeWSFile() to restore the install version of the model.

Regards,\ Grégoire

eclipse-modisco-bot commented 4 hours ago

By Hugo Bruneliere on Oct 01, 2010 13:19

Bug fixed.