Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363799 - [xbase][contentassist] Unsaved inferred JVM elements are not proposed in content assist
Summary: [xbase][contentassist] Unsaved inferred JVM elements are not proposed in cont...
Status: CLOSED DUPLICATE of bug 350823
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 06:13 EST by Jan Koehnlein CLA
Modified: 2012-04-02 17:01 EDT (History)
1 user (show)

See Also:
jan: juno+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***