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

Bug 363179

Summary: [xtext][generator] SimpleNamesFragment generates wrong binding
Product: [Modeling] TMF Reporter: Knut Wannheden <knut.wannheden>
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 Knut Wannheden CLA 2011-11-08 09:54:18 EST
org.eclipse.xtext.generator.exporting.SimpleNamesFragment generates a binding like:


	// 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 referenced type org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator.Null does no longer exist in Xtext 2.1.
Comment 1 Sebastian Zarnekow CLA 2011-11-08 09:57:21 EST

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