| Summary: | SimpleNamesFragment generates invalid code | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Karsten Thoms <karsten.thoms> |
| Component: | Xtext | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of bug 362655 *** |
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.