5158e6e9f476ac1cd6048e7e1d3230f32f3a3396
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type service : JavaLanguageExtensionServiceClient to service : TextDocumentServiceClient in method public JarFileNode(jarEntry JarEntry, libId String, project Path, nodeSettings NodeSettings, service TextDocumentServiceClient, dtoFactory DtoFactory, javaResources JavaResources, nodesResources NodesResources, editorAgent EditorAgent, eventBus EventBus) in class org.eclipse.che.ide.ext.java.client.tree.library.JarFileNode | From | To | |
Inline Method | 1 | ||
Inline Method private toTextRange(range Range) : TextRange inlined to public openLocation(location Location) : void in class org.eclipse.che.plugin.languageserver.ide.util.OpenFileInEditorHelper | From | To | |
Extract Method | 4 | ||
Extract Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from public createTDPP(document Document, position TextPosition) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract Method private createTDPP(file VirtualFile, position TextPosition) : TextDocumentPositionParams extracted from public createTDPP(document Document, position TextPosition) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract Method private createTDPP(file VirtualFile, position TextPosition) : TextDocumentPositionParams extracted from public createTDPP(document Document, cursorOffset int) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from public createTDPP(document Document, cursorOffset int) : TextDocumentPositionParams in class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type service : JavaLanguageExtensionServiceClient to service : TextDocumentServiceClient in class org.eclipse.che.ide.ext.java.client.tree.library.JarFileNode | From | To | |
Extract And Move Method | 8 | ||
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from private formatRange(selectedRange TextRange, document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from public install(editor TextEditor) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.symbol.GoToSymbolAction & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from private callRename(newName String, cursorPosition TextPosition, editor TextEditor) : void in class org.eclipse.che.plugin.languageserver.ide.rename.RenamePresenter & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Extract And Move Method public createTDI(file VirtualFile) : TextDocumentIdentifier extracted from private formatFullDocument(document Document) : void in class org.eclipse.che.plugin.languageserver.ide.editor.LanguageServerFormatter & moved to class org.eclipse.che.plugin.languageserver.ide.util.DtoBuildHelper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter relativePath : String to uri : String in method public prefixURI(uri String) : String in class org.eclipse.che.api.languageserver.LanguageServiceUtils | From | To |