6ead53844dd43d9aee88a4a7d2725b40aee81865
Files Diff
- Added: 4
- Removed: 12
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public flushPreferences(callback AsyncCallback<Map<String,String>>) : void renamed to public apply(result Map<String,String>) : Promise<Void> in class org.eclipse.che.ide.preferences.PreferencesManagerImpl.flushPreferences.thenPromise | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type callback : AsyncCallback<Map<String,String>> to result : Map<String,String> in method public apply(result Map<String,String>) : Promise<Void> in class org.eclipse.che.ide.preferences.PreferencesManagerImpl.flushPreferences.thenPromise | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Promise<Void> in method public apply(result Map<String,String>) : Promise<Void> in class org.eclipse.che.ide.preferences.PreferencesManagerImpl.flushPreferences.thenPromise | From | To | |
Rename Class | 2 | ||
Rename Class org.eclipse.che.ide.ext.java.client.settings.compiler.ErrorWarningsPresenter renamed to org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenter | From | To | |
Rename Class org.eclipse.che.ide.ext.java.client.settings.compiler.ErrorWarningsPresenterTest renamed to org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenterTest | From | To | |
Rename Attribute | 3 | ||
Rename Attribute userProfileService : UserProfileServiceClient to locale : CoreLocalizationConstant in class org.eclipse.che.ide.preferences.PreferencesComponent | From | To | |
Rename Attribute userProfileService : UserProfileServiceClient to notificationManagerProvider : Provider<NotificationManager> in class org.eclipse.che.ide.preferences.PreferencesPresenter | From | To | |
Rename Attribute preferencesManager : PreferencesManager to managers : Set<PreferencesManager> in class org.eclipse.che.ide.preferences.PreferencesPresenter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type settingsBinder : GinMultibinder<SettingsPagePresenter> to settingsBinder : GinMultibinder<PreferencePagePresenter> in method protected configure() : void in class org.eclipse.che.ide.ext.java.client.inject.JavaGinModule | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type userProfileService : UserProfileServiceClient to locale : CoreLocalizationConstant in class org.eclipse.che.ide.preferences.PreferencesComponent | From | To | |
Change Attribute Type userProfileService : UserProfileServiceClient to notificationManagerProvider : Provider<NotificationManager> in class org.eclipse.che.ide.preferences.PreferencesPresenter | From | To | |
Change Attribute Type presenter : ErrorWarningsPresenter to presenter : JavaCompilerPreferencePresenter in class org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenterTest | From | To | |
Change Attribute Type widgets : Map<String,PropertyWidget> to widgets : List<PropertyWidget> in class org.eclipse.che.ide.ext.java.client.settings.compiler.JavaCompilerPreferencePresenter | From | To | |
Change Attribute Type preferencesManager : PreferencesManager to managers : Set<PreferencesManager> in class org.eclipse.che.ide.preferences.PreferencesPresenter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter callback : AsyncCallback<Map<String,String>> to result : Map<String,String> in method public apply(result Map<String,String>) : Promise<Void> in class org.eclipse.che.ide.preferences.PreferencesManagerImpl.flushPreferences.thenPromise | From | To |