f02f343a169651d3103c30d256c7180e217eb9f8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 9 | ||
Rename Method public isDone() : boolean renamed to public isTerminated() : boolean in class melnorme.lang.utils.concurrency.ConcurrentlyDerivedData.DataUpdateFuture | From | To | |
Rename Method public isCompletedWithResult() : boolean renamed to public isCompletedSuccessfully() : boolean in class melnorme.utilbox.concurrency.BasicFuture | From | To | |
Rename Method protected invokeToResult() : Void renamed to protected invoke() : Void in class melnorme.lang.ide.core.engine.AbstractProjectReconcileManager.ProjectReconcileTask | From | To | |
Rename Method public isDone() : boolean renamed to public isTerminated() : boolean in class melnorme.utilbox.concurrency.AbstractFuture2 | From | To | |
Rename Method protected abstract invokeToResult() : RET renamed to protected abstract invoke() : RET in class melnorme.utilbox.concurrency.AbstractRunnableFuture2 | From | To | |
Rename Method public isDone() : boolean renamed to public isTerminated() : boolean in class melnorme.utilbox.concurrency.BasicFuture | From | To | |
Rename Method protected invokeToResult() : OperationResult<RET> renamed to protected invoke() : OperationResult<RET> in class melnorme.lang.tooling.common.ops.OperationFuture | From | To | |
Rename Method protected invokeToResult() : RET renamed to protected invoke() : RET in class melnorme.utilbox.concurrency.RunnableFuture2 | From | To | |
Rename Method public isDone() : boolean renamed to public isTerminated() : boolean in class melnorme.utilbox.concurrency.CompletableResult | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public toFuture(callable Callable2<RET,RuntimeException>) : IRunnableFuture2<RET> from class melnorme.utilbox.concurrency.RunnableFuture2 to public toFuture(callable Callable2<RET,RuntimeException>) : IRunnableFuture2<RET> from class melnorme.utilbox.concurrency.IRunnableFuture2 | From | To | |
Pull Up Method public toResultFuture(callable Callable2<RET,EXC>) : IRunnableFuture2<Result<RET,EXC>> from class melnorme.utilbox.concurrency.RunnableFuture2 to public toResultFuture(callable Callable2<RET,EXC>) : IRunnableFuture2<Result<RET,EXC>> from class melnorme.utilbox.concurrency.IRunnableFuture2 | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type serverProcess : ExternalProcessNotifyingHelper to serverProcess : ExternalProcessHelper in method public LanguageServerInstance(serverPath Path, serverProcess ExternalProcessHelper) in class melnorme.lang.ide.core.engine.LanguageServerInstance | From | To | |
Change Return Type | 2 | ||
Change Return Type ExternalProcessNotifyingHelper to ExternalProcessHelper in method public getServerProcess() : ExternalProcessHelper in class melnorme.lang.ide.core.engine.LanguageServerInstance | From | To | |
Change Return Type IRunnableFuture2<Object> to MonitorRunnableFuture<Object> in method protected initFuture(callable CallableX<Object,RuntimeException>) : MonitorRunnableFuture<Object> in class melnorme.utilbox.concurrency.Futures_Tests.MonitorFuture_Test | From | To | |
Rename Attribute | 1 | ||
Rename Attribute futureTaskMonitor : CancelMonitor to secondCancelMonitor : CancelMonitor in class melnorme.lang.tooling.common.ops.OperationFuture.BiDelegatingOperationMonitor | From | To | |
Extract Method | 1 | ||
Extract Method protected runFuture() : void extracted from public run() : void in class melnorme.utilbox.concurrency.AbstractRunnableFuture2 | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type serverProcess : ExternalProcessNotifyingHelper to serverProcess : ExternalProcessHelper in class melnorme.lang.ide.core.engine.LanguageServerInstance | From | To |