e3b403995f7434b30af7aefb845eb861d7e22b57
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type machines : Map<String,DockerMachine> to startSynchronizer : DockerRuntimeContext.StartSynchronizer in method public DockerInternalRuntime(context DockerRuntimeContext, urlRewriter URLRewriter, startSynchronizer DockerRuntimeContext.StartSynchronizer) in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Parameter Type context : RuntimeContext to context : DockerRuntimeContext in method public DockerInternalRuntime(context DockerRuntimeContext, urlRewriter URLRewriter, startSynchronizer DockerRuntimeContext.StartSynchronizer) in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Rename Variable | 1 | ||
Rename Variable internalMachines : Map<String,? extends Machine> to result : Map<String,? extends Machine> in method public getMachines() : Map<String,? extends Machine> in class org.eclipse.che.api.workspace.server.spi.InternalRuntime | From | To | |
Inline Method | 1 | ||
Inline Method private doStart(environment EnvironmentImpl, workspaceId String, envName String, options Map<String,String>) : void inlined to public startAsync(workspace Workspace, envName String, options Map<String,String>) : CompletableFuture<Void> in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Return Type | 5 | ||
Change Return Type InternalRuntime to void in method protected internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.workspace.infrastructure.docker.DockerRuntimeContext | From | To | |
Change Return Type void to CompletableFuture<Void> in method private startAsync(workspace WorkspaceImpl, envName String, options Map<String,String>) : CompletableFuture<Void> in class org.eclipse.che.api.workspace.server.WorkspaceManager | From | To | |
Change Return Type Future<Runtime> to CompletableFuture<Void> in method public startAsync(workspace Workspace, envName String, options Map<String,String>) : CompletableFuture<Void> in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Return Type InternalRuntime to void in method public start(startOptions Map<String,String>) : void in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Change Return Type InternalRuntime to void in method protected abstract internalStart(startOptions Map<String,String>) : void in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute machines : Map<String,DockerMachine> to startSynchronizer : DockerRuntimeContext.StartSynchronizer in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type machines : Map<String,DockerMachine> to startSynchronizer : DockerRuntimeContext.StartSynchronizer in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To | |
Rename Parameter | 2 | ||
Rename Parameter eventsService : EventService to eventService : EventService in method public WorkspaceRuntimes(eventService EventService, infrastructures Set<RuntimeInfrastructure>, sharedPool WorkspaceSharedPool) in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Rename Parameter machines : Map<String,DockerMachine> to startSynchronizer : DockerRuntimeContext.StartSynchronizer in method public DockerInternalRuntime(context DockerRuntimeContext, urlRewriter URLRewriter, startSynchronizer DockerRuntimeContext.StartSynchronizer) in class org.eclipse.che.workspace.infrastructure.docker.DockerInternalRuntime | From | To |