d03d6e4464e972d4fd4a48ec234d881f0320010f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable runtime : InternalRuntime to state : RuntimeState in method public stop(workspaceId String, options Map<String,String>) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Inline Method | 4 | ||
Inline Method public get(workspaceId String) : Runtime 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 | |
Inline Method public get(workspaceId String) : Runtime inlined to public stop(workspaceId String, options Map<String,String>) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Variable Type | 2 | ||
Change Variable Type runtime : InternalRuntime to state : RuntimeState in method public stop(workspaceId String, options Map<String,String>) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type runtimes : ConcurrentMap<String,InternalRuntime> to runtimes : ConcurrentMap<String,RuntimeState> in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public injectRuntime(workspace WorkspaceImpl) : void extracted from private normalizeState(workspace WorkspaceImpl, includeRuntimes boolean) : WorkspaceImpl in class org.eclipse.che.api.workspace.server.WorkspaceManager & moved to class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To |