9cc3039f5ec5f561161cafda8b6b4cf49c8bbd58
Files Diff
- Added: 0
- Removed: 5
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type preferencesService : PreferencesServiceClient to asyncRequestFactory : AsyncRequestFactory in method protected PreferencesManagerImpl(asyncRequestFactory AsyncRequestFactory, appContext AppContext) in class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To | |
| Move Method | 2 | ||
| Move Method public updatePreferences(update Map<String,String>) : Promise<Map<String,String>> from class org.eclipse.che.ide.preferences.PreferencesServiceClientImpl to private updatePreferences(newPreferences Map<String,String>) : Promise<Map<String,String>> from class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To | |
| Move Method public getPreferences() : Promise<Map<String,String>> from class org.eclipse.che.ide.preferences.PreferencesServiceClientImpl to private getPreferences() : Promise<Map<String,String>> from class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private asyncRequestFactory : AsyncRequestFactory from class org.eclipse.che.ide.preferences.PreferencesServiceClientImpl to private asyncRequestFactory : AsyncRequestFactory from class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute userProfileServiceClient : UserProfileServiceClient to asyncRequestFactory : AsyncRequestFactory in class org.eclipse.che.ide.bootstrap.CurrentUserInitializer | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type userProfileServiceClient : UserProfileServiceClient to asyncRequestFactory : AsyncRequestFactory in class org.eclipse.che.ide.bootstrap.CurrentUserInitializer | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter update : Map<String,String> to newPreferences : Map<String,String> in method private updatePreferences(newPreferences Map<String,String>) : Promise<Map<String,String>> in class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To | |
| Rename Parameter preferencesService : PreferencesServiceClient to asyncRequestFactory : AsyncRequestFactory in method protected PreferencesManagerImpl(asyncRequestFactory AsyncRequestFactory, appContext AppContext) in class org.eclipse.che.ide.preferences.PreferencesManagerImpl | From | To |