e6bdeecaab6dcd4d04c7fec7c5bca563946dea98
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type future : RunnableFuture2Adapter<Object> to future : RunnableFutureAdapter<Object> in method protected checkResult(future RunnableFutureAdapter<Object>, result Object) : void in class melnorme.utilbox.concurrency.Futures_Tests.Future2Adapter_Test | From | To | |
Change Return Type | 1 | ||
Change Return Type RunnableFuture2Adapter<Object> to RunnableFutureAdapter<Object> in method protected initFuture(callable SupplierExt<Object>) : RunnableFutureAdapter<Object> in class melnorme.utilbox.concurrency.Futures_Tests.Future2Adapter_Test | From | To | |
Rename Class | 1 | ||
Rename Class melnorme.utilbox.concurrency.RunnableFuture2Adapter renamed to melnorme.utilbox.concurrency.RunnableFutureAdapter | From | To | |
Extract Superclass | 1 | ||
Extract Superclass melnorme.utilbox.concurrency.FutureAdapter from classes [melnorme.utilbox.concurrency.RunnableFutureAdapter] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type future2Adapter : Future2Adapter<String> to future2Adapter : FutureAdapter<String> in method public test_errors$() : void in class melnorme.utilbox.concurrency.Futures_Tests.Future2Adapter_Test | From | To | |
Rename Parameter | 1 | ||
Rename Parameter result : RunnableFuture<VALUE> to future : RunnableFuture<VALUE> in method public RunnableFutureAdapter(future RunnableFuture<VALUE>) in class melnorme.utilbox.concurrency.RunnableFutureAdapter | From | To |