-
Methods Method Description org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.startProcessing(MessageProducer, MessageConsumer, ExecutorService) Please use the non-staticConcurrentMessageProcessor.beginProcessing(java.util.concurrent.ExecutorService)instead.org.eclipse.lsp4j.jsonrpc.messages.Either.collectDisjoinTypes(Type, Collection<Type>) org.eclipse.lsp4j.jsonrpc.messages.Either.getAllDisjoinTypes(Type) UseTypeUtils.getExpectedTypes(Type)insteadorg.eclipse.lsp4j.jsonrpc.messages.Either.getLeftDisjointType(Type) UseTypeUtils.getElementTypes(Type, Class, Class)insteadorg.eclipse.lsp4j.jsonrpc.messages.Either.getRightDisjointType(Type) UseTypeUtils.getElementTypes(Type, Class, Class)insteadorg.eclipse.lsp4j.jsonrpc.messages.Either.isEither(Type) UseTypeUtils.isEither(Type)instead
-
Enum Constants Enum Constant Description org.eclipse.lsp4j.jsonrpc.messages.ResponseErrorCode.serverNotInitialized