b14c4bc170ea7f49f3962a79a2a8ff793f37bf6f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testCheckIndexWithWritingDocuement() : void renamed to package doTestCheckIndex(writeTo BiConsumer<ExcerptAppender,Integer>) : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type map : Map<String,Object> to map : Map<String,?> in method package writeMap(appender ExcerptAppender, map Map<String,?>) : void in class net.openhft.chronicle.queue.QueueInternal | From | To | |
Change Parameter Type map : Map<String,Object> to map : Map<String,?> in method public writeMap(map Map<String,?>) : void in class net.openhft.chronicle.queue.ExcerptAppender | From | To | |
Extract Variable | 1 | ||
Extract Variable currentThread : Thread in method private checkAppendingThread() : boolean from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,Object> to entry : Map.Entry<String,?> in method package writeMap(appender ExcerptAppender, map Map<String,?>) : void in class net.openhft.chronicle.queue.QueueInternal | From | To |