e1ce1ab1600435297fab3b45e4c14d9ea16edd0b
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public asEffectiveValueProperty() : IProperty<String> renamed to public asEffectiveValueProperty2() : IProperty<String> in class melnorme.util.swt.components.fields.EnablementButtonTextField | From | To | |
Rename Method protected doSet(preferences IEclipsePreferences, textStyle TextStyling) : void renamed to protected setPrefValue(preferences IEclipsePreferences, value TextStyling) : void in class melnorme.lang.ide.ui.text.coloring.TextStylingPreference | From | To | |
Rename Method protected doGet(preferences IPreferencesAccess) : TextStyling renamed to protected getPrefValue(prefsAccess IPreferencesAccess) : TextStyling in class melnorme.lang.ide.ui.text.coloring.TextStylingPreference | From | To | |
Extract Method | 2 | ||
Extract Method protected getPrefValue(savedValue String) : T extracted from protected getProjectScopeValue(project IProject) : T in class melnorme.lang.ide.core.utils.prefs.PreferenceHelper | From | To | |
Extract Method protected getPrefValue(savedValue String) : T extracted from public getFromPrefStore() : T in class melnorme.lang.ide.core.utils.prefs.PreferenceHelper | From | To | |
Rename Parameter | 2 | ||
Rename Parameter preferences : IPreferencesAccess to prefsAccess : IPreferencesAccess in method protected getPrefValue(prefsAccess IPreferencesAccess) : TextStyling in class melnorme.lang.ide.ui.text.coloring.TextStylingPreference | From | To | |
Rename Parameter textStyle : TextStyling to value : TextStyling in method protected setPrefValue(preferences IEclipsePreferences, value TextStyling) : void in class melnorme.lang.ide.ui.text.coloring.TextStylingPreference | From | To |