c62841aa6a090f31ce838bc789b9c82245640e98
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private getMatchedServices(services List<Service>, pod Pod, container Container) : List<Service> from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime to public match(pod Pod, container Container) : List<Service> from class org.eclipse.che.workspace.infrastructure.openshift.ServiceMatcher | From | To | |
| Move Method | 2 | ||
| Move Method private isExposedByService(pod Pod, service Service) : boolean from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime to private isExposedByService(pod Pod, service Service) : boolean from class org.eclipse.che.workspace.infrastructure.openshift.ServiceMatcher | From | To | |
| Move Method private isExposedByService(container Container, service Service) : boolean from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime to private isExposedByService(container Container, service Service) : boolean from class org.eclipse.che.workspace.infrastructure.openshift.ServiceMatcher | From | To | |
| Extract Class | 1 | ||
| Extract Class org.eclipse.che.workspace.infrastructure.openshift.ServiceMatcher from class org.eclipse.che.workspace.infrastructure.openshift.OpenShiftInternalRuntime | From | To |