dda3bf28b9992d676d40aa0d2fe912e73b192769
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldReturnCommonPVCNameSuffixedWithWorkspaceId() : void renamed to public shouldReturnPVCPerWorkspace() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.PerWorkspacePVCStrategyTest | From | To | |
Rename Variable | 1 | ||
Rename Variable commonPVCName : String to commonPVC : PersistentVolumeClaim in method public shouldReturnPVCPerWorkspace() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.PerWorkspacePVCStrategyTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type commonPVCName : String to commonPVC : PersistentVolumeClaim in method public shouldReturnPVCPerWorkspace() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.PerWorkspacePVCStrategyTest | From | To | |
Extract Method | 1 | ||
Extract Method protected createCommonPVC(runtimeId RuntimeIdentity) : PersistentVolumeClaim extracted from private replacePVCsWithCommon(k8sEnv KubernetesEnvironment, identity RuntimeIdentity) : PersistentVolumeClaim in class org.eclipse.che.workspace.infrastructure.kubernetes.namespace.pvc.CommonPVCStrategy | From | To |