2cd27f9e09ab1e14ba11f81ff598182279ff9c17
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getProgramFullPath(configuration ILaunchConfiguration) : IPath renamed to protected getExecutableAbsolutePath() : IPath in class com.googlecode.goclipse.core.launch.GoLaunchConfigurationDelegate.getLaunchValidator | From | To | |
Rename Method protected getProgramFullPath() : IPath renamed to protected getExecutableAbsolutePath() : IPath in class melnorme.lang.ide.launching.ProcessLaunchInfoValidator | From | To | |
Change Return Type | 1 | ||
Change Return Type LangLaunchConfigurationValidator to ProcessLaunchInfoValidator in method protected getLaunchValidator(config ILaunchConfiguration) : ProcessLaunchInfoValidator in class melnorme.lang.ide.launching.LangLaunchConfigurationDelegate | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.lang.ide.launching.LangLaunchConfigurationValidator renamed to melnorme.lang.ide.launching.ProcessLaunchInfoValidator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type validator : LangLaunchConfigurationValidator to validator : ProcessLaunchInfoValidator in method protected setAttributes(configuration ILaunchConfiguration, workingCopy ILaunchConfigurationWorkingCopy) : void in class melnorme.lang.ide.debug.core.AbstractLangDebugLaunchConfigurationDelegate | From | To | |
Extract Method | 1 | ||
Extract Method public eloc(location IPath) : Location extracted from public getResourceLocation(resource IResource) : Location in class melnorme.lang.ide.core.utils.ResourceUtils | From | To |