091c6b0cca8ea65c43f3192691878397338f2d7e
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
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 | |
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 | |
Change Attribute Type | 1 | ||
Change Attribute Type GO_PATH : StringPreference to GO_PATH : OptionalStringPreference in class com.googlecode.goclipse.core.GoEnvironmentPrefs | 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 |