72c2bcabed756e4830a7adaa4ab0234d70bb0226
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testMultiThreaded() : void renamed to public testMultiThreadedCheckAllEntriesRetuernedAreValidText() : void in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public LOCKED : int in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Rename Attribute | 2 | ||
Rename Attribute writer : BytesWriter to bytes : BytesRingBuffer in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Rename Attribute SIZE_OF_SIZE : int to SIZE : int in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Extract Variable | 1 | ||
Extract Variable writeLoc : long in method public poll(using Bytes) : Bytes from class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type writer : BytesWriter to bytes : BytesRingBuffer in class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To | |
Inline Variable | 1 | ||
Inline Variable position : long in method public poll(using Bytes) : Bytes from class net.openhft.chronicle.queue.impl.ringbuffer.BytesQueue | From | To |