5e87705b41cb9b1c687f5f928753c91ca6a74a72
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method protected handleStatus(ce CommonException) : void renamed to protected handleError(ce CommonException) : void in class melnorme.lang.ide.ui.utils.operations.BasicEditorOperation | From | To | |
| Rename Method protected handleStatus(ce CommonException) : void renamed to protected handleError(ce CommonException) : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Rename Method protected handleInternalError(re RuntimeException) : void renamed to protected handleRuntimeException(re RuntimeException) : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Move Method | 4 | ||
| Move Method public getVarFromEnvMap(envMap Map<String,String>, key String) : String from class melnorme.lang.utils.ProcessUtils to public getVarFromEnvMap(envMap Map<String,String>, key String) : String from class melnorme.lang.utils.EnvUtils | From | To | |
| Move Method public getCorrectEnvKey(envMap Map<String,String>, key String) : String from class melnorme.lang.utils.ProcessUtils to public getCorrectEnvKey(envMap Map<String,String>, key String) : String from class melnorme.lang.utils.EnvUtils | From | To | |
| Move Method public addDirToPathEnv(cmdExePath Path, pb ProcessBuilder) : void from class melnorme.lang.utils.ProcessUtils to public addDirToPathEnv(cmdExePath Path, pb ProcessBuilder) : void from class melnorme.lang.utils.EnvUtils | From | To | |
| Move Method public putVarInEnvMap(envMap Map<String,String>, key String, value String) : void from class melnorme.lang.utils.ProcessUtils to public putVarInEnvMap(envMap Map<String,String>, key String, value String) : void from class melnorme.lang.utils.EnvUtils | From | To | |
| Extract Class | 1 | ||
| Extract Class melnorme.lang.utils.EnvUtils from class melnorme.lang.utils.ProcessUtils | From | To | |
| Extract Variable | 1 | ||
| Extract Variable title : String in method protected handleError(ce CommonException) : void from class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Extract Method | 2 | ||
| Extract Method protected execute0() : void extracted from protected execute() : void in class melnorme.lang.ide.ui.utils.operations.BasicUIOperation | From | To | |
| Extract Method public createToolProcessBuilder(project IProject, sdkToolPath Path, sdkOptions String...) : ProcessBuilder extracted from public createSDKProcessBuilder(project IProject, sdkOptions String...) : ProcessBuilder in class melnorme.lang.ide.core.operations.AbstractToolManager | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter dialogTitle : String to title : String in method public handleStatus(logError boolean, title String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationsStatusHandler | From | To | |
| Rename Parameter dialogTitle : String to title : String in method public handleStatus(title String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationsStatusHandler | From | To | |
| Rename Parameter dialogTitle : String to title : String in method public handleStatus(logError boolean, title String, ce CoreException) : void in class melnorme.lang.ide.ui.utils.UIOperationsStatusHandler | From | To |