cbc3390a86e96a2c0f5fdd66e884c79dea8894e1
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type listener : CollectionEventListener<Map.Entry<K,Versioned<byte[]>>> to listener : CollectionEventListener<Entry<K,Versioned<byte[]>>> in method public addListener(listener CollectionEventListener<Entry<K,Versioned<byte[]>>>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet | From | To | |
Change Parameter Type listener : CollectionEventListener<Map.Entry<K,Versioned<byte[]>>> to listener : CollectionEventListener<Entry<K,Versioned<byte[]>>> in method public removeListener(listener CollectionEventListener<Entry<K,Versioned<byte[]>>>) : CompletableFuture<Void> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet | From | To | |
Change Return Type | 1 | ||
Change Return Type AsyncIterator<Map.Entry<K,Versioned<byte[]>>> to AsyncIterator<Entry<K,Versioned<byte[]>>> in method public iterator() : AsyncIterator<Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.atomix.core.map.impl.PartitionedAtomicMapProxy from classes [io.atomix.core.map.impl.AtomicMapProxy] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type eventListeners : Map<CollectionEventListener<Map.Entry<K,Versioned<byte[]>>>,AtomicMapEventListener<K,byte[]>> to eventListeners : Map<CollectionEventListener<Entry<K,Versioned<byte[]>>>,AtomicMapEventListener<K,byte[]>> in class io.atomix.core.map.impl.AbstractAtomicMapProxy.AtomicMapEntrySet | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public incrementPosition() : void extracted from public nextEntries(iteratorId long, position int) : IteratorBatch<Map.Entry<K,Versioned<byte[]>>> in class io.atomix.core.map.impl.AbstractAtomicMapService & moved to class io.atomix.core.map.impl.AbstractAtomicMapService.IteratorContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter set : AsyncDistributedNavigableSet<E> to primitive : AsyncDistributedNavigableSet<E> in method public DescendingAsyncDistributedNavigableSet(primitive AsyncDistributedNavigableSet<E>) in class io.atomix.core.set.impl.DescendingAsyncDistributedNavigableSet | From | To |