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

Bug 314114

Summary: Generic type aware in the model import
Product: z_Archived Reporter: Yves YANG <yves.yang>
Component: PMFAssignee: Yves YANG <yves.yang>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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