b4ae6d3e848c8676ae3066eecbf8904235a53014
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public provision(envConfig Environment, dockerEnvironment DockerEnvironment, runtimeIdentity RuntimeIdentity) : void from class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner to private addLabels(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void from class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type envConfig : Environment to envConfig : EnvironmentImpl in method public provision(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.InfrastructureProvisioner | From | To | |
Change Parameter Type envConfig : Environment to envConfig : EnvironmentImpl in method private addLabels(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Change Parameter Type envConfig : Environment to envConfig : EnvironmentImpl in method public provision(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Rename Variable | 3 | ||
Rename Variable devMachine : DockerContainerConfig to containerConfig : DockerContainerConfig in method private addInstallers(envConfig EnvironmentImpl, internalEnv DockerEnvironment) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Rename Variable dockerExtConfVolume : String to extConfVolume : String in method private addInstallers(envConfig EnvironmentImpl, internalEnv DockerEnvironment) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Rename Variable machine : DockerContainerConfig to machineConfigEntry : Map.Entry<String,MachineConfigImpl> in method private addInstallers(envConfig EnvironmentImpl, internalEnv DockerEnvironment) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Move Attribute | 1 | ||
Move Attribute private installerConfigApplier : InstallerConfigApplier from class org.eclipse.che.workspace.infrastructure.docker.DefaultInfrastructureProvisioner to private installerConfigApplier : InstallerConfigApplier from class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Change Variable Type | 1 | ||
Change Variable Type machine : DockerContainerConfig to machineConfigEntry : Map.Entry<String,MachineConfigImpl> in method private addInstallers(envConfig EnvironmentImpl, internalEnv DockerEnvironment) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Inline Variable | 1 | ||
Inline Variable devMachineVolumes : List<String> in method public provision(envConfig Environment, internalEnv DockerEnvironment, identity RuntimeIdentity) : void from class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Extract Method | 2 | ||
Extract Method private excludeDirsFromSnapshot(internalEnv DockerEnvironment) : void extracted from public provision(envConfig Environment, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Extract Method private addInstallers(envConfig EnvironmentImpl, internalEnv DockerEnvironment) : void extracted from public provision(envConfig Environment, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Rename Parameter | 2 | ||
Rename Parameter dockerEnvironment : DockerEnvironment to internalEnv : DockerEnvironment in method private addLabels(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To | |
Rename Parameter runtimeIdentity : RuntimeIdentity to identity : RuntimeIdentity in method private addLabels(envConfig EnvironmentImpl, internalEnv DockerEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.docker.local.LocalCheInfrastructureProvisioner | From | To |