Menu

#21 mapping plug-in does not compile with Eclipse 3.3.1.1

open
5
2007-12-18
2007-12-18
No

I checked out the source from HEAD and get two Java5 related errors in MappingModelUtil.java:

The method add(EObject) in the type List<EObject> is not applicable for the arguments (Object) com.metys.merlin.generation.mapping/src/com/metys/merlin/generation/mappingmodel/util MappingModelUtil.java line 141

In this version EMF uses generics for it's container types, and they don't match the ones used by Merlin. Since this incompatibility is not documented, I guess it's a bug.

Discussion


Log in to post a comment.