Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 371055 - [Pattern Query] IQuery execute method requires List<Object>
Summary: [Pattern Query] IQuery execute method requires List<Object>
Status: ASSIGNED
Alias: None
Product: EMF.EGF
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Thomas Guiu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 05:25 EST by Matthieu Helleboid CLA
Modified: 2012-02-09 10:38 EST (History)
1 user (show)

See Also:


Attachments
proposed implementation (5.05 KB, patch)
2012-02-09 10:38 EST, Matthieu Helleboid CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Helleboid CLA 2012-02-09 05:25:06 EST
Build Identifier: 

org.eclipse.egf.pattern.query.IQuery execute method requires to return List<Object>. But it should not be limited to this type and it should be possible to return List<?> (meaning List<? extends Object>).

Also the pattern generated code using this query also assigns the result to a List<Object>...

Reproducible: Always
Comment 1 Matthieu Helleboid CLA 2012-02-09 10:38:29 EST
Created attachment 210805 [details]
proposed implementation