Community
Participate
Working Groups
Hello, class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider defines: public final static String NAMED_DELEGATE = "org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider.delegate"; But generated module e.g. public abstract class AbstractMyDslRuntimeModule extends DefaultRuntimeModule { uses a raw string // contributed by org.eclipse.xtext.generator.scoping.AbstractScopingFragment public void configureIScopeProviderDelegate(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.scoping.IScopeProvider.class).annotatedWith(com.google.inject.name.Names.named("org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider.delegate")).to(org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider.class); }
Thanks. This has already been fixed in the current development stream.
(In reply to comment #1) > Thanks. This has already been fixed in the current development stream. OK, no problem.
Closing all bugs that were set to RESOLVED before Neon.0