dvdkruk / spray

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

A lot of missing generation and compilation errors for connection with simple create behavior #282

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 palette "Connections";
     }  
   }

Note there is no feature defined where to add this connection.

Using this
 * \src-gen\org\eclipselabs\spray\examples\mydiagram\property is empty
 * MymydiagramDiagramTypeProviderBase.java has got compile errors
 * MymydiagramFeatureProviderBase.java has got compile errors
 * MymydiagramCreateEReferenceFeature.java has got compile errors

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

Attachments: