d19c984bfb88defb067edf3de4b08f3ee657e94c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected soTail(v long) : void renamed to protected soProducerIndex(v long) : void in class org.jctools.queues.atomic.SpmcAtomicArrayQueue | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable currentConsumerIndex : long to index : long in method private removeElement(buffer AtomicReferenceArray<E>, index long, mask int) : E in class org.jctools.queues.atomic.SpmcAtomicArrayQueue | From | To | |
Inline Variable | 1 | ||
Inline Variable lb : AtomicReferenceArray<E> in method public poll() : E from class org.jctools.queues.atomic.SpmcAtomicArrayQueue | From | To | |
Extract Method | 1 | ||
Extract Method private removeElement(buffer AtomicReferenceArray<E>, index long, mask int) : E extracted from public poll() : E in class org.jctools.queues.atomic.SpmcAtomicArrayQueue | From | To |