Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363179 - [xtext][generator] SimpleNamesFragment generates wrong binding
Summary: [xtext][generator] SimpleNamesFragment generates wrong binding
Status: CLOSED DUPLICATE of bug 362655
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.1.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 09:54 EST by Knut Wannheden CLA
Modified: 2011-11-08 09:57 EST (History)
1 user (show)

See Also:


Attachments

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