d737353ccaa2028e496fcea4872312ba05e23157
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type installers : List<Installer> to installers : List<InstallerImpl> in method private fillServers(servers Map<String,ServerConfig>, installers List<InstallerImpl>) : void in class org.eclipse.che.api.workspace.server.spi.provision.InstallerConfigProvisioner | From | To | |
Change Parameter Type installers : List<Installer> to installers : List<? extends Installer> in method public OpenShiftBootstrapper(runtimeIdentity RuntimeIdentity, installers List<? extends 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<Installer> to installers : List<InstallerImpl> in method private fillEnv(env Map<String,String>, installers List<InstallerImpl>) : void in class org.eclipse.che.api.workspace.server.spi.provision.InstallerConfigProvisioner | From | To | |
Change Parameter Type installers : List<Installer> to installers : List<? extends Installer> in method public DockerBootstrapper(machineName String, runtimeIdentity RuntimeIdentity, dockerMachine DockerMachine, installers List<? extends Installer>, eventService EventService, cheWebsocketEndpoint String, bootstrappingTimeoutMinutes int, installerTimeoutSeconds int, serverCheckPeriodSeconds int) in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Change Return Type | 3 | ||
Change Return Type List<Installer> to List<InstallerImpl> in method public getInstallers() : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.environment.InternalMachineConfig | From | To | |
Change Return Type Map<String,? extends ServerConfig> to Map<String,InstallerServerConfigImpl> in method public getServers() : Map<String,InstallerServerConfigImpl> in class org.eclipse.che.api.installer.server.model.impl.InstallerImpl | From | To | |
Change Return Type List<Installer> to List<InstallerImpl> in method private createInstallers(installers String...) : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.environment.MachineConfigsValidatorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type installer : Installer to installer : InstallerImpl in method private fillServers(servers Map<String,ServerConfig>, installers List<InstallerImpl>) : void in class org.eclipse.che.api.workspace.server.spi.provision.InstallerConfigProvisioner | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type installers : List<Installer> to installers : List<InstallerImpl> in class org.eclipse.che.api.workspace.server.spi.environment.InternalMachineConfig | From | To | |
Change Attribute Type installers : List<Installer> to installers : List<? extends Installer> in class org.eclipse.che.workspace.infrastructure.docker.bootstrap.DockerBootstrapper | From | To | |
Change Attribute Type installers : List<Installer> to installers : List<? extends Installer> in class org.eclipse.che.workspace.infrastructure.openshift.bootstrapper.OpenShiftBootstrapper | From | To | |
Change Attribute Type installer1 : Installer to installer1 : InstallerImpl in class org.eclipse.che.api.workspace.server.spi.provision.InstallerConfigProvisionerTest | From | To | |
Change Attribute Type installer2 : Installer to installer2 : InstallerImpl in class org.eclipse.che.api.workspace.server.spi.provision.InstallerConfigProvisionerTest | From | To |