5d4c67cd88bebb7a77da6ce85d44893c9f2e556a
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type internalEnvironment : InternalEnvironment to internalEnvironment : T in method public RuntimeContext(internalEnvironment T, identity RuntimeIdentity, infrastructure RuntimeInfrastructure) in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Rename Variable | 2 | ||
Rename Variable internalEnvironment : InternalEnvironment to internalEnv : InternalEnvironment in method package recoverOne(infra RuntimeInfrastructure, identity RuntimeIdentity) : void in class org.eclipse.che.api.workspace.server.WorkspaceRuntimes | From | To | |
Rename Variable internalEnvironment : InternalEnvironment to internalEnv : InternalEnvironment 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 | 3 | ||
Change Return Type InternalEnvironment to T in method public create(sourceEnv Environment) : T in class org.eclipse.che.api.workspace.server.spi.environment.InternalEnvironmentFactory | From | To | |
Change Return Type InternalEnvironment to T in method public getEnvironment() : T in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Change Return Type List<? extends Warning> to List<Warning> in method public getWarnings() : List<Warning> in class org.eclipse.che.api.workspace.server.spi.environment.InternalEnvironment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type environment : InternalEnvironment to environment : T in class org.eclipse.che.api.workspace.server.spi.RuntimeContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter environment : Environment to sourceEnv : Environment in method public create(sourceEnv Environment) : T in class org.eclipse.che.api.workspace.server.spi.environment.InternalEnvironmentFactory | From | To |