a0591d8bc98bb119f9942373c9379f553e0a7219
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public asFuture1() : Future<RET> renamed to public asJavaUtilFuture() : Future<RET> in class melnorme.utilbox.concurrency.AbstractFuture2 | From | To | |
Rename Attribute | 1 | ||
Rename Attribute futureTask : FutureTask<RET> to cancellableTask : CancellableTask in class melnorme.utilbox.concurrency.AbstractRunnableFuture2 | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type futureTask : FutureTask<RET> to cancellableTask : CancellableTask in class melnorme.utilbox.concurrency.AbstractRunnableFuture2 | From | To |