c04cbab0806b93743ccf200cd66529530b300835
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method protected performDefaults() : void from class melnorme.lang.ide.ui.dialogs.AbstractLangPropertyPage to protected performDefaults() : void from class melnorme.lang.ide.ui.preferences.pages.BuildConfigurationPropertyPage | From | To | |
Change Return Type | 1 | ||
Change Return Type AbstractPreferencesBlock to AbstractPreferencesBlock2 in method protected init_createPreferencesBlock(prefContext PreferencesPageContext) : AbstractPreferencesBlock2 in class melnorme.lang.ide.ui.preferences.pages.DaemonToolPreferencePage | From | To | |
Rename Class | 2 | ||
Rename Class melnorme.lang.tooling.data.MultipleFieldValidation renamed to melnorme.lang.tooling.data.CompositeValidatableField | From | To | |
Rename Class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock renamed to melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock2 | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute prefAdapter : IPreferencesEditor to prefContext : PreferencesPageContext in method public doSaveSettings() : void in class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock2 | From | To | |
Replace Variable With Attribute prefAdapter : IPreferencesEditor to prefContext : PreferencesPageContext in method public loadDefaults() : void in class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock2 | From | To | |
Extract Superclass | 1 | ||
Extract Superclass melnorme.lang.ide.ui.dialogs.AbstractLangPropertyPage2 from classes [melnorme.lang.ide.ui.preferences.pages.BuildConfigurationPropertyPage] | From | To | |
Change Variable Type | 2 | ||
Change Variable Type prefAdapter : IPreferencesEditor to prefContext : PreferencesPageContext in method public loadDefaults() : void in class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock2 | From | To | |
Change Variable Type prefAdapter : IPreferencesEditor to prefContext : PreferencesPageContext in method public doSaveSettings() : void in class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlock2 | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type preferencesBlock : IPreferencesWidget to preferencesBlock : AbstractWidgetExt in class melnorme.lang.ide.ui.preferences.common.AbstractPreferencesBlockPrefPage | From | To | |
Change Attribute Type validation : MultipleFieldValidation to validation : CompositeValidatableField in class melnorme.lang.ide.ui.preferences.common.AbstractWidgetExt | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public bindToPreference(field IProperty<T>, pref IProjectPreference<T>) : void extracted from public ProjectAndPreferencesBlock(project IProject, useProjectSettingsPref IProjectPreference<Boolean>) in class melnorme.lang.ide.ui.preferences.ProjectAndPreferencesBlock & moved to class melnorme.lang.ide.ui.preferences.common.PreferencesPageContext | From | To | |
Extract And Move Method public bindToPreference(field IProperty<T>, pref IProjectPreference<T>) : void extracted from protected initBindings() : void in class melnorme.lang.ide.ui.preferences.LangSDKConfigBlock.LanguageSDKLocationGroup & moved to class melnorme.lang.ide.ui.preferences.common.PreferencesPageContext | From | To | |
Extract And Move Method public bindToPreference(field IProperty<T>, pref IProjectPreference<T>) : void extracted from protected createContents(topControl Composite) : void in class melnorme.lang.ide.ui.preferences.pages.DaemonToolPreferencePage.ServerToolsBlock & moved to class melnorme.lang.ide.ui.preferences.common.PreferencesPageContext | From | To |