b9cd65dd0408d506d91b6ea1eb88b32af334b49c
Files Diff
- Added: 8
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSetOperations() : void renamed to public testQueueOperations() : void in class io.atomix.core.collection.impl.DistributedSetTest | From | To | |
| Rename Variable | 3 | ||
| Rename Variable allAdded : boolean to changed : boolean in method public addAll(c Collection<? extends String>) : boolean in class io.atomix.core.collection.impl.DefaultDistributedCollectionService | From | To | |
| Rename Variable map : AsyncConsistentMap<E,Boolean> to set : AsyncDistributedSet<E> in method public buildAsync() : CompletableFuture<DistributedSet<E>> in class io.atomix.core.collection.impl.DistributedSetProxyBuilder | From | To | |
| Rename Variable allRemoved : boolean to changed : boolean in method public removeAll(c Collection<?>) : boolean in class io.atomix.core.collection.impl.DefaultDistributedCollectionService | From | To | |
| Rename Class | 2 | ||
| Rename Class io.atomix.core.collection.impl.UnmodifiableDistributedCollection renamed to io.atomix.core.collection.impl.UnmodifiableAsyncDistributedCollection | From | To | |
| Rename Class io.atomix.core.collection.impl.DelegatingDistributedSetBuilder renamed to io.atomix.core.collection.impl.DistributedSetProxyBuilder | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type map : AsyncConsistentMap<E,Boolean> to set : AsyncDistributedSet<E> in method public buildAsync() : CompletableFuture<DistributedSet<E>> in class io.atomix.core.collection.impl.DistributedSetProxyBuilder | From | To | |
| Change Variable Type proxy : ProxyClient<ConsistentMapService> to proxy : ProxyClient<DistributedSetService> in method public buildAsync() : CompletableFuture<DistributedSet<E>> in class io.atomix.core.collection.impl.DistributedSetProxyBuilder | From | To |