Community
Participate
Working Groups
In the following Domainmodel, the content assist does not propose Bar unless the Java-Class is generated: package test { entity Bar {} entity Foo extends * } * = trigger content assist here To reproduce the same in Xtend you have to manually delete the generated Java-Class, as we automatically save after creating the class stub with the wizard.
*** This bug has been marked as a duplicate of bug 350823 ***