d59254fe1bf4021521504a850839853c02516084
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getConfigurationType() : ILaunchConfigurationType renamed to protected getLaunchConfigType() : ILaunchConfigurationType in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected doPerformApply(config ILaunchConfigurationWorkingCopy) : void from class melnorme.lang.ide.ui.launch.MainLaunchConfigurationTab to protected saveToConfig_rest(config ILaunchConfigurationWorkingCopy) : void from class melnorme.lang.ide.core.launch.BuildTargetLaunchSettings | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type launchTargets : ILaunchTarget[] to launchTargets : ILaunchable[] in method protected chooseLaunchable(launchTargets ILaunchable[]) : ILaunchable in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Change Parameter Type configList : List<ILaunchConfiguration> to configs : Indexable<ILaunchConfiguration> in method protected chooseConfiguration(configs Indexable<ILaunchConfiguration>) : ILaunchConfiguration in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Change Parameter Type launchTarget : ILaunchTarget to launchTarget : ILaunchable in method protected launchTarget(launchTarget ILaunchable, mode String) : void in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Change Parameter Type launchTarget : ILaunchTarget to launchTarget : ILaunchable in method protected doLaunchTarget(launchTarget ILaunchable, mode String) : void in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Rename Variable | 1 | ||
Rename Variable launchTarget : ILaunchTarget to launchable : ILaunchable in method protected createLaunchTargetLabelProvider() : LabelProvider in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Inline Method | 1 | ||
Inline Method public getProject(projectName String, natureID String) : IProject inlined to public getProject(projectName String) : IProject in class melnorme.lang.ide.core.utils.ProjectValidator | From | To | |
Change Return Type | 1 | ||
Change Return Type ILaunchTarget to ILaunchable in method protected chooseLaunchable(launchTargets ILaunchable[]) : ILaunchable in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.ui.launch.AbstractLaunchShortcut2 renamed to melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class melnorme.lang.ide.ui.launch.AbstractLaunchShortcut2.ILaunchTarget moved and renamed to melnorme.lang.ide.ui.launch.BaseLaunchShortcut.ILaunchable | From | To | |
Rename Attribute | 1 | ||
Rename Attribute LaunchShortcut_selectionContainsNoScript : String to LaunchShortcut_selectionContainsNoLaunchables : String in class melnorme.lang.ide.ui.LangUIMessages | From | To | |
Change Variable Type | 1 | ||
Change Variable Type launchTarget : ILaunchTarget to launchable : ILaunchable in method protected createLaunchTargetLabelProvider() : LabelProvider in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Extract Method | 3 | ||
Extract Method protected handleFoundLaunchables(launchables ILaunchable[], mode String) : void extracted from public launchElements(elements Object[], mode String) : void in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Extract Method protected addCompositeBuildOperationMessage() : void extracted from public newProjectBuildOperation(targetsToBuild Collection2<BuildTarget>) : IToolOperation in class melnorme.lang.ide.core.operations.build.BuildOperationCreator | From | To | |
Extract Method protected getLaunchableResource(launchables ILaunchable[]) : ILaunchable extracted from public launchElements(elements Object[], mode String) : void in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
Rename Parameter | 1 | ||
Rename Parameter configList : List<ILaunchConfiguration> to configs : Indexable<ILaunchConfiguration> in method protected chooseConfiguration(configs Indexable<ILaunchConfiguration>) : ILaunchConfiguration in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To |