eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
57 stars 54 forks source link

Fix erratic test failure in DiagnosticsTest#testDiagnosticsFromVariousLS #983

Closed sebthom closed 2 months ago

sebthom commented 2 months ago

Root cause is that MockLanguageServer#addRemoteProxy is invoked concurrently which adds the remote proxy to an ArrayList which is not thread-safe