Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354740 - The mof.egl model doesn't match the Java interface model
Summary: The mof.egl model doesn't match the Java interface model
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P1 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 12:24 EDT by Joseph Vincens CLA
Modified: 2017-02-23 14:15 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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