8d9ca737d070d755655be0470c01695477f59ad5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getMachineName() : String renamed to public getContainerName() : String in class org.eclipse.che.workspace.infrastructure.openshift.project.event.ContainerEvent | From | To | |
Rename Variable | 4 | ||
Rename Variable c1 : Container to container1 : Container in method public startsOpenShiftEnvironment() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To | |
Rename Variable c1 : Container to container1 : Container in method public stopsWaitingAllMachineStartWhenOneMachineStartFailed() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To | |
Rename Variable c2 : Container to container2 : Container in method public startsOpenShiftEnvironment() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To | |
Rename Variable c2 : Container to container2 : Container in method public stopsWaitingAllMachineStartWhenOneMachineStartFailed() : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To | |
Inline Method | 4 | ||
Inline Method private registerContainersEventsPublisher() : void inlined to protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Inline Method private registerAbnormalStopHandler() : void inlined to protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
Inline Method public machineName(podName String, containerName String) : String inlined to public machineName(pod Pod, container Container) : String in class org.eclipse.che.workspace.infrastructure.openshift.Names | From | To | |
Rename Attribute | 3 | ||
Rename Attribute machineName : String to containerName : String in class org.eclipse.che.workspace.infrastructure.openshift.project.event.ContainerEvent | From | To | |
Rename Attribute NOT_EXPOSED_PORT_1 : int to INTERNAL_PORT : int in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To | |
Rename Attribute eventCaptor : ArgumentCaptor<MachineStatusEvent> to machineStatusEventCaptor : ArgumentCaptor<MachineStatusEvent> in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntimeTest | From | To |