e6fe061200e6427c1f22a07e9cf0d2cc76d1bbfd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type projects : List<String> to projects : Set<String> in method public ApplicableContext(workspaceApplicable boolean, projects Set<String>) in class org.eclipse.che.ide.api.command.CommandImpl.ApplicableContext | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to Set<String> in method public getApplicableProjects() : Set<String> in class org.eclipse.che.ide.api.command.CommandImpl.ApplicableContext | From | To | |
Change Variable Type | 2 | ||
Change Variable Type applicableProjects : List<String> to applicableProjects : Set<String> in method private setUpApplicableProjectToContext() : void in class org.eclipse.che.ide.command.editor.page.project.ProjectsPageTest | From | To | |
Change Variable Type applicableProjects : List<String> to applicableProjects : Set<String> in method private isCommandApplicableToCurrentProject(command CommandImpl) : boolean in class org.eclipse.che.ide.command.manager.CommandManagerImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type applicableProjectsInitial : List<String> to applicableProjectsInitial : Set<String> in class org.eclipse.che.ide.command.editor.page.project.ProjectsPage | From | To | |
Change Attribute Type projects : List<String> to projects : Set<String> in class org.eclipse.che.ide.api.command.CommandImpl.ApplicableContext | From | To |