Files
spring-tools/eclipse-language-servers/org.springframework.tooling.ls.eclipse.gotosymbol
Kris De Volder 238e176c90 Fix more regressions caused by SymbolInformation...
Things that used to just have SymbolInformation in
lsp4j now are 'Either<SymbolInformation, ...>'.

This breaks a number of places where we have
'instanceof SymbolInformation' checks.
These checks fail and various bits of code that
should handle the SymbolInformation case was
not being executed.
2018-09-04 12:07:09 -07:00
..
2017-12-11 16:00:19 -08:00
2017-12-11 09:31:08 +01:00