|
Change Parameter Type promise : Promise<List<ExtendedLocation>> 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 location2 : ExtendedLocation to location2 : Location in method public LocationNode(location2 Location) in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationViewImpl.LocationNode |
From |
To |
|
Change Parameter Type arg : List<ExtendedLocation> to arg : List<Location> in method private showLocations(arg List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationPresenter |
From |
To |
|
Change Parameter Type fileStructurePresenter : FileStructurePresenter to fileStructurePresenter : FileStructurePresenter2 in method public FileStructureAction(fileStructurePresenter FileStructurePresenter2, locale JavaLocalizationConstant, editorAgent EditorAgent, resources JavaResources, fileTypeRegistry FileTypeRegistry) in class org.eclipse.che.ide.ext.java.client.action.FileStructureAction |
From |
To |
|
Change Parameter Type location : ExtendedLocation to location : Location in method public openLocation(location Location) : void in class org.eclipse.che.plugin.languageserver.ide.util.OpenFileInEditorHelper |
From |
To |
|
Change Parameter Type location : ExtendedLocation to location : Location in method public LanguageServerFile(textDocumentService TextDocumentServiceClient, location Location) in class org.eclipse.che.plugin.languageserver.ide.location.LanguageServerFile |
From |
To |
|
Change Parameter Type locations : List<ExtendedLocation> 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 arg : List<ExtendedLocation> to arg : List<Location> in method public setLocations(arg List<Location>) : void in class org.eclipse.che.plugin.languageserver.ide.location.OpenLocationView |
From |
To |
|
Change Return Type Promise<List<ExtendedLocation>> 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 List<ExtendedLocationDto> to List<LocationDto> in method private definition(textDocumentPositionParams TextDocumentPositionParams) : List<LocationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Return Type Promise<List<ExtendedLocation>> 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 ExtendedLocation to Location in method public fixLocation(o Location) : Location in class org.eclipse.che.api.languageserver.LanguageServiceUtils |
From |
To |
|
Change Return Type List<ExtendedLocationDto> to List<LocationDto> in method private references(referenceParams ReferenceParams) : List<LocationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Variable Type result : List<ExtendedLocationDto> to result : List<LocationDto> in method private references(referenceParams ReferenceParams) : List<LocationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Variable Type result : List<ExtendedLocationDto> to result : List<LocationDto> in method private definition(textDocumentPositionParams TextDocumentPositionParams) : List<LocationDto> in class org.eclipse.che.api.languageserver.service.TextDocumentService |
From |
To |
|
Change Variable Type location : ExtendedLocation 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 promise : Promise<List<ExtendedLocation>> 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 promise : Promise<List<ExtendedLocation>> 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 |