56b5e58b07266bea077ab5aa2c6e6268696b4784
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setupQueueAndConsumers() : void renamed to public setupQueue() : void in class org.jctools.jmh.latency.QueueBurstCost | From | To | |
Move Method | 2 | ||
Move Method public clean() : void from class org.jctools.jmh.throughput.channels.ChannelThroughputBackoffNone.PollCounters to public clean() : void from class org.jctools.channels.spsc.QueueThroughputBaseline.PollCounters | From | To | |
Move Method public clean() : void from class org.jctools.jmh.throughput.channels.ChannelThroughputBackoffNone.OfferCounters to public clean() : void from class org.jctools.channels.spsc.QueueThroughputBaseline.OfferCounters | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute package isRunning : boolean from class org.jctools.jmh.latency.QueueBurstCost.Consumer to package isRunning : boolean from class org.jctools.jmh.latency.QueueBurstCost.ConsumerFields | From | To | |
Pull Up Attribute package q : Queue<AbstractEvent> from class org.jctools.jmh.latency.QueueBurstCost.Consumer to package q : Queue<AbstractEvent> from class org.jctools.jmh.latency.QueueBurstCost.ConsumerFields | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.jctools.jmh.latency.QueueBurstCost.ConsumerFields from classes [org.jctools.jmh.latency.QueueBurstCost.Consumer] | From | To | |
Extract Method | 3 | ||
Extract Method private consume(q Queue<AbstractEvent>) : void extracted from public run() : void in class org.jctools.jmh.latency.QueueBurstCost.Consumer | From | To | |
Extract Method private sendBurst(q Queue<AbstractEvent>, burst int, go Go, stop Stop) : void extracted from public burstCost(stop Stop) : void in class org.jctools.jmh.latency.QueueBurstCost | From | To | |
Extract Method private waitForIt(stop Stop) : void extracted from public burstCost(stop Stop) : void in class org.jctools.jmh.latency.QueueBurstCost | From | To |