c669d18b89ce0aaa8743fdd08c715ddf5c0df514
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Attribute | 3 | ||
| Move Attribute private clientFactory : OpenShiftClientFactory from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeContext to private clientFactory : OpenShiftClientFactory from class org.eclipse.che.workspace.infrastructure.openshift.project.OpenShiftProjectFactory | From | To | |
| Move Attribute private projectName : String from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeContext to private projectName : String from class org.eclipse.che.workspace.infrastructure.openshift.project.OpenShiftProjectFactory | From | To | |
| Move Attribute private SERVER_PREFIX : String from class org.eclipse.che.workspace.infrastructure.openshift.ServerExposerTest to public SERVER_PREFIX : String from class org.eclipse.che.workspace.infrastructure.openshift.ServerExposer | From | To | |
| Extract Class | 1 | ||
| Extract Class org.eclipse.che.workspace.infrastructure.openshift.project.OpenShiftProjectFactory from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeContext | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute clientFactory : OpenShiftClientFactory to projectFactory : OpenShiftProjectFactory in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeContext | From | To | |
| Extract Variable | 2 | ||
| Extract Variable serviceName : String in method public expose(servers Map<String,? extends ServerConfig>) : void from class org.eclipse.che.workspace.infrastructure.openshift.ServerExposer | From | To | |
| Extract Variable osEnv : OpenShiftEnvironment in method protected internalStart(startOptions Map<String,String>) : void from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type clientFactory : OpenShiftClientFactory to projectFactory : OpenShiftProjectFactory in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeContext | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter serverName : String to serverNameRegex : String in method private assertThatServerIsExposed(serverNameRegex String, portProtocol String, port Integer, expected ServerConfigImpl) : void in class org.eclipse.che.workspace.infrastructure.openshift.ServerExposerTest | From | To | |
| Rename Parameter openShiftProject : OpenShiftProject to namespace : OpenShiftProject in method public create(context OpenShiftRuntimeContext, namespace OpenShiftProject) : OpenShiftInternalRuntime in class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftRuntimeFactory | From | To |