eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Default binding for GraphExtension in GLSP Module binds to null #291

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Because of this Guice fails if a submodule does not bind an explicit GraphExtension.

Should be bound to a NullImpl of the ExtensionInterface