41f3b6b73a5d8dc42669ee2150d5cf7d575ca061
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 2 | ||
Move Class org.eclipse.che.api.languageserver.messager.ShowMessageJsonRpcTransmitter moved to org.eclipse.che.api.languageserver.ShowMessageJsonRpcTransmitter | From | To | |
Move Class org.eclipse.che.api.languageserver.messager.PublishDiagnosticsParamsJsonRpcTransmitter moved to org.eclipse.che.api.languageserver.PublishDiagnosticsParamsJsonRpcTransmitter | From | To | |
Inline Variable | 1 | ||
Inline Variable textDocument : TextDocumentIdentifier in method private codeAction(params CodeActionParams) : List<CommandDto> from class org.eclipse.che.api.languageserver.TextDocumentService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter uri : String to wsPath : String in method private getFileContent(wsPath String) : String in class org.eclipse.che.api.languageserver.TextDocumentService | From | To | |
Rename Parameter textDocumentPositionParams : CompletionParams to completionParams : CompletionParams in method private completion(completionParams CompletionParams) : ExtendedCompletionListDto in class org.eclipse.che.api.languageserver.TextDocumentService | From | To |