627848804a9c406168de653f0a7355a2ecad5786
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testMultiThreadedCheckAllEntriesRetuernedAreValidText() : void renamed to public testMultiThreadedCheckAllEntriesReturnedAreValidText() : void in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
| Rename Method public testFlowAroundSingleThreadedWriteDiffrentSizeBuffers() : void renamed to public testFlowAroundSingleThreadedWriteDifferentSizeBuffers() : void in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable reader : Function<WireIn,Object> to metaDataConsumer : Consumer<WireIn> in method public index(index long) : boolean in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
| Extract Variable | 1 | ||
| Extract Variable actual : String in method public testFlowAroundSingleThreadedWriteDifferentSizeBuffers() : void from class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type reader : Function<WireIn,Object> to metaDataConsumer : Consumer<WireIn> in method public index(index long) : boolean in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
| Change Variable Type buffer : DirectBytes to buffer : Bytes<Void> in method package newIndex() : long in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
| Change Variable Type message : DirectBytes to message : Bytes in method public testZipAndAppend() : void in class net.openhft.chronicle.queue.impl.ZipBytesRingBufferTest | From | To |