5bbd78ef541c8edbb6f277299d8bc403fb5e2942
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type bufferBytesStoreCreator : ThrowingTriFunction<Long,Integer,Long,BytesStore,Exception> to bufferBytesStoreCreator : ThrowingBiFunction<Long,Integer,BytesStore,Exception> in method public bufferBytesStoreCreator(bufferBytesStoreCreator ThrowingBiFunction<Long,Integer,BytesStore,Exception>) : S in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type ThrowingTriFunction<Long,Integer,Long,BytesStore,Exception> to ThrowingBiFunction<Long,Integer,BytesStore,Exception> in method public bufferBytesStoreCreator() : ThrowingBiFunction<Long,Integer,BytesStore,Exception> in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To |