0ec6d1245c0432dbebe2993cc3a264383150f70f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable createdServices : List<Service> to services : List<Service> in method private createPods(services List<Service>, routes List<Route>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Parameterize Variable createdRoutes : List<Route> to routes : List<Route> in method private createPods(services List<Service>, routes List<Route>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Extract Variable | 1 | ||
Extract Variable podSpec : PodSpec in method private normalizeEnvironment(openShiftEnvironment OpenShiftEnvironment, environment InternalEnvironment) : void from class org.eclipse.che.workspace.infrastructure.openshift.environment.OpenShiftEnvironmentParser | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type warnings : List<? extends Warning> to warnings : List<Warning> in class org.eclipse.che.api.workspace.server.spi.InternalEnvironment | From | To | |
Inline Variable | 1 | ||
Inline Variable machineName : String in method protected internalStart(startOptions Map<String,String>) : void from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Extract Method | 4 | ||
Extract Method private createPods(services List<Service>, routes List<Route>) : void extracted from protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Extract Method private registerAbnormalStopHandler() : void extracted from protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Extract Method private bootstrapMachine(machine OpenShiftMachine) : void extracted from protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Extract Method private checkMachineServers(machine OpenShiftMachine) : void extracted from protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To |