Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354740

Summary: The mof.egl model doesn't match the Java interface model
Product: z_Archived Reporter: Joseph Vincens <jvincens>
Component: EDTAssignee: Project Inbox <edt.mofmodel-inbox>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P1 CC: margolis, pharmon
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Joseph Vincens CLA 2011-08-15 12:24:49 EDT
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.
Comment 1 Paul Harmon CLA 2011-11-07 14:01:37 EST
I have updated structure.egl and rebuild egl.mofar so that the EGL model for these parts match their corresponding Java definition
Comment 2 Joseph Vincens CLA 2011-11-09 06:44:08 EST
closed