76e776d55c1f20a0bea928ad854f5e05c11c2774
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public handleOperationError(dialogTitle String, ce CommonException) : void renamed to public handleOperationStatus2(logError boolean, dialogTitle String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationsStatusHandler | From | To | |
| Rename Method public handleOperationError(dialogTitle String, ce CommonException) : void renamed to public handleOperationStatus(logError boolean, dialogTitle String, ce CommonException) : void in class melnorme.lang.ide.ui.utils.UIOperationErrorHandlerImpl | From | To | |
| Extract Method | 2 | ||
| Extract Method public runAndHandle(runnableContext IRunnableContext, op IRunnableWithProgress, isCancellable boolean, logError boolean, errorTitle String) : boolean extracted from public runAndHandle(runnableContext IRunnableContext, op IRunnableWithProgress, isCancellable boolean, errorTitle String) : boolean in class melnorme.lang.ide.ui.utils.UIOperationsHelper | From | To | |
| Extract Method protected runGoOracle(goEnv GoEnvironment, opTempFile Location) : ExternalProcessResult extracted from protected createSourceFileStructure(goEnv GoEnvironment, opTempFile Location) : SourceFileStructure in class com.googlecode.goclipse.core.engine.GoEngineClient.GoStructureUpdateTask | From | To |