Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363799

Summary: [xbase][contentassist] Unsaved inferred JVM elements are not proposed in content assist
Product: [Modeling] TMF Reporter: Jan Koehnlein <jan>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: sebastian.zarnekow
Version: 2.1.0Flags: jan: juno+
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Jan Koehnlein CLA 2011-11-15 06:13:09 EST
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.
Comment 1 Sebastian Zarnekow CLA 2012-04-02 17:01:08 EDT

*** This bug has been marked as a duplicate of bug 350823 ***