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

Bug 363022

Summary: SimpleNamesFragment generates invalid code
Product: [Modeling] TMF Reporter: Karsten Thoms <karsten.thoms>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: sebastian.zarnekow
Version: 2.1.0   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Karsten Thoms CLA 2011-11-07 03:18:23 EST
Having the SimpleNamesFragment produces the following binding:

// contributed by org.eclipse.xtext.generator.exporting.SimpleNamesFragment
public Class<? extends org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator> bindIDependentElementsCalculator() {
   return org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator.Null.class;
}

The member "Null" does not exist (anymore) in the interface.
Comment 1 Sebastian Zarnekow CLA 2011-11-07 04:46:42 EST

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