Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [QVTo] NEW BUG: Accessing an extended transformation with configuration property cannot resolve that
[QVTo] NEW BUG: Accessing an extended transformation with configuration property cannot resolve that [message #530316] Thu, 29 April 2010 10:41
Eclipse UserFriend
Originally posted by: dhendriksREMOVE_THIS.tueREMOVE.THIS.nl

Hello all,

just to let you know, I just added a new bug. For full details see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=310991

------------
Bug details:
------------

Build Identifier: Build id: 20100218-1602 (Galileo SR2)

See the attachments (extends_config_bug*.qvto):
- extends_config_bug_extended.qvto (ext) has a transformation with
configuration property DEBUG.
- extends_config_bug_sub.qvto (sub) has a transformation that extends
(ext)
and thus also has that configuration property.
- extends_config_bug_main.qvto (main) accesses (sub) and creates a new
instance of it. It tries to set the DEBUG configuration property, but the
following error is reported:

Unrecognized variable: (DEBUG)

- I'm not sure why it doesn't work, but my best guess would be that
only the
configuration properties directly defined by the (main) transformation get
resolved, not the ones of the (ext) transformation.


Reproducible: Always

Steps to Reproduce:
1. Download the attachments (extends_config_bug*.qvto), put them in a QVTo
project and make sure they get parsed.
Previous Topic:[QVTo] NEW BUG: Import of library in combination with access broken
Next Topic:[QVTO] Covariant return type on overridden mapping?
Goto Forum:
  


Current Time: Thu Apr 25 09:45:17 GMT 2024

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

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

Back to the top