fa2fcbb7231f9e1196ecf13813fbc464ef07362d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getInternalMachines() : Map<String,Machine> renamed to public getMachines() : Map<String,? extends Machine> in class org.eclipse.che.api.workspace.server.WorkspaceManagerTest.TestRuntime | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,Machine> to Map<String,? extends Machine> in method public getMachines() : Map<String,? extends Machine> in class org.eclipse.che.api.workspace.server.WorkspaceManagerTest.TestRuntime | From | To | |
Change Return Type TestInternalRuntime to TestRuntime in method private mockRuntime(workspace WorkspaceImpl, status WorkspaceStatus) : TestRuntime in class org.eclipse.che.api.workspace.server.WorkspaceManagerTest | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.che.api.workspace.server.WorkspaceManagerTest.TestInternalRuntime renamed to org.eclipse.che.api.workspace.server.WorkspaceManagerTest.TestRuntime | From | To | |
Change Variable Type | 2 | ||
Change Variable Type runtime2 : TestInternalRuntime to runtime2 : TestRuntime in method public getsWorkspacesAvailableForUserWithRuntimes() : void in class org.eclipse.che.api.workspace.server.WorkspaceManagerTest | From | To | |
Change Variable Type runtime : TestInternalRuntime to runtime : TestRuntime in method public getsWorkspacesByNamespaceWithRuntimes() : void in class org.eclipse.che.api.workspace.server.WorkspaceManagerTest | From | To |