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