11c2fb8ec7b11b1cfe8abc7b16818d376e299557
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable future : CompletableFuture<Version> to attempt : LockAttempt in method private handleFailed(event LockEvent) : void in class io.atomix.core.lock.impl.DistributedLockProxy | From | To | |
| Rename Variable future : CompletableFuture<Version> to attempt : LockAttempt in method private handleLocked(event LockEvent) : void in class io.atomix.core.lock.impl.DistributedLockProxy | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type future : CompletableFuture<Version> to attempt : LockAttempt in method private handleFailed(event LockEvent) : void in class io.atomix.core.lock.impl.DistributedLockProxy | From | To | |
| Change Variable Type future : CompletableFuture<Version> to attempt : LockAttempt in method private handleLocked(event LockEvent) : void in class io.atomix.core.lock.impl.DistributedLockProxy | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type lock : int to lock : AtomicInteger in class io.atomix.core.lock.impl.DistributedLockProxy | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public orderedFuture(future CompletableFuture<T>, orderedExecutor Executor, threadPoolExecutor Executor) : CompletableFuture<T> extracted from public lock() : CompletableFuture<Version> in class io.atomix.core.lock.impl.DistributedLockProxy & moved to class io.atomix.utils.concurrent.Futures | From | To | |
| Extract And Move Method public orderedFuture(future CompletableFuture<T>, orderedExecutor Executor, threadPoolExecutor Executor) : CompletableFuture<T> extracted from public unlock() : CompletableFuture<Void> in class io.atomix.core.lock.impl.DistributedLockProxy & moved to class io.atomix.utils.concurrent.Futures | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter writer : BufferOutput<?> to output : BufferOutput<?> in method public backup(output BufferOutput<?>) : void in class io.atomix.core.lock.impl.DistributedLockService | From | To | |
| Rename Parameter reader : BufferInput<?> to input : BufferInput<?> in method public restore(input BufferInput<?>) : void in class io.atomix.core.lock.impl.DistributedLockService | From | To |