330b16178fea45223693936a52d686a8ae4585c8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 6 | ||
Pull Up Method public currentConsumerIndex() : long from class org.jctools.queues.SpmcArrayQueue to public currentConsumerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Pull Up Method public currentConsumerIndex() : long from class org.jctools.queues.MpscArrayQueue to public currentConsumerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Pull Up Method public currentProducerIndex() : long from class org.jctools.queues.MpscArrayQueue to public currentProducerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Pull Up Method public currentProducerIndex() : long from class org.jctools.queues.SpmcArrayQueue to public currentProducerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Pull Up Method public currentConsumerIndex() : long from class org.jctools.queues.SpscArrayQueue to public currentConsumerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Pull Up Method public currentProducerIndex() : long from class org.jctools.queues.SpscArrayQueue to public currentProducerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Move Method | 5 | ||
Move Method public isEmpty() : boolean from class org.jctools.queues.MpscArrayQueue to package isEmpty(iq IndexedQueue) : boolean from class org.jctools.queues.IndexedQueueSizeUtil | From | To | |
Move Method public isEmpty() : boolean from class org.jctools.queues.SpmcArrayQueue to package isEmpty(iq IndexedQueue) : boolean from class org.jctools.queues.IndexedQueueSizeUtil | From | To | |
Move Method public isEmpty() : boolean from class org.jctools.queues.MpmcArrayQueue to package isEmpty(iq IndexedQueue) : boolean from class org.jctools.queues.IndexedQueueSizeUtil | From | To | |
Move Method public currentProducerIndex() : long from class org.jctools.queues.MpmcArrayQueue to public currentProducerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Move Method public currentConsumerIndex() : long from class org.jctools.queues.MpmcArrayQueue to public currentConsumerIndex() : long from class org.jctools.queues.ConcurrentCircularArrayQueue | From | To | |
Extract Interface | 1 | ||
Extract Interface org.jctools.queues.IndexedQueueSizeUtil.IndexedQueue from classes [org.jctools.queues.BaseSpscLinkedArrayQueue, org.jctools.queues.MpscChunkedArrayQueue] | From | To |