Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363022 - SimpleNamesFragment generates invalid code
Summary: SimpleNamesFragment generates invalid code
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-07 03:18 EST by Karsten Thoms CLA
Modified: 2011-11-07 04:46 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 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 ***