70b3d1db2bf2b4289f3566d21ec7bb8fade19703
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getOneAndOnlyMachine(internalEnvironment InternalEnvironment) : InternalMachineConfig renamed to private getOneAndOnlyNonUserMachine(internalEnvironment InternalEnvironment) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Rename Method public addsMachineWithVolumeForEachContainer() : void renamed to public addsMachineWithVolumeToAToolingContainer() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Rename Variable | 1 | ||
Rename Variable machines : Map<String,InternalMachineConfig> to nonUserMachines : Collection<InternalMachineConfig> in method private getOneAndOnlyNonUserMachine(internalEnvironment InternalEnvironment) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type machines : Map<String,InternalMachineConfig> to nonUserMachines : Collection<InternalMachineConfig> in method private getOneAndOnlyNonUserMachine(internalEnvironment InternalEnvironment) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Extract Method | 4 | ||
Extract Method private verifyContainers(containers List<Container>) : void extracted from public canAddMultipleToolingContainersToAPodFromOnePlugin() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Extract Method private getNonUserMachines(internalEnvironment InternalEnvironment) : Collection<InternalMachineConfig> extracted from private getOneAndOnlyMachine(internalEnvironment InternalEnvironment) : InternalMachineConfig in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Extract Method private verifyOneAndOnlyVolume(machineConfig InternalMachineConfig, volumeName String, volumeMountPath String) : void extracted from public addsMachineWithVolumeForEachContainer() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To | |
Extract Method private verifyContainers(containers List<Container>) : void extracted from public canAddMultipleToolingContainersToAPodFromSeveralPlugins() : void in class org.eclipse.che.workspace.infrastructure.kubernetes.wsnext.KubernetesWorkspaceNextApplierTest | From | To |