affc6bc5f21d2184abf3099bb4bd36a739b783c1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public doUpdateComponentFromInput() : void renamed to public doUpdateComponentFromInput2() : void in class melnorme.util.swt.components.FieldComponent | From | To | |
Rename Method protected doUpdateComponentFromInput() : void renamed to protected doUpdateComponentFromInput2() : void in class melnorme.util.swt.components.AbstractDisableableWidget | From | To | |
Change Return Type | 1 | ||
Change Return Type LanguageSDKLocationGroup to AbstractDisableableWidget in method protected init_createSDKLocationGroup() : AbstractDisableableWidget in class melnorme.lang.ide.ui.preferences.LangSDKConfigBlock | From | To | |
Extract Superclass | 1 | ||
Extract Superclass melnorme.util.swt.components.fields.EnablementButtonTextField2 from classes [com.googlecode.goclipse.ui.preferences.GoSDKConfigBlock.GoPathGroup] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type subComponents : ArrayList2<IDisableableWidget> to subComponents : ArrayList2<AbstractDisableableWidget> in class melnorme.util.swt.components.AbstractCompositeWidget | From | To | |
Rename Parameter | 5 | ||
Rename Parameter labelText : String to label : String in method public TextFieldComponent(label String) in class melnorme.util.swt.components.fields.TextFieldComponent | From | To | |
Rename Parameter buttonlabel : String to buttonLabel : String in method public ButtonTextField(label String, buttonLabel String) in class melnorme.util.swt.components.fields.ButtonTextField | From | To | |
Rename Parameter labelText : String to label : String in method public ButtonTextField(label String, buttonLabel String) in class melnorme.util.swt.components.fields.ButtonTextField | From | To | |
Rename Parameter labelText : String to label : String in method public TextFieldComponent(label String, textStyle int) in class melnorme.util.swt.components.fields.TextFieldComponent | From | To | |
Rename Parameter labelText : String to label : String in method public ButtonTextField(label String, textStyle int, buttonLabel String) in class melnorme.util.swt.components.fields.ButtonTextField | From | To |