ef83818b91f70c2789c4ee101496bd492ea2ac2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 8 | ||
Rename Variable lSequenceBuffer : long[] to sBuffer : long[] in method public relaxedPoll() : E in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable limit : int to capacity : int in method public drain(c Consumer<E>) : int in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable currentProducerIndex : long to pIndex : long in method public offer(e E) : boolean in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable currConsumerIndex : long to cIndex : long in method public peek() : E in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable currentConsumerIndex : long to cIndex : long in method public poll() : E in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable currentConsumerIndex : long to cIndex : long in method public relaxedPoll() : E in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable lSequenceBuffer : long[] to sBuffer : long[] in method public poll() : E in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Variable currentProducerIndex : long to pIndex : long in method public relaxedOffer(e E) : boolean in class org.jctools.queues.MpmcArrayQueue | From | To | |
Move Attribute | 2 | ||
Move Attribute private RECOMENDED_OFFER_BATCH : int from class org.jctools.queues.MpscArrayQueue to package RECOMENDED_OFFER_BATCH : int from class org.jctools.queues.MpmcArrayQueue | From | To | |
Move Attribute private RECOMENDED_POLL_BATCH : int from class org.jctools.queues.SpmcArrayQueue to package RECOMENDED_POLL_BATCH : int from class org.jctools.queues.MpmcArrayQueue | From | To | |
Inline Variable | 2 | ||
Inline Variable elementOffset : long in method public offer(e E) : boolean from class org.jctools.queues.MpmcArrayQueue | From | To | |
Inline Variable elementOffset : long in method public relaxedOffer(e E) : boolean from class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Parameter | 3 | ||
Rename Parameter wait : WaitStrategy to w : WaitStrategy in method public drain(c Consumer<E>, w WaitStrategy, exit ExitCondition) : void in class org.jctools.queues.MpmcArrayQueue | From | To | |
Rename Parameter wait : WaitStrategy to w : WaitStrategy in method public fill(s Supplier<E>, w WaitStrategy, exit ExitCondition) : void in class org.jctools.queues.MpscArrayQueue | From | To | |
Rename Parameter wait : WaitStrategy to w : WaitStrategy in method public fill(s Supplier<E>, w WaitStrategy, exit ExitCondition) : void in class org.jctools.queues.MpmcArrayQueue | From | To |