28f7419bfdc6ba7b3496fd429db15b985001f1b0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type workspace : WorkspaceImpl to workspace : Workspace in method public start(workspace Workspace, envName String, recover boolean) : RuntimeDescriptor in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Rename Variable | 2 | ||
Rename Variable lock : StripedLocks.WriteLock to ignored : StripedLocks.WriteLock in method private initState(workspaceId String, workspaceName String, envName String) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Rename Variable workspaceState : WorkspaceState to state : WorkspaceState in method private initState(workspaceId String, workspaceName String, envName String) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Return Type | 1 | ||
Change Return Type WorkspaceImpl to void in method package performAsyncStart(workspace WorkspaceImpl, envName String, recover boolean) : void in class org.eclipse.che.api.workspace.server.WorkspaceManager | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute stopEnvExecutor : ExecutorService to executor : ExecutorService in method package cleanup() : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Change Variable Type | 1 | ||
Change Variable Type environment : EnvironmentImpl to environment : Environment in method private copyEnv(workspace Workspace, envName String) : EnvironmentImpl in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Extract Method | 3 | ||
Extract Method private initState(workspaceId String, workspaceName String, envName String) : void extracted from public start(workspace WorkspaceImpl, envName String, recover boolean) : RuntimeDescriptor in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Extract Method private doStart(environment EnvironmentImpl, workspaceId String, envName String, recover boolean) : void extracted from public start(workspace WorkspaceImpl, envName String, recover boolean) : RuntimeDescriptor in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Extract Method private copyEnv(workspace Workspace, envName String) : EnvironmentImpl extracted from public start(workspace WorkspaceImpl, envName String, recover boolean) : RuntimeDescriptor in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To |