94a27d58d0af9cbfe172a19761f41ce1c1fbd962
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type WorkspaceRuntime to WorkspaceRuntimeImpl in method public getRuntime() : WorkspaceRuntimeImpl in class org.eclipse.che.api.workspace.server.model.impl.WorkspaceImpl | From | To | |
Extract Variable | 2 | ||
Extract Variable workspace : WorkspaceImpl in method public create(config WorkspaceConfigDto, attrsList List<String>, startAfterCreate Boolean, accountId String) : Response from class org.eclipse.che.api.workspace.server.WorkspaceService | From | To | |
Extract Variable workspace : WorkspaceImpl in method public startById(workspaceId String, envName String, autoRestore Boolean, accountId String) : WorkspaceDto from class org.eclipse.che.api.workspace.server.WorkspaceService | From | To | |
Extract Method | 1 | ||
Extract Method package createSnapshotSync(runtime WorkspaceRuntimeImpl, namespace String, workspaceId String) : boolean extracted from public createSnapshot(workspaceId String) : void in class org.eclipse.che.api.workspace.server.WorkspaceManager | From | To |