Community
Participate
Working Groups
When choosing the "Combo widget" as the representation of an element editor, the generated code does not match the EEF runtime API. Here is the generated code: element.setContentProvider(new EMFListContentProvider()); But EMFListContentProvider() constructor doesn't exists in the API (it takes a boolean parameter called "nullable").
Created attachment 185653 [details] a patch fixing the bug The attached patch fixes the bug (no more compilation errors after generation). I chose to add a constructor without parameters instead of changing the Acceleo file, because this way you will be able to later improve the generation and support this parameter. With this implementation the nullable parameter is set to false by default.
Appliyed
*** Bug 328530 has been marked as a duplicate of this bug. ***