2391754b8d6eff5d9c9677711a170de919d1a55f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute resources : Set<Resource> to selectedResources : List<Resource> in method public onSelectionChanged(event SelectionChangedEvent) : void in class org.eclipse.che.ide.context.AppContextImpl | From | To | |
Rename Attribute | 2 | ||
Rename Attribute projects : Project[] to rootProjects : List<Project> in class org.eclipse.che.ide.context.AppContextImpl | From | To | |
Rename Attribute usersWorkspace : Workspace to userWorkspace : Workspace in class org.eclipse.che.ide.context.AppContextImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type resources : Set<Resource> to selectedResources : List<Resource> in method public onSelectionChanged(event SelectionChangedEvent) : void in class org.eclipse.che.ide.context.AppContextImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type projects : Project[] to rootProjects : List<Project> in class org.eclipse.che.ide.context.AppContextImpl | From | To | |
Extract Method | 1 | ||
Extract Method private clearRuntime() : void extracted from public onWorkspaceStopped(event WorkspaceStoppedEvent) : void in class org.eclipse.che.ide.context.AppContextImpl | From | To |