Community
Participate
Working Groups
The EGL source defines externalType LogicAndDataPart extends StructPart, Container externalType StructPart extends Part The Java interfaces are defined as public interface LogicAndDataPart extends StructPart StructPart extends Part, Container When I step through the template loading mechanism Container is a super of LogicAndDataPart not of StructPart like it's defined in the Java interface. This is not a problem for generation because we don't have a LogicAndDataPart template, we only have a StructPart template.
I have updated structure.egl and rebuild egl.mofar so that the EGL model for these parts match their corresponding Java definition
closed