Fabien Coulon

Results 4 issues of Fabien Coulon

For the case: - An EClass containing an attribute `foo` - An Aspect over this class declaring `foo` with a default value Can we consider the aspect has the priority?...

I modified the 3semantics example to test uniqueness of created adapter and I get a NullPointerException: Modified part of FSM.melange ``` xtend transformation execute(FiniteStateMachineUMLMT stateMachine, String input, String outputFile){ val...

bug

With a Metamodel with several packages, When aspects are copied, the package name of each Metaclass is changed for the name of the first package of the Metamodel.

bug

If we defined an attribute of type Set in an aspect on a Metaclass, Melange tries to wrapper the Set in a ListAdapter when generating the corresponding adapter. -> compilation...

bug