|
Change Parameter Type diagnostic : DiagnosticDTO to diagnostic : Diagnostic in method protected createPositionFromDiagnostic(diagnostic Diagnostic) : Position in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerAnnotationModel |
From |
To |
|
Change Parameter Type params : CodeActionParamsDTO to params : CodeActionParams in method public codeAction(params CodeActionParams) : Promise<List<Command>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type location : LocationDTO to location : Location in method public onLocationSelected(location Location) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter |
From |
To |
|
Change Parameter Type diagnosticsMessage : PublishDiagnosticsParamsDTO to diagnosticsMessage : PublishDiagnosticsParams in method public processDiagnostics(diagnosticsMessage PublishDiagnosticsParams) : void in class org.eclipse.che.plugin.languageserver.ide.editor.PublishDiagnosticsProcessor |
From |
To |
|
Change Parameter Type params : DocumentRangeFormattingParamsDTO to params : DocumentRangeFormattingParams in method public rangeFormatting(params DocumentRangeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type positionParams : TextDocumentPositionParamsDTO to positionParams : TextDocumentPositionParams in method public hover(positionParams TextDocumentPositionParams) : HoverDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method package CompletionItemBasedCompletionProposal(completionItem ExtendedCompletionItem, documentServiceClient TextDocumentServiceClient, documentId TextDocumentIdentifier, resources LanguageServerResources, icon Icon, serverCapabilities ServerCapabilities, highlights List<Match>, offset int) in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal |
From |
To |
|
Change Parameter Type documentSymbolParams : DocumentSymbolParamsDTO to documentSymbolParams : DocumentSymbolParams in method public documentSymbol(documentSymbolParams DocumentSymbolParams) : List<? extends SymbolInformationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type params : WorkspaceSymbolParamsDTO to params : WorkspaceSymbolParams in method public symbol(params WorkspaceSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.WorkspaceServiceClient |
From |
To |
|
Change Parameter Type locations : List<LocationDTO> to locations : List<Location> in method public setLocations(locations List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationView |
From |
To |
|
Change Parameter Type dto : ParameterInformationDTO to dto : ParameterInformation in method public ParamterInfoImpl(dto ParameterInformation) in class org.eclipse.che.plugin.languageserver.ide.editor.signature.ParamterInfoImpl |
From |
To |
|
Change Parameter Type params : DocumentFormattingParamsDTO to params : DocumentFormattingParams in method public formatting(params DocumentFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type promise : Promise<List<TextEditDTO>> to promise : Promise<List<TextEdit>> in method private handleFormatting(promise Promise<List<TextEdit>>, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Parameter Type problem : DiagnosticDTO to problem : Diagnostic in method public acceptDiagnostic(problem Diagnostic) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerAnnotationModel |
From |
To |
|
Change Parameter Type promise : Promise<List<LocationDTO>> to promise : Promise<List<Location>> in method public openLocation(promise Promise<List<Location>>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter |
From |
To |
|
Change Parameter Type closeEvent : DidCloseTextDocumentParamsDTO to closeEvent : DidCloseTextDocumentParams in method public didClose(closeEvent DidCloseTextDocumentParams) : void in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type params : DocumentSymbolParamsDTO to params : DocumentSymbolParams in method public documentSymbol(params DocumentSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type position : TextDocumentPositionParamsDTO to position : TextDocumentPositionParams in method public documentHighlight(position TextDocumentPositionParams) : Promise<DocumentHighlight> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type params : TextDocumentPositionParamsDTO to params : TextDocumentPositionParams in method public signatureHelp(params TextDocumentPositionParams) : Promise<SignatureHelp> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type types : List<SymbolInformationDTO> to types : List<SymbolInformation> in method private toSymbolEntries(types List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.workspace.FindSymbolAction |
From |
To |
|
Change Parameter Type diagnostic : DiagnosticDTO to diagnostic : Diagnostic in method public acceptDiagnostic(diagnostic Diagnostic) : void in class org.eclipse.che.plugin.languageserver.ide.editor.DiagnosticCollector |
From |
To |
|
Change Parameter Type dto : SignatureInformationDTO to dto : SignatureInformation in method public SignatureInfoImpl(dto SignatureInformation) in class org.eclipse.che.plugin.languageserver.ide.editor.signature.SignatureInfoImpl |
From |
To |
|
Change Parameter Type closeEvent : DidCloseTextDocumentParamsDTO to closeEvent : DidCloseTextDocumentParams in method public didClose(closeEvent DidCloseTextDocumentParams) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type workspaceSymbolParams : WorkspaceSymbolParamsDTO to workspaceSymbolParams : ExtendedWorkspaceSymbolParams in method public documentSymbol(workspaceSymbolParams ExtendedWorkspaceSymbolParams) : List<? extends SymbolInformationDto> in class org.eclipse.che.api.languageserver.service.WorkspaceService |
From |
To |
|
Change Parameter Type positionParams : TextDocumentPositionParamsDTO to positionParams : TextDocumentPositionParams in method public signatureHelp(positionParams TextDocumentPositionParams) : SignatureHelpDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type locations : List<LocationDTO> to locations : List<Location> in method private showLocations(locations List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter |
From |
To |
|
Change Parameter Type completionItem : CompletionItemDTO to completionItem : CompletionItem in method public resolveCompletionItem(completionItem CompletionItem) : Promise<ExtendedCompletionItem> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type command : CommandDTO to command : Command in method private ActionCompletionProposal(command Command, action Action) in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor.ActionCompletionProposal |
From |
To |
|
Change Parameter Type params : TextDocumentPositionParamsDTO to params : TextDocumentPositionParams in method public definition(params TextDocumentPositionParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type params : TextDocumentPositionParamsDTO to params : TextDocumentPositionParams in method public hover(params TextDocumentPositionParams) : Promise<Hover> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type textDocumentPositionParams : TextDocumentPositionParamsDTO to textDocumentPositionParams : TextDocumentPositionParams in method public completion(textDocumentPositionParams TextDocumentPositionParams) : CompletionListDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type openEvent : DidOpenTextDocumentParamsDTO to openEvent : DidOpenTextDocumentParams in method public didOpen(openEvent DidOpenTextDocumentParams) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method private onSave(documentId TextDocumentIdentifier, dtoFactory DtoFactory, serviceClient TextDocumentServiceClient) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension |
From |
To |
|
Change Parameter Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method public isGoodFor(documentId TextDocumentIdentifier, offset int, word String) : boolean in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LatestCompletionResult |
From |
To |
|
Change Parameter Type dto : SignatureHelpDTO to dto : SignatureHelp in method public SignatureHelpImpl(dto SignatureHelp) in class org.eclipse.che.plugin.languageserver.ide.editor.signature.SignatureHelpImpl |
From |
To |
|
Change Parameter Type change : DidChangeTextDocumentParamsDTO to change : DidChangeTextDocumentParams in method public didChange(change DidChangeTextDocumentParams) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type params : DocumentFormattingParamsDTO to params : DocumentFormattingParams in method public formatting(params DocumentFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type params : DocumentOnTypeFormattingParamsDTO to params : DocumentOnTypeFormattingParams in method public onTypeFormatting(params DocumentOnTypeFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type location : LocationDTO to location : Location in method public onLocationSelected(location Location) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationView.ActionDelegate |
From |
To |
|
Change Parameter Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method public update(documentId TextDocumentIdentifier, offset int, word String, completionList ExtendedCompletionList) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LatestCompletionResult |
From |
To |
|
Change Parameter Type params : DocumentOnTypeFormattingParamsDTO to params : DocumentOnTypeFormattingParams in method public onTypeFormatting(params DocumentOnTypeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type completionItem : CompletionItemDTO to completionItem : ExtendedCompletionItem in method package CompletionItemBasedCompletionProposal(completionItem ExtendedCompletionItem, documentServiceClient TextDocumentServiceClient, documentId TextDocumentIdentifier, resources LanguageServerResources, icon Icon, serverCapabilities ServerCapabilities, highlights List<Match>, offset int) in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal |
From |
To |
|
Change Parameter Type location : LocationDTO to location : Location in method public LocationNode(location Location) in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl.LocationNode |
From |
To |
|
Change Parameter Type position : TextDocumentPositionParamsDTO to position : TextDocumentPositionParams in method public completion(position TextDocumentPositionParams) : Promise<ExtendedCompletionList> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type items : List<SymbolInformationDTO> to items : List<SymbolInformation> in method private toQuickOpenEntries(items List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction |
From |
To |
|
Change Parameter Type change : DidChangeTextDocumentParamsDTO to change : DidChangeTextDocumentParams in method public didChange(change DidChangeTextDocumentParams) : void in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type completionItem : CompletionItemDTO to completionItem : CompletionItem in method public CompletionImpl(completionItem CompletionItem, offset int) in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal.CompletionImpl |
From |
To |
|
Change Parameter Type saveEvent : DidSaveTextDocumentParamsDTO to saveEvent : DidSaveTextDocumentParams in method public didSave(saveEvent DidSaveTextDocumentParams) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type params : ReferenceParamsDTO to params : ReferenceParams in method public references(params ReferenceParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Parameter Type completionList : CompletionListDTO to completionList : ExtendedCompletionList in method public update(documentId TextDocumentIdentifier, offset int, word String, completionList ExtendedCompletionList) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LatestCompletionResult |
From |
To |
|
Change Parameter Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method private onClose(documentId TextDocumentIdentifier, dtoFactory DtoFactory, serviceClient TextDocumentServiceClient) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension |
From |
To |
|
Change Parameter Type saveEvent : DidSaveTextDocumentParamsDTO to saveEvent : DidSaveTextDocumentParams in method public didSave(saveEvent DidSaveTextDocumentParams) : void in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type diagnostic : DiagnosticDTO to diagnostic : Diagnostic in method public DiagnosticAnnotation(diagnostic Diagnostic) in class org.eclipse.che.plugin.languageserver.ide.editor.DiagnosticAnnotation |
From |
To |
|
Change Parameter Type locations : List<LocationDTO> to locations : List<Location> in method public setLocations(locations List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl |
From |
To |
|
Change Parameter Type positionParams : TextDocumentPositionParamsDTO to positionParams : TextDocumentPositionParams in method public documentHighlight(positionParams TextDocumentPositionParams) : DocumentHighlight in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type edits : List<TextEditDTO> to edits : List<TextEdit> in method private applyEdits(edits List<TextEdit>, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Parameter Type openEvent : DidOpenTextDocumentParamsDTO to openEvent : DidOpenTextDocumentParams in method public didOpen(openEvent DidOpenTextDocumentParams) : void in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Parameter Type item : CompletionItemDTO to item : CompletionItem in method private filter(word String, item CompletionItem) : List<Match> in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LanguageServerCodeAssistProcessor |
From |
To |
|
Change Parameter Type params : DocumentRangeFormattingParamsDTO to params : DocumentRangeFormattingParams in method public rangeFormatting(params DocumentRangeFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type List<? extends TextEdit> to List<? extends TextEditDto> in method public rangeFormatting(params DocumentRangeFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type Promise<List<LocationDTO>> to Promise<List<Location>> in method public definition(params TextDocumentPositionParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type CompletionList to CompletionListDto in method public completion(textDocumentPositionParams TextDocumentPositionParams) : CompletionListDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type Promise<List<TextEditDTO>> to Promise<List<TextEdit>> in method public formatting(params DocumentFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type Promise<DocumentHighlightDTO> to Promise<DocumentHighlight> in method public documentHighlight(position TextDocumentPositionParams) : Promise<DocumentHighlight> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type FormattingOptionsDTO to FormattingOptions in method private getFormattingOptions() : FormattingOptions in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Return Type List<InitializeResultDTO> to List<ExtendedInitializeResultDto> in method public getRegisteredLanguages() : List<ExtendedInitializeResultDto> in class org.eclipse.che.api.languageserver.service.LanguageRegistryService |
From |
To |
|
Change Return Type Promise<CompletionItemDTO> to Promise<ExtendedCompletionItem> in method public resolveCompletionItem(completionItem CompletionItem) : Promise<ExtendedCompletionItem> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type Promise<List<TextEditDTO>> to Promise<List<TextEdit>> in method public rangeFormatting(params DocumentRangeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type Promise<SignatureHelpDTO> to Promise<SignatureHelp> in method public signatureHelp(params TextDocumentPositionParams) : Promise<SignatureHelp> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type List<? extends TextEdit> to List<? extends TextEditDto> in method public formatting(params DocumentFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type Promise<List<LanguageDescriptionDTO>> to Promise<List<LanguageDescription>> in method public getSupportedLanguages() : Promise<List<LanguageDescription>> in class org.eclipse.che.plugin.languageserver.ide.service.LanguageServerRegistryServiceClient |
From |
To |
|
Change Return Type Promise<List<InitializeResultDTO>> to Promise<List<ExtendedInitializeResult>> in method public getRegisteredLanguages() : Promise<List<ExtendedInitializeResult>> in class org.eclipse.che.plugin.languageserver.ide.service.LanguageServerRegistryServiceClient |
From |
To |
|
Change Return Type Hover to SignatureHelpDto in method public signatureHelp(positionParams TextDocumentPositionParams) : SignatureHelpDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type DiagnosticDTO to Diagnostic in method public getDiagnostic() : Diagnostic in class org.eclipse.che.plugin.languageserver.ide.editor.DiagnosticAnnotation |
From |
To |
|
Change Return Type Promise<HoverDTO> to Promise<Hover> in method public hover(params TextDocumentPositionParams) : Promise<Hover> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type TextDocumentPositionParamsDTO to TextDocumentPositionParams in method public createTDPP(document Document, position TextPosition) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Return Type Promise<CompletionItemDTO> to Promise<ExtendedCompletionItem> in method private resolve() : Promise<ExtendedCompletionItem> in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal |
From |
To |
|
Change Return Type List<LanguageDescriptionDTO> to List<LanguageDescription> in method public getSupportedLanguages() : List<LanguageDescription> in class org.eclipse.che.api.languageserver.service.LanguageRegistryService |
From |
To |
|
Change Return Type Promise<List<SymbolInformationDTO>> to Promise<List<SymbolInformation>> in method public documentSymbol(params DocumentSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type InitializeParamsImpl to InitializeParams in method protected prepareInitializeParams(projectPath String) : InitializeParams in class org.eclipse.che.api.languageserver.registry.ServerInitializerImpl |
From |
To |
|
Change Return Type Promise<List<LocationDTO>> to Promise<List<Location>> in method public references(params ReferenceParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type Promise<List<SymbolInformationDTO>> to Promise<List<SymbolInformation>> in method public symbol(params WorkspaceSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.WorkspaceServiceClient |
From |
To |
|
Change Return Type List<? extends SymbolInformation> to List<? extends SymbolInformationDto> in method public documentSymbol(workspaceSymbolParams ExtendedWorkspaceSymbolParams) : List<? extends SymbolInformationDto> in class org.eclipse.che.api.languageserver.service.WorkspaceService |
From |
To |
|
Change Return Type CompletionListDTO to ExtendedCompletionList in method public getCompletionList() : ExtendedCompletionList in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LatestCompletionResult |
From |
To |
|
Change Return Type Promise<InitializeResult> to Promise<ExtendedInitializeResult> in method public getOrInitializeServer(projectPath String, ext String, filePath String) : Promise<ExtendedInitializeResult> in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Return Type Promise<List<CommandDTO>> to Promise<List<Command>> in method public codeAction(params CodeActionParams) : Promise<List<Command>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type List<? extends SymbolInformation> to List<? extends SymbolInformationDto> in method public documentSymbol(documentSymbolParams DocumentSymbolParams) : List<? extends SymbolInformationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type Promise<CompletionListDTO> to Promise<ExtendedCompletionList> in method public completion(position TextDocumentPositionParams) : Promise<ExtendedCompletionList> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Return Type List<? extends TextEdit> to List<? extends TextEditDto> in method public onTypeFormatting(params DocumentOnTypeFormattingParams) : List<? extends TextEditDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type SignatureHelp to HoverDto in method public hover(positionParams TextDocumentPositionParams) : HoverDto in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type TextDocumentIdentifierDTO to TextDocumentIdentifier in method public getDocumentId() : TextDocumentIdentifier in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LatestCompletionResult |
From |
To |
|
Change Return Type TextDocumentPositionParamsDTO to TextDocumentPositionParams in method public createTDPP(document Document, cursorOffset int) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Return Type Promise<List<TextEditDTO>> to Promise<List<TextEdit>> in method public onTypeFormatting(params DocumentOnTypeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method protected createPositionFromDiagnostic(diagnostic Diagnostic) : Position in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerAnnotationModel |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<LocationDTO>> to unmarshaller : Unmarshallable<List<Location>> in method public references(params ReferenceParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public computeOccurrences(context OrionOccurrenceContextOverlay) : JsPromise<OrionOccurrenceOverlay[]> in class org.eclipse.che.plugin.languageserver.ide.highlighting.OccurrencesProvider |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method public getSelection(document Document) : LinearRange in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal.CompletionImpl |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method public apply(document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.CompletionItemBasedCompletionProposal.CompletionImpl |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<CompletionListDTO> to unmarshaller : Unmarshallable<ExtendedCompletionList> in method public completion(position TextDocumentPositionParams) : Promise<ExtendedCompletionList> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type initializeParams : InitializeParamsImpl to initializeParams : InitializeParams in method protected doInitialize(launcher LanguageServerLauncher, projectPath String) : LanguageServer in class org.eclipse.che.api.languageserver.registry.ServerInitializerImpl |
From |
To |
|
Change Variable Type identifierDTO : TextDocumentIdentifierDTO to identifierDTO : TextDocumentIdentifier in method public createTDPP(document Document, cursorOffset int) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Variable Type identifier : TextDocumentIdentifierDTO to identifier : TextDocumentIdentifier in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<LanguageServerInitializeEventDto> to unmarshaller : Unmarshallable<LanguageServerInitializeEvent> in method protected subscribeToInitializeEvent(unmarshallerFactory DtoUnmarshallerFactory, messageBusProvider MessageBusProvider, notificationManager NotificationManager, eventBus EventBus) : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type versionedDocId : VersionedTextDocumentIdentifierDTO to versionedDocId : VersionedTextDocumentIdentifier in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type start : PositionDTO to start : Position in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<TextEditDTO>> to unmarshaller : Unmarshallable<List<TextEdit>> in method public onTypeFormatting(params DocumentOnTypeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type diagnostic : DiagnosticDTO to diagnostic : Diagnostic in method public processDiagnostics(diagnosticsMessage PublishDiagnosticsParams) : void in class org.eclipse.che.plugin.languageserver.ide.editor.PublishDiagnosticsProcessor |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<LocationDTO>> to unmarshaller : Unmarshallable<List<Location>> in method public definition(params TextDocumentPositionParams) : Promise<List<Location>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public createTDPP(document Document, cursorOffset int) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<PublishDiagnosticsParamsDTO> to unmarshaller : Unmarshallable<PublishDiagnosticsParams> in method private subscribeToPublishDiagnostics(messageBus MessageBus) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type params : DocumentOnTypeFormattingParamsDTO to params : DocumentOnTypeFormattingParams in method public onDocumentChange(event DocumentChangeEvent) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter.install.addHandler |
From |
To |
|
Change Variable Type changeDTO : DidChangeTextDocumentParamsDTO to changeDTO : DidChangeTextDocumentParams in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.FullTextDocumentSynchronize |
From |
To |
|
Change Variable Type paramsDTO : ReferenceParamsDTO to paramsDTO : ReferenceParams in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction |
From |
To |
|
Change Variable Type promise : Promise<List<LocationDTO>> to promise : Promise<List<Location>> in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.declaration.FindDefinitionAction |
From |
To |
|
Change Variable Type saveEvent : DidSaveTextDocumentParamsDTO to saveEvent : DidSaveTextDocumentParams in method private onSave(documentId TextDocumentIdentifier, dtoFactory DtoFactory, serviceClient TextDocumentServiceClient) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension |
From |
To |
|
Change Variable Type identifierDTO : TextDocumentIdentifierDTO to identifierDTO : TextDocumentIdentifier in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction |
From |
To |
|
Change Variable Type promise : Promise<HoverDTO> to promise : Promise<Hover> in method public computeHover(context OrionHoverContextOverlay) : JsPromise<OrionHoverOverlay> in class org.eclipse.che.plugin.languageserver.ide.hover.HoverProvider |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method private toQuickOpenEntries(items List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction |
From |
To |
|
Change Variable Type identifier : TextDocumentIdentifierDTO to identifier : TextDocumentIdentifier in method public onDocumentChange(event DocumentChangeEvent) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter.install.addHandler |
From |
To |
|
Change Variable Type actualChange : TextDocumentContentChangeEventDTO to actualChange : TextDocumentContentChangeEvent in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type end : PositionDTO to end : Position in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type documentItem : TextDocumentItemDTO to documentItem : TextDocumentItem in method public apply(text String) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension.onOpen.then |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<SymbolInformationDTO>> to unmarshaller : Unmarshallable<List<SymbolInformation>> in method public documentSymbol(params DocumentSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type informationDTO : ParameterInformationDTO to informationDTO : ParameterInformation in method public getParameters() : Optional<List<ParameterInfo>> in class org.eclipse.che.plugin.languageserver.ide.editor.signature.SignatureInfoImpl |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.declaration.FindDefinitionAction |
From |
To |
|
Change Variable Type registeredLanguages : Promise<List<InitializeResultDTO>> to registeredLanguages : Promise<List<ExtendedInitializeResult>> in method protected registerAllServers() : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<ShowMessageRequestParamsDTO> to unmarshaller : Unmarshallable<ShowMessageRequestParams> in method private subscribeToShowMessages(messageBus MessageBus) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type command : CommandDTO to command : Command in method public respond(annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor.computeQuickAssistProposals.annotationCallback |
From |
To |
|
Change Variable Type start : PositionDTO to start : Position in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<SignatureHelpDTO> to unmarshaller : Unmarshallable<SignatureHelp> in method public signatureHelp(params TextDocumentPositionParams) : Promise<SignatureHelp> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type initialResults : List<InitializeResultDTO> to initialResults : List<ExtendedInitializeResult> in method protected registerAllServers() : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type options : FormattingOptionsDTO to options : FormattingOptions in method private getFormattingOptions() : FormattingOptions in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type dto : MarkedStringDTO to dto : String in method private renderContent(hover Hover) : String in class org.eclipse.che.plugin.languageserver.ide.hover.HoverProvider.computeHover.then.then |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public computeHover(context OrionHoverContextOverlay) : JsPromise<OrionHoverOverlay> in class org.eclipse.che.plugin.languageserver.ide.hover.HoverProvider |
From |
To |
|
Change Variable Type initializeEvent : LanguageServerInitializeEventDto to initializeEvent : LanguageServerInitializeEvent in method protected subscribeToInitializeEvent(unmarshallerFactory DtoUnmarshallerFactory, messageBusProvider MessageBusProvider, notificationManager NotificationManager, eventBus EventBus) : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type promise : Promise<SignatureHelpDTO> to promise : Promise<org.eclipse.lsp4j.SignatureHelp> in method public signatureHelp(document Document, offset int) : Promise<Optional<SignatureHelp>> in class org.eclipse.che.plugin.languageserver.ide.editor.signature.LanguageServerSignatureHelp |
From |
To |
|
Change Variable Type promise : Promise<List<TextEditDTO>> to promise : Promise<List<TextEdit>> in method private formatFullDocument(document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type diagnostics : List<DiagnosticDTO> to diagnostics : List<Diagnostic> in method public respond(annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor.computeQuickAssistProposals.annotationCallback |
From |
To |
|
Change Variable Type params : DocumentFormattingParamsDTO to params : DocumentFormattingParams in method private formatFullDocument(document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method private applyEdits(edits List<TextEdit>, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type initializeParams : InitializeParamsImpl to initializeParams : InitializeParams in method protected prepareInitializeParams(projectPath String) : InitializeParams in class org.eclipse.che.api.languageserver.registry.ServerInitializerImpl |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<CompletionItemDTO> to unmarshaller : Unmarshallable<ExtendedCompletionItem> in method public resolveCompletionItem(completionItem CompletionItem) : Promise<ExtendedCompletionItem> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type versionedDocId : VersionedTextDocumentIdentifierDTO to versionedDocId : VersionedTextDocumentIdentifier in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.FullTextDocumentSynchronize |
From |
To |
|
Change Variable Type start : PositionDTO to start : Position in method public onDocumentChange(event DocumentChangeEvent) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter.install.addHandler |
From |
To |
|
Change Variable Type identifier : TextDocumentIdentifierDTO to identifier : TextDocumentIdentifier in method private formatFullDocument(document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type identifierDTO : TextDocumentIdentifierDTO to identifierDTO : TextDocumentIdentifier in method public createTDPP(document Document, position TextPosition) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Variable Type paramsDTO : DocumentSymbolParamsDTO to paramsDTO : DocumentSymbolParams in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction |
From |
To |
|
Change Variable Type signatureInformationDTO : SignatureInformationDTO to SignatureInformation : SignatureInformation in method public SignatureHelpImpl(dto SignatureHelp) in class org.eclipse.che.plugin.languageserver.ide.editor.signature.SignatureHelpImpl |
From |
To |
|
Change Variable Type promise : Promise<List<LocationDTO>> to promise : Promise<List<Location>> in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction |
From |
To |
|
Change Variable Type locationRange : RangeDTO to locationRange : Range in method private toSymbolEntries(types List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.workspace.FindSymbolAction |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public createTDPP(document Document, position TextPosition) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper |
From |
To |
|
Change Variable Type contextDTO : ReferenceContextDTO to contextDTO : ReferenceContext in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction |
From |
To |
|
Change Variable Type closeEvent : DidCloseTextDocumentParamsDTO to closeEvent : DidCloseTextDocumentParams in method private onClose(documentId TextDocumentIdentifier, dtoFactory DtoFactory, serviceClient TextDocumentServiceClient) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension |
From |
To |
|
Change Variable Type registeredLanguages : Promise<List<LanguageDescriptionDTO>> to registeredLanguages : Promise<List<LanguageDescription>> in method public start(callback Callback<WsAgentComponent,Exception>) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerFileTypeRegister |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method public onLocationSelected(location Location) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter |
From |
To |
|
Change Variable Type codeAction : Promise<List<CommandDTO>> to codeAction : Promise<List<Command>> in method public respond(annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor.computeQuickAssistProposals.annotationCallback |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<HoverDTO> to unmarshaller : Unmarshallable<Hover> in method public hover(params TextDocumentPositionParams) : Promise<Hover> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type element : SymbolInformationDTO to element : SymbolInformation in method private toSymbolEntries(types List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.workspace.FindSymbolAction |
From |
To |
|
Change Variable Type change : TextEditDTO to change : TextEdit in method private applyEdits(edits List<TextEdit>, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<TextEditDTO>> to unmarshaller : Unmarshallable<List<TextEdit>> in method public formatting(params DocumentFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type statusEvent : PublishDiagnosticsParamsDTO to statusEvent : PublishDiagnosticsParams in method private subscribeToPublishDiagnostics(messageBus MessageBus) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<SymbolInformationDTO>> to unmarshaller : Unmarshallable<List<SymbolInformation>> in method public symbol(params WorkspaceSymbolParams) : Promise<List<SymbolInformation>> in class org.eclipse.che.plugin.languageserver.ide.service.WorkspaceServiceClient |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<DocumentHighlightDTO> to unmarshaller : Unmarshallable<DocumentHighlight> in method public documentHighlight(position TextDocumentPositionParams) : Promise<DocumentHighlight> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method public computeCompletionProposals(editor TextEditor, offset int, triggered boolean, callback CodeAssistCallback) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LanguageServerCodeAssistProcessor |
From |
To |
|
Change Variable Type identifierDTO : TextDocumentIdentifierDTO to identifierDTO : TextDocumentIdentifier in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction |
From |
To |
|
Change Variable Type range : RangeDTO to range : Range in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type callback : Callback<InitializeResult,Throwable> to callback : Callback<ExtendedInitializeResult,Throwable> in method public getOrInitializeServer(projectPath String, ext String, filePath String) : Promise<ExtendedInitializeResult> in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type showMessageRequestParamsDTO : ShowMessageRequestParamsDTO to ShowMessageRequestParams : ShowMessageRequestParams in method private subscribeToShowMessages(messageBus MessageBus) : void in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type promise : Promise<DocumentHighlightDTO> to promise : Promise<DocumentHighlight> in method public computeOccurrences(context OrionOccurrenceContextOverlay) : JsPromise<OrionOccurrenceOverlay[]> in class org.eclipse.che.plugin.languageserver.ide.highlighting.OccurrencesProvider |
From |
To |
|
Change Variable Type item : SymbolInformationDTO to item : SymbolInformation in method private toQuickOpenEntries(items List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction |
From |
To |
|
Change Variable Type initializeResultDTO : InitializeResultDTO to initializeResultDTO : ExtendedInitializeResult in method protected registerAllServers() : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type diagnostic : DiagnosticDTO to diagnostic : Diagnostic in method private reportDiagnostic() : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerAnnotationModel |
From |
To |
|
Change Variable Type changeDTO : DidChangeTextDocumentParamsDTO to changeDTO : DidChangeTextDocumentParams in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.IncrementalTextDocumentSynchronize |
From |
To |
|
Change Variable Type params : DocumentRangeFormattingParamsDTO to params : DocumentRangeFormattingParams in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type location : LocationDTO to location : Location in method public setLocations(locations List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<CommandDTO>> to unmarshaller : Unmarshallable<List<Command>> in method public codeAction(params CodeActionParams) : Promise<List<Command>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type item : CompletionItemDTO to item : ExtendedCompletionItem in method private computeProposals(currentWord String, offset int, callback CodeAssistCallback) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LanguageServerCodeAssistProcessor |
From |
To |
|
Change Variable Type actualChange : TextDocumentContentChangeEventDTO to actualChange : TextDocumentContentChangeEvent in method public syncTextDocument(event DocumentChangeEvent, version int) : void in class org.eclipse.che.plugin.languageserver.ide.editor.sync.FullTextDocumentSynchronize |
From |
To |
|
Change Variable Type documentId : TextDocumentIdentifierDTO to documentId : TextDocumentIdentifier in method public onFileOperation(event FileEvent) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension.registerFileEventHandler.addHandler |
From |
To |
|
Change Variable Type promise : Promise<InitializeResult> to promise : Promise<ExtendedInitializeResult> in method public createEditor(file VirtualFile) : Promise<EditorPartPresenter> in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerEditorProvider |
From |
To |
|
Change Variable Type callback : Callback<InitializeResult,Throwable> to callback : Callback<ExtendedInitializeResult,Throwable> in method protected register(projectPath String, languageDescription LanguageDescription, capabilities ServerCapabilities) : void in class org.eclipse.che.plugin.languageserver.ide.registry.LanguageServerRegistry |
From |
To |
|
Change Variable Type promise : Promise<List<TextEditDTO>> to promise : Promise<List<TextEdit>> in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type unmarshaller : Unmarshallable<List<TextEditDTO>> to unmarshaller : Unmarshallable<List<TextEdit>> in method public rangeFormatting(params DocumentRangeFormattingParams) : Promise<List<TextEdit>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient |
From |
To |
|
Change Variable Type openEvent : DidOpenTextDocumentParamsDTO to openEvent : DidOpenTextDocumentParams in method public apply(text String) : void in class org.eclipse.che.plugin.languageserver.ide.LanguageServerExtension.onOpen.then |
From |
To |
|
Change Variable Type params : WorkspaceSymbolParamsDTO to params : ExtendedWorkspaceSymbolParams in method private searchSymbols(value String) : Promise<List<SymbolEntry>> in class org.eclipse.che.plugin.languageserver.ide.navigation.workspace.FindSymbolAction |
From |
To |
|
Change Variable Type paramsDTO : TextDocumentPositionParamsDTO to paramsDTO : TextDocumentPositionParams in method public signatureHelp(document Document, offset int) : Promise<Optional<SignatureHelp>> in class org.eclipse.che.plugin.languageserver.ide.editor.signature.LanguageServerSignatureHelp |
From |
To |
|
Change Variable Type arg : InitializeResult to arg : ExtendedInitializeResult in method public createEditor(file VirtualFile) : Promise<EditorPartPresenter> in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerEditorProvider |
From |
To |
|
Change Variable Type promise : Promise<List<TextEditDTO>> to promise : Promise<List<TextEdit>> in method public onDocumentChange(event DocumentChangeEvent) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter.install.addHandler |
From |
To |
|
Change Variable Type end : PositionDTO to end : Position in method private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter |
From |
To |
|
Change Variable Type location : LocationDTO to location : Location in method private toSymbolEntries(types List<SymbolInformation>, value String) : List<SymbolEntry> in class org.eclipse.che.plugin.languageserver.ide.navigation.workspace.FindSymbolAction |
From |
To |
|
Change Variable Type documentPosition : TextDocumentPositionParamsDTO to documentPosition : TextDocumentPositionParams in method public computeCompletionProposals(editor TextEditor, offset int, triggered boolean, callback CodeAssistCallback) : void in class org.eclipse.che.plugin.languageserver.ide.editor.codeassist.LanguageServerCodeAssistProcessor |
From |
To |