fd15f971800d2a7f5ee6a04c961d7990c4c7c986
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 2 | ||
| Push Down Method protected offerColdPath(buffer E[], mask long, e E, pIndex long, offset long) : boolean from class org.jctools.queues.BaseSpscLinkedArrayQueue to protected offerColdPath(buffer E[], mask long, e E, pIndex long, offset long) : boolean from class org.jctools.queues.SpscUnboundedArrayQueue | From | To | |
| Push Down Method protected offerColdPath(buffer E[], mask long, e E, pIndex long, offset long) : boolean from class org.jctools.queues.BaseSpscLinkedArrayQueue to protected offerColdPath(buffer E[], mask long, e E, pIndex long, offset long) : boolean from class org.jctools.queues.SpscChunkedArrayQueue | From | To | |
| Move Attribute | 3 | ||
| Move Attribute protected producerQueueLimit : long from class org.jctools.queues.BaseSpscLinkedArrayQueueProducerColdFields to private producerQueueLimit : long from class org.jctools.queues.SpscChunkedArrayQueue | From | To | |
| Move Attribute protected maxQueueCapacity : int from class org.jctools.queues.BaseSpscLinkedArrayQueueProducerColdFields to private maxQueueCapacity : int from class org.jctools.queues.SpscChunkedArrayQueue | From | To | |
| Move Attribute protected maxQueueCapacity : int from class org.jctools.queues.BaseSpscLinkedArrayQueueProducerColdFields to private maxQueueCapacity : int from class org.jctools.queues.SpscGrowableArrayQueue | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter initialCapacity : int to chunkSize : int in method public SpscGrowableArrayQueue(chunkSize int, capacity int) in class org.jctools.queues.SpscGrowableArrayQueue | From | To |