Community
Participate
Working Groups
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
Created attachment 210805 [details] proposed implementation