21e00e9b15795415259ed06d65d83fbd1eb47913
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getOwner() : String renamed to public getOwnerId() : String in class org.eclipse.che.api.core.model.workspace.runtime.RuntimeIdentity | From | To | |
Rename Method public getOwner() : String renamed to public getOwnerId() : String in class org.eclipse.che.api.workspace.shared.dto.RuntimeIdentityDto | From | To | |
Rename Method public getOwner() : String renamed to public getOwnerId() : String in class org.eclipse.che.api.workspace.server.model.impl.RuntimeIdentityImpl | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public create() : OpenShiftClient moved from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftClientFactory to class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.UniqueWorkspacePVCStrategyTest & inlined to public setup() : void | From | To | |
Extract Method | 2 | ||
Extract Method protected buildDefaultConfig(masterUrl String, username String, password String, oauthToken String, doTrustCerts Boolean) : Config extracted from public KubernetesClientFactory(masterUrl String, username String, password String, oauthToken String, doTrustCerts Boolean) in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesClientFactory | From | To | |
Extract Method protected buildConfig(defaultConfig Config, workspaceId String) : Config extracted from public create() : KubernetesClient in class org.eclipse.che.workspace.infrastructure.kubernetes.KubernetesClientFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter client : OpenShiftClient to ocClient : OpenShiftClient in method private create(projectName String, kubeClient KubernetesClient, ocClient OpenShiftClient) : void in class org.eclipse.che.workspace.infrastructure.openshift.project.OpenShiftProject | From | To |