ceb411108ca6c8f16b546e0ade3296b5ac59adf3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package sendFile(file File) : void moved from class org.neo4j.causalclustering.catchup.storecopy.FileSender to class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestHandler & inlined to protected channelRead0(ctx ChannelHandlerContext, msg GetStoreRequest) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fs : FileSystemAbstraction to channel : StoreChannel in method public FileSender(channel StoreChannel) in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Rename Variable | 1 | ||
Rename Variable smallFile : File to emptyFile : File in method public sendEmptyFile() : void in class org.neo4j.causalclustering.catchup.storecopy.FileSenderTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute fs : FileSystemAbstraction to channel : StoreChannel in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Rename Attribute ctx : ChannelHandlerContext to preFetchedBytes : byte[] in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type fs : FileSystemAbstraction to channel : StoreChannel in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Change Attribute Type ctx : ChannelHandlerContext to preFetchedBytes : byte[] in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public close() : void extracted from public sendEmptyFile() : void in class org.neo4j.causalclustering.catchup.storecopy.FileSenderTest & moved to class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fs : FileSystemAbstraction to channel : StoreChannel in method public FileSender(channel StoreChannel) in class org.neo4j.causalclustering.catchup.storecopy.FileSender | From | To |