Community
Participate
Working Groups
If we have something like this: [module A(...)] [import C/] [template A(...)] [B()/] [/template] [module B(...)] [template B()] yop [/template] [module C(...) extends B] [template B() overrides B] youhou [/template] Then while using the Acceleo debugger, it will display a path using the template B from the module B not from the module C. The node to visit must have been selected before the resolution of the call.
The example provided here works now.
Closing resolved bugs