ed81a0ff42748230abfadbe6ca9993acd453a754
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method protected openProgramPathDialog(project IProject) : void from class melnorme.lang.ide.ui.launch.MainLaunchConfigurationTab to public openProgramPathDialog(project IProject, button Button) : String from class melnorme.lang.ide.ui.utils.ControlUtils | From | To | |
Rename Variable | 2 | ||
Rename Variable m : String to msg : String in method public getMessage() : String in class melnorme.lang.ide.ui.launch.LangArgumentsTab | From | To | |
Rename Variable m : String to msg : String in method public getErrorMessage() : String in class melnorme.lang.ide.ui.launch.LangArgumentsTab | From | To | |
Change Return Type | 8 | ||
Change Return Type AbstractFieldComponent<?> to SpinnerNumberField in method public createField() : SpinnerNumberField in class melnorme.util.swt.components.fields.FieldComponent_Tests.SpinnerNumberFieldTest | From | To | |
Change Return Type AbstractFieldComponent<?> to ColorField in method public createField() : ColorField in class melnorme.util.swt.components.fields.FieldComponent_Tests.ColorFieldTest | From | To | |
Change Return Type AbstractFieldComponent<?> to AbstractFieldExt2<?> in method protected abstract createField() : AbstractFieldExt2<?> in class melnorme.util.swt.components.AbstractFieldComponentTest | From | To | |
Change Return Type AbstractFieldComponent<?> to RadioSelectionField<Values> in method public createField() : RadioSelectionField<Values> in class melnorme.util.swt.components.fields.FieldComponent_Tests.RadioSelectionFieldTest | From | To | |
Change Return Type AbstractFieldComponent<?> to ComboBoxField in method public createField() : ComboBoxField in class melnorme.util.swt.components.fields.FieldComponent_Tests.ComboBoxFieldTest | From | To | |
Change Return Type void to String in method public openProgramPathDialog(project IProject, button Button) : String in class melnorme.lang.ide.ui.utils.ControlUtils | From | To | |
Change Return Type AbstractFieldComponent<?> to TextField2 in method public createField() : TextField2 in class melnorme.util.swt.components.fields.FieldComponent_Tests.TextField2Test | From | To | |
Change Return Type AbstractFieldComponent<?> to CheckBoxField in method public createField() : CheckBoxField in class melnorme.util.swt.components.fields.FieldComponent_Tests.CheckBoxFieldTest | From | To | |
Move Class | 1 | ||
Move Class melnorme.util.swt.components.TextFieldComponent moved to melnorme.util.swt.components.fields.TextFieldComponent | From | To | |
Extract Superclass | 1 | ||
Extract Superclass melnorme.lang.ide.ui.launch.ProjectBasedLaunchConfigurationTab from classes [melnorme.lang.ide.ui.launch.MainLaunchConfigurationTab] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fSearchButton : Button to searchButton : Button in class melnorme.lang.ide.ui.fields.ProgramPathField | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type field : AbstractFieldComponent<?> to field : AbstractFieldExt2<?> in class melnorme.util.swt.components.AbstractFieldComponentTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected getValidatedProgramFile() : IFile extracted from protected doValidate() : void in class melnorme.lang.ide.ui.launch.MainLaunchConfigurationTab & moved to class com.googlecode.goclipse.ui.launch.GoLaunchConfigurationTab | From | To |