dvdkruk / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Non compiling code for connection create in generated paste feature class #281

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
   class EReference icon "ecore/EReference.gif" {
     connection ReferenceConnection 
     {
        name into name
     }
     {
       from eContainingClass;
       to eOpposite;
     }
     behavior {
       create into eStructuralFeatures palette "Connections";
     }  
   }

produces MymydiagramPasteFeatureBase.java
with non compiling access: model.getEStructuralFeatures() in method 
addBusinessObjectToContainer

Find attached project to reproduce.

Original issue reported on code.google.com by de.abg.r...@gmail.com on 14 Jul 2013 at 3:49

Attachments: