423680d23d4b950afa2b22e394546ff59154cda6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type q : Queue<AbstractEvent> to q : MessagePassingQueue<AbstractEvent> in method public Consumer(q MessagePassingQueue<AbstractEvent>) in class org.jctools.jmh.latency.MpqBurstCost.Consumer | From | To | |
| Move Class | 5 | ||
| Move Class org.jctools.jmh.latency.spsc.QueueBurstCost.Consumer moved to org.jctools.jmh.latency.MpqBurstCost.Consumer | From | To | |
| Move Class org.jctools.jmh.latency.spsc.QueueBurstCost.Stop moved to org.jctools.jmh.latency.MpqBurstCost.Stop | From | To | |
| Move Class org.jctools.jmh.latency.spsc.QueueBurstCost.Go moved to org.jctools.jmh.latency.MpqBurstCost.Go | From | To | |
| Move Class org.jctools.jmh.latency.spsc.QueueBurstCost.AbstractEvent moved to org.jctools.jmh.latency.MpqBurstCost.AbstractEvent | From | To | |
| Move Class org.jctools.jmh.latency.spsc.QueueBurstCost moved to org.jctools.jmh.latency.QueueBurstCost | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute consumerThread : Thread to consumerThreads : Thread[] in class org.jctools.jmh.latency.QueueBurstCost | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type q : Queue<AbstractEvent> to q : MessagePassingQueue<AbstractEvent> in method public run() : void in class org.jctools.jmh.latency.MpqBurstCost.Consumer | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type consumerThread : Thread to consumerThreads : Thread[] in class org.jctools.jmh.latency.QueueBurstCost | From | To | |
| Change Attribute Type q : Queue<AbstractEvent> to q : MessagePassingQueue<AbstractEvent> in class org.jctools.jmh.latency.MpqBurstCost.Consumer | From | To |