6bd720a66f00e18c3c72bc7675445d6e7f41b0d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From net.openhft:affinity 2.3-SNAPSHOT To 2.2 | |
From net.openhft:affinity 2.2 To 2.3-SNAPSHOT | |
From net.openhft:lang 6.6.1 To 6.6.2 | |
From joda-time:joda-time 2.3 To 2.5 | |
From net.openhft:chronicle-wire 1.0.0-alpha-SNAPSHOT To 1.0.1-alpha-SNAPSHOT | |
From joda-time:joda-time 2.5 To 2.3 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type reader : Function<WireIn,T> to reader : Consumer<WireIn> in method public readDocument(reader Consumer<WireIn>) : boolean in class net.openhft.chronicle.queue.stateless.StatelessTailer | From | To | |
Change Parameter Type reader : Function<WireIn,T> to reader : Consumer<WireIn> in method public readDocument(reader Consumer<WireIn>) : boolean in class net.openhft.chronicle.queue.ExcerptTailer | From | To | |
Change Parameter Type reader : Function<WireIn,T> to reader : Consumer<WireIn> in method public readDocument(reader Consumer<WireIn>) : boolean in class net.openhft.chronicle.queue.stateless.StatelessExcerpt | From | To | |
Change Parameter Type reader : Function<WireIn,T> to reader : Consumer<WireIn> in method public readDocument(reader Consumer<WireIn>) : boolean in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
Change Parameter Type bytes : MultiStoreBytes to bytes : BytesStoreBytes in method public index(index long, bytes BytesStoreBytes) : boolean in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute mappedNativeBytes : MappedNativeBytes to bytes : Bytes in method public SingleChronicleQueue(filename String, blockSize long) in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Change Variable Type | 3 | ||
Change Variable Type mappedNativeBytes : MappedNativeBytes to bytes : Bytes in method public SingleChronicleQueue(filename String, blockSize long) in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Change Variable Type out : Bytes to out : Bytes<ByteBuffer> in method public setup() : void in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
Change Variable Type bytes : MappedNativeBytes to bytes : Bytes in method public testMappingReferenceCount() : void in class net.openhft.chronicle.queue.MappingReferenceCountTest | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type inputBuffer : Bytes to inputBuffer : Bytes<ByteBuffer> in class net.openhft.chronicle.queue.impl.ringbuffer.ZippedDocumentAppender.Consumer | From | To | |
Change Attribute Type input : Bytes to input : Bytes<ByteBuffer> in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To | |
Change Attribute Type bytes : MultiStoreBytes to bytes : BytesStoreBytes in class net.openhft.chronicle.queue.impl.SingleTailer | From | To | |
Change Attribute Type outputBuffer : Bytes to outputBuffer : Bytes<ByteBuffer> in class net.openhft.chronicle.queue.impl.ringbuffer.ZippedDocumentAppender.Consumer | From | To | |
Change Attribute Type headerMemory : MappedMemory to headerMemory : Bytes in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Change Attribute Type output : Bytes to output : Bytes<ByteBuffer> in class net.openhft.chronicle.queue.BytesRingBufferTest | From | To |