78fb6c6e7c27bc013a655f0f010794e2432db4a1
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public openFile(filePath String, selectionRange TextRange) : void renamed to private doIfUnopened(filePath String, selectionRange TextRange, r Runnable) : void in class org.eclipse.che.plugin.languageserver.ide.util.OpenFileInEditorHelper | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type locations : List<Location> to arg : List<ExtendedLocation> in method private showLocations(arg List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter | From | To | |
Change Parameter Type location : Location to location2 : ExtendedLocation in method public LocationNode(location2 ExtendedLocation) in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl.LocationNode | From | To | |
Change Parameter Type locations : List<Location> to arg : List<ExtendedLocation> in method public setLocations(arg List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationView | From | To | |
Change Parameter Type promise : Promise<List<Location>> to promise : Promise<List<ExtendedLocation>> in method public openLocation(promise Promise<List<ExtendedLocation>>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter | From | To | |
Change Parameter Type locations : List<Location> to locations : List<ExtendedLocation> in method public setLocations(locations List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type Promise<List<Location>> to Promise<List<ExtendedLocation>> in method public references(params ReferenceParams) : Promise<List<ExtendedLocation>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient | From | To | |
Change Return Type Promise<List<Location>> to Promise<List<ExtendedLocation>> in method public definition(params TextDocumentPositionParams) : Promise<List<ExtendedLocation>> in class org.eclipse.che.plugin.languageserver.ide.service.TextDocumentServiceClient | From | To | |
Change Variable Type | 3 | ||
Change Variable Type location : Location to location : ExtendedLocation in method public setLocations(locations List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl | From | To | |
Change Variable Type promise : Promise<List<Location>> to promise : Promise<List<ExtendedLocation>> in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.declaration.FindDefinitionAction | From | To | |
Change Variable Type promise : Promise<List<Location>> to promise : Promise<List<ExtendedLocation>> in method public actionPerformed(e ActionEvent) : void in class org.eclipse.che.plugin.languageserver.ide.navigation.references.FindReferencesAction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type location : Location to location : ExtendedLocation in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl.LocationNode | From | To | |
Rename Parameter | 4 | ||
Rename Parameter location : Location to location2 : ExtendedLocation in method public LocationNode(location2 ExtendedLocation) in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl.LocationNode | From | To | |
Rename Parameter locations : List<Location> to arg : List<ExtendedLocation> in method public setLocations(arg List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationView | From | To | |
Rename Parameter result : VirtualFile to file : VirtualFile in method public openFile(file VirtualFile, selectionRange TextRange) : void in class org.eclipse.che.plugin.languageserver.ide.util.OpenFileInEditorHelper | From | To | |
Rename Parameter locations : List<Location> to arg : List<ExtendedLocation> in method private showLocations(arg List<ExtendedLocation>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter | From | To |