9742406d415f23b8283bcd0e4f3d37de063f2984
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected createConfiguration(launchable ILaunchTarget) : ILaunchConfiguration renamed to protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To | |
| 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 | 5 | ||
| Change Parameter Type launchable : ILaunchTarget to goPackageResource : IResource in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To | |
| 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 | 4 | ||
| Rename Variable goPackage : GoPackageName to goPackageName : GoPackageName in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To | |
| Rename Variable goPath : GoPath to goEnv : GoEnvironment in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To | |
| Rename Variable launchTarget : ILaunchTarget to launchable : ILaunchable in method protected createLaunchTargetLabelProvider() : LabelProvider in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
| Rename Variable packageLocation : Location to goPackageLocation : Location in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | 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 | 2 | ||
| Change Return Type ILaunchTarget to ILaunchable in method protected chooseLaunchable(launchTargets ILaunchable[]) : ILaunchable in class melnorme.lang.ide.ui.launch.BaseLaunchShortcut | From | To | |
| Change Return Type ILaunchConfiguration to ILaunchable in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | 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 | |
| Extract Superclass | 1 | ||
| Extract Superclass melnorme.lang.ide.ui.launch.LangLaunchShortcut from classes [com.googlecode.goclipse.ui.launch.GoLaunchShortcut] | 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 | 2 | ||
| Change Variable Type goPath : GoPath to goEnv : GoEnvironment in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To | |
| 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 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 | |
| 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 | |
| Rename Parameter | 2 | ||
| 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 | |
| Rename Parameter launchable : ILaunchTarget to goPackageResource : IResource in method protected getLaunchableForGoPackage(goPackageResource IResource) : ILaunchable in class com.googlecode.goclipse.ui.launch.GoLaunchShortcut | From | To |