bfba108c160adfdf80b168c3afba5a14baa9e195
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public relaxedPoll(counters PollCounters, cm ConsumerMarker) : void renamed to public pollBothR(counters PollCounters, cm ConsumerMarker) : void in class org.jctools.jmh.throughput.MpqThroughputBackoffNone | From | To | |
Rename Method public poll(counters PollCounters, cm ConsumerMarker) : void renamed to public pollPR(counters PollCounters, cm ConsumerMarker) : void in class org.jctools.jmh.throughput.MpqThroughputBackoffNone | From | To | |
Rename Method public relaxedOffer(counters OfferCounters) : void renamed to public offerPR(counters OfferCounters) : void in class org.jctools.jmh.throughput.MpqThroughputBackoffNone | From | To | |
Rename Method public offer(counters OfferCounters) : void renamed to public offerCR(counters OfferCounters) : void in class org.jctools.jmh.throughput.MpqThroughputBackoffNone | From | To | |
Change Return Type | 5 | ||
Change Return Type M to T in method public poll() : T in class org.jctools.queues.MessagePassingQueue | From | To | |
Change Return Type M to T in method public relaxedPoll() : T in class org.jctools.queues.MessagePassingQueue | From | To | |
Change Return Type M to T in method public peek() : T in class org.jctools.queues.MessagePassingQueue | From | To | |
Change Return Type M to T in method public relaxedPeek() : T in class org.jctools.queues.MessagePassingQueue | From | To | |
Change Return Type M to T in method public get() : T in class org.jctools.queues.MessagePassingQueue.Supplier | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable currentConsumerIndex : long to index : long in method private removeElement(buffer E[], index long, mask long) : E in class org.jctools.queues.SpmcArrayQueue | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type MAX_LOOK_AHEAD_STEP : Integer to MAX_LOOK_AHEAD_STEP : int in class org.jctools.queues.SpscArrayQueueColdField | From | To | |
Extract Method | 2 | ||
Extract Method private removeElement(buffer E[], index long, mask long) : E extracted from public poll() : E in class org.jctools.queues.SpmcArrayQueue | From | To | |
Extract Method private consumeElement(consumerIndex long, buffer E[], offset long) : E extracted from public poll() : E in class org.jctools.queues.SpscArrayQueue | From | To |