a00a1f64f3ec112cae875c92c2929d8b5b7f8b96
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public encode(out ByteBuf) : void moved from class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunk to class org.neo4j.causalclustering.messaging.marshalling.ChunkedReplicatedContent & inlined to public readChunk(allocator ByteBufAllocator) : ByteBuf | From | To | |
Change Return Type | 2 | ||
Change Return Type ReplicatedContentChunk to ByteBuf in method public readChunk(ctx ChannelHandlerContext) : ByteBuf in class org.neo4j.causalclustering.messaging.marshalling.ChunkedReplicatedContent | From | To | |
Change Return Type ReplicatedContentChunk to ByteBuf in method public readChunk(allocator ByteBufAllocator) : ByteBuf in class org.neo4j.causalclustering.messaging.marshalling.ChunkedReplicatedContent | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer.TxSerializer moved and renamed to org.neo4j.causalclustering.messaging.marshalling.ByteArraySerializer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type chunk : ReplicatedContentChunk to chunk : ByteBuf in method public shouldEncodeAndDecode() : void in class org.neo4j.causalclustering.core.state.machines.tx.ChunkedReplicatedTransactionInputTest | From | To | |
Extract Variable | 1 | ||
Extract Variable endOfInput : boolean in method public readChunk(allocator ByteBufAllocator) : ByteBuf from class org.neo4j.causalclustering.messaging.marshalling.ChunkedReplicatedContent | From | To |