e2160d5c964ff22c25226e6c3ac34aa396951198
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testProvisionPVCWithUniqueName() : void renamed to public testProvisionPVCsForEachVolumeWithUniqueName() : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategyTest | From | To | |
| Rename Variable | 3 | ||
| Rename Variable pvc1 : PersistentVolumeClaim to volumeName : String in method public testProvisionPVCsForEachVolumeWithUniqueName() : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategyTest | From | To | |
| Rename Variable newPVC : PersistentVolumeClaim to pvc : PersistentVolumeClaim in method private addMachineVolumes(workspaceId String, provisionedClaims Map<String,PersistentVolumeClaim>, existingVolumeName2PVC Map<String,PersistentVolumeClaim>, podSpec PodSpec, container Container, volumes Map<String,Volume>) : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategy | From | To | |
| Rename Variable pvcUniqueName : String to uniqueName : String in method private addMachineVolumes(workspaceId String, provisionedClaims Map<String,PersistentVolumeClaim>, existingVolumeName2PVC Map<String,PersistentVolumeClaim>, podSpec PodSpec, container Container, volumes Map<String,Volume>) : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategy | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pvc1 : PersistentVolumeClaim to volumeName : String in method public testProvisionPVCsForEachVolumeWithUniqueName() : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategyTest | From | To | |
| Split Variable | 1 | ||
| Split Variable machineConfig : InternalMachineConfig to [volumes : Map<String,Volume>, volumeName2PVC : Map<String,PersistentVolumeClaim>] in method public provision(osEnv OpenShiftEnvironment, identity RuntimeIdentity) : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategy | From | To | |
| Extract Variable | 1 | ||
| Extract Variable workspaceId : String in method public provision(osEnv OpenShiftEnvironment, identity RuntimeIdentity) : void from class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategy | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter claims : Map<String,PersistentVolumeClaim> to provisionedClaims : Map<String,PersistentVolumeClaim> in method private addMachineVolumes(workspaceId String, provisionedClaims Map<String,PersistentVolumeClaim>, existingVolumeName2PVC Map<String,PersistentVolumeClaim>, podSpec PodSpec, container Container, volumes Map<String,Volume>) : void in class org.eclipse.che.workspace.infrastructure.openshift.project.pvc.UniqueWorkspacePVCStrategy | From | To |