05a6199411731a6e7003827d311bdd031d831dd1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable pCycleId : long to cycleId : long in method public offer(e E) : boolean in class org.jctools.queues.MpscRelaxedArrayQueue | From | To | |
| Rename Variable pCycleId : long to cycleId : long in method public fill(s Supplier<E>, limit int) : int in class org.jctools.queues.MpscRelaxedArrayQueue | From | To | |
| Inline Method | 2 | ||
| Inline Method private rotateCycle(activeCycleIndex int, producerCycleClaim long, cycleIdBitShift int, maxCycleId long) : void inlined to public offer(e E) : boolean in class org.jctools.queues.MpscRelaxedArrayQueue | From | To | |
| Inline Method private rotateCycle(activeCycleIndex int, producerCycleClaim long, cycleIdBitShift int, maxCycleId long) : void inlined to public fill(s Supplier<E>, limit int) : int in class org.jctools.queues.MpscRelaxedArrayQueue | From | To |