|
Change Parameter Type runnable : ThrowingRunnable<EXC> to runnable : RunnableX<EXC> in method public verifyThrows(runnable RunnableX<EXC>) : void in class melnorme.utilbox.tests.CommonTestUtils |
From |
To |
|
Change Parameter Type trun : ThrowingRunnable<Exception> to trun : RunnableX<Exception> in method public runMultipleTimes(liteTimes int, fullTimes int, trun RunnableX<Exception>) : void in class melnorme.utilbox.tests.CommonTestExt |
From |
To |
|
Change Parameter Type runnable : ThrowingRunnable<EXC> to runnable : RunnableX<EXC> in method public FutureTaskX(runnable RunnableX<EXC>) in class melnorme.utilbox.concurrency.FutureTaskX |
From |
To |
|
Change Parameter Type runnable : ThrowingRunnable<?> to runnable : RunnableX<?> in method public verifyThrows(runnable RunnableX<?>, klass Class<EXC>) : void in class melnorme.utilbox.tests.CommonTestUtils |
From |
To |
|
Change Parameter Type initialUpdate : ThrowingRunnable<CoreException> to initialUpdate : RunnableX<CoreException> in method public connectResourceListener(listener IResourceChangeListener, initialUpdate RunnableX<CoreException>, opRule ISchedulingRule, owner IOwner) : void in class melnorme.lang.ide.core.utils.ResourceUtils |
From |
To |
|
Change Parameter Type callable : CallableX<CommonResult<RET>,RuntimeException> to callable : CallableX<OperationResult<RET>,RuntimeException> in method public CommonResultFutureTask(callable CallableX<OperationResult<RET>,RuntimeException>) in class melnorme.utilbox.concurrency.ThreadPoolExecutorExt.CommonResultFutureTask |
From |
To |
|
Change Parameter Type runnable : ThrowingRunnable<?> to runnable : RunnableX<?> in method public verifyThrows(runnable RunnableX<?>, klass Class<EXC>, expectedExceptionString String) : void in class melnorme.utilbox.tests.CommonTestUtils |
From |
To |
|
Change Parameter Type callable : CallableX<RET,RuntimeException> to callable : Callable2<RET,RuntimeException> in method public SimpleRunnableFuture(callable Callable2<RET,RuntimeException>) in class melnorme.utilbox.concurrency.SimpleRunnableFutureX.SimpleRunnableFuture |
From |
To |
|
Change Return Type SupplierExt<CommonResult<RET>> to SupplierExt<OperationResult<RET>> in method public toResultSupplier() : SupplierExt<OperationResult<RET>> in class melnorme.utilbox.core.fntypes.OperationCallable |
From |
To |
|
Change Return Type CommonResult<Void> to OperationResult<Void> in method public executeToResult(om IOperationMonitor) : OperationResult<Void> in class melnorme.lang.tooling.common.ops.Operation |
From |
To |
|
Change Return Type ReadAllBytesTask to Runnable in method protected createStdErrReaderTask() : Runnable in class melnorme.utilbox.process.ExternalProcessHelper |
From |
To |
|
Change Return Type CommonResult<RET> to OperationResult<RET> in method public callToResult() : OperationResult<RET> in class melnorme.utilbox.core.fntypes.OperationCallable |
From |
To |
|
Change Return Type SimpleRunnableFuture<CommonResult<Void>> to SimpleRunnableFuture<OperationResult<Void>> in method public toRunnableFuture(om IOperationMonitor) : SimpleRunnableFuture<OperationResult<Void>> in class melnorme.lang.tooling.common.ops.Operation |
From |
To |
|
Change Return Type SimpleRunnableFuture<CommonResult<RET>> to SimpleRunnableFuture<OperationResult<RET>> in method public toRunnableFuture() : SimpleRunnableFuture<OperationResult<RET>> in class melnorme.utilbox.core.fntypes.OperationCallable |
From |
To |
|
Change Return Type ReadAllBytesTask to Runnable in method protected createMainReaderTask() : Runnable in class melnorme.utilbox.process.ExternalProcessHelper |
From |
To |