Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314114 - Generic type aware in the model import
Summary: Generic type aware in the model import
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PMF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Yves YANG CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 09:55 EDT by Yves YANG CLA
Modified: 2013-02-20 16:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yves YANG CLA 2010-05-24 09:55:14 EDT
In PMF, we can define the model using the generic type like the one in Java. For example, in e4 MElementContainer takes a Type Parameter of MUIElement

public interface MElementContainer<T extends MUIElement> extends MUIElement {
   ...
}

When we import it in PMF, this class must be ignored.

In case of the specialization with a concret type like the following class MWindow: 

public interface MWindow extends MElementContainer<MWindowElement>, MUILabel, MContext, MHandlerContainer, MBindings {
   ...
}

The generator should not generate UI Data Forms of generic type.
Comment 1 Yves YANG CLA 2013-01-13 17:05:40 EST
The project gets obsolete