You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some *Handler files return CompletableFutures while others return raw types and let the JDTLanguageServer handle the wrapping into CompletableFuture.
eg.
The *Handler behavior should be consistent across the board. I say we leave JDTLanguageServer deal with the CompletableFuture aspects and simplify the Handlers, which will simplify their testing as well.
The text was updated successfully, but these errors were encountered:
Some *Handler files return CompletableFutures while others return raw types and let the JDTLanguageServer handle the wrapping into CompletableFuture.
eg.
vs
The *Handler behavior should be consistent across the board. I say we leave JDTLanguageServer deal with the CompletableFuture aspects and simplify the Handlers, which will simplify their testing as well.
The text was updated successfully, but these errors were encountered: