eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

Prevent NPE by asynchronous threads after the plug-in has been stop #968

Closed rubenporras closed 4 months ago

rubenporras commented 4 months ago

@mickaelistria , I am wondering if instead of not logging anything after the plugin has been stop, we should rather use this as a fallback. I can imagine we are still able to log even if the plug-in has been stop, but probably that is not desired.

rubenporras commented 4 months ago

Failed tests are flaky tests. The job passed already twice.