|
Change Parameter Type recipeUpdate : RecipeUpdate to recipeUpdate : OldRecipeUpdate in method public updateRecipe(recipeUpdate OldRecipeUpdate) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceRuntime : WorkspaceRuntimeDto to workspaceRuntime : RuntimeDto in method private getMachine(machineId String, workspaceRuntime RuntimeDto) : MachineEntity in class org.eclipse.che.ide.extension.machine.client.machine.MachineStatusHandler |
From |
To |
|
Change Parameter Type workspaceRuntime : WorkspaceRuntimeDto to workspaceRuntime : RuntimeDto in method private handleMachineCreating(machineId String, workspaceRuntime RuntimeDto) : void in class org.eclipse.che.ide.extension.machine.client.machine.MachineStatusHandler |
From |
To |
|
Change Parameter Type newRecipe : NewRecipe to newRecipe : NewOldRecipe in method public createRecipe(newRecipe NewOldRecipe) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Parameter Type recipeUpdate : RecipeUpdate to recipeUpdate : OldRecipeUpdate in method public updateRecipe(recipeUpdate OldRecipeUpdate) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Parameter Type workspaceRuntime : WorkspaceRuntime to workspaceRuntime : Runtime in method public ActiveRuntime(workspaceRuntime Runtime) in class org.eclipse.che.ide.api.machine.ActiveRuntime |
From |
To |
|
Change Parameter Type newRecipe : NewRecipe to newRecipe : NewOldRecipe in method public createRecipe(newRecipe NewOldRecipe) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Parameter Type workspaceRuntime : WorkspaceRuntimeDto to workspaceRuntime : RuntimeDto in method private handleMachineRunning(machineId String, workspaceRuntime RuntimeDto) : void in class org.eclipse.che.ide.extension.machine.client.machine.MachineStatusHandler |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public createRecipe(newRecipe NewOldRecipe) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public getRecipe(id String) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public updateRecipe(recipeUpdate OldRecipeUpdate) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Return Type Promise<List<RecipeDescriptor>> to Promise<List<OldRecipeDescriptor>> in method public getAllRecipes() : Promise<List<OldRecipeDescriptor>> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Return Type Promise<List<RecipeDescriptor>> to Promise<List<OldRecipeDescriptor>> in method public searchRecipes(tags List<String>, type String, skipCount int, maxItems int) : Promise<List<OldRecipeDescriptor>> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public createRecipe(newRecipe NewOldRecipe) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public getRecipe(id String) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Return Type List<NewProjectConfigDto> to List<ProjectConfigDto> in method public getProjects() : List<ProjectConfigDto> in class org.eclipse.che.api.project.templates.shared.dto.ProjectTemplateDescriptor |
From |
To |
|
Change Return Type Promise<List<RecipeDescriptor>> to Promise<List<OldRecipeDescriptor>> in method public getAllRecipes() : Promise<List<OldRecipeDescriptor>> in class org.eclipse.che.ide.api.machine.RecipeServiceClientImpl |
From |
To |
|
Change Return Type Promise<RecipeDescriptor> to Promise<OldRecipeDescriptor> in method public updateRecipe(recipeUpdate OldRecipeUpdate) : Promise<OldRecipeDescriptor> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Return Type Promise<List<RecipeDescriptor>> to Promise<List<OldRecipeDescriptor>> in method public searchRecipes(tags List<String>, type String, skipCount int, maxItems int) : Promise<List<OldRecipeDescriptor>> in class org.eclipse.che.ide.api.machine.RecipeServiceClient |
From |
To |
|
Change Variable Type workspaceRuntime : WorkspaceRuntimeDto to workspaceRuntime : RuntimeDto in method public onMachineStatusChanged(event MachineStatusChangedEvent) : void in class org.eclipse.che.ide.extension.machine.client.machine.MachineStatusHandler |
From |
To |
|
Change Variable Type configDto : NewProjectConfigDto to configDto : ProjectConfigDto in method private updateProjectConfigs(newProjectPath String, projectTemplate ProjectTemplateDescriptor) : void in class org.eclipse.che.ide.projecttype.wizard.categoriespage.CategoriesPagePresenter |
From |
To |
|
Change Variable Type updatedConfigs : List<NewProjectConfig> to updatedConfigs : List<ProjectConfig> in method private updateProjectConfigs(newProjectPath String, projectTemplate ProjectTemplateDescriptor) : void in class org.eclipse.che.ide.projecttype.wizard.categoriespage.CategoriesPagePresenter |
From |
To |
|
Change Variable Type newConfig : NewProjectConfig to newConfig : ProjectConfig in method private updateProjectConfigs(newProjectPath String, projectTemplate ProjectTemplateDescriptor) : void in class org.eclipse.che.ide.projecttype.wizard.categoriespage.CategoriesPagePresenter |
From |
To |
|
Change Variable Type configDtoList : List<NewProjectConfigDto> to configDtoList : List<ProjectConfigDto> in method private updateProjectConfigs(newProjectPath String, projectTemplate ProjectTemplateDescriptor) : void in class org.eclipse.che.ide.projecttype.wizard.categoriespage.CategoriesPagePresenter |
From |
To |