51a20e3767bf7570ea18f230b55882f704f9c29e
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private initInstallers(installersKeys List<String>, installerRegistry InstallerRegistry) : void from class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig to private getInstallers(installersKeys List<String>) : List<Installer> from class org.eclipse.che.api.workspace.server.spi.RuntimeInfrastructure | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type installers : List<InstallerImpl> to installers : List<Installer> in method public OpenShiftBootstrapper(runtimeIdentity RuntimeIdentity, installers List<Installer>, openShiftMachine OpenShiftMachine, cheWebsocketEndpoint String, bootstrapperBinaryUrl String, bootstrappingTimeoutMinutes int, installerTimeoutSeconds int, serverCheckPeriodSeconds int, eventService EventService) in class org.eclipse.che.workspace.infrastructure.openshift.bootstrapper.OpenShiftBootstrapper | From | To | |
Change Parameter Type installers : List<InstallerImpl> to installers : List<Installer> in method public DockerBootstrapper(machineName String, runtimeIdentity RuntimeIdentity, dockerMachine DockerMachine, installers List<Installer>, eventService EventService, cheWebsocketEndpoint String, bootstrappingTimeoutMinutes int, installerTimeoutSeconds int, serverCheckPeriodSeconds int) in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Move Method | 2 | ||
Move Method private normalizeServer(serverConfig ServerConfig) : ServerConfig from class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig to private normalizeServer(serverConfig ServerConfig) : ServerConfig from class org.eclipse.che.api.workspace.server.spi.RuntimeInfrastructure | From | To | |
Move Method private normalizeServers(servers Map<String,ServerConfig>) : Map<String,ServerConfig> from class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig to private normalizeServers(servers Map<String,ServerConfig>) : Map<String,ServerConfig> from class org.eclipse.che.api.workspace.server.spi.RuntimeInfrastructure | From | To | |
Change Return Type | 3 | ||
Change Return Type String to InternalRecipe in method public getRecipe(recipe Recipe) : InternalRecipe in class org.eclipse.che.api.workspace.server.spi.RecipeRetriever | From | To | |
Change Return Type void to List<Installer> in method private getInstallers(installersKeys List<String>) : List<Installer> in class org.eclipse.che.api.workspace.server.spi.RuntimeInfrastructure | From | To | |
Change Return Type List<InstallerImpl> to List<Installer> in method public getInstallers() : List<Installer> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Move Class | 2 | ||
Move Class org.eclipse.che.api.workspace.server.RecipeRetriever moved to org.eclipse.che.api.workspace.server.spi.RecipeRetriever | From | To | |
Move Class org.eclipse.che.api.workspace.server.spi.InternalEnvironment.InternalRecipe moved to org.eclipse.che.api.workspace.server.spi.InternalRecipe | From | To | |
Extract Method | 1 | ||
Extract Method private retrieveContent(recipe Recipe) : String extracted from public getRecipe(recipe Recipe) : String in class org.eclipse.che.api.workspace.server.spi.RecipeRetriever | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type installers : List<InstallerImpl> to installers : List<Installer> in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Change Attribute Type installers : List<InstallerImpl> to installers : List<Installer> in class org.eclipse.che.api.workspace.server.spi.InternalMachineConfig | From | To | |
Change Attribute Type installers : List<InstallerImpl> to installers : List<Installer> in class org.eclipse.che.workspace.infrastructure.openshift.bootstrapper.OpenShiftBootstrapper | From | To |