c70a4cd0c7c984cdb2602575d36eb21583835bf3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable writeChannel : FileChannel to writeChan : FileChannel in method public download() : void in class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloader | From | To | |
Rename Variable readChannel : FileChannel to readChan : FileChannel in method public upload(writeChan SocketChannel, finishFut GridFutureAdapter<Long>) : void in class org.apache.ignite.internal.processors.cache.persistence.file.FileUploader | From | To | |
Rename Attribute | 1 | ||
Rename Attribute serverChannel : ServerSocketChannel to srvChan : ServerSocketChannel in class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloader | From | To | |
Extract Variable | 1 | ||
Extract Variable transferred : long in method public download() : void from class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type finishFut : GridFutureAdapter<?> to finishFut : GridFutureAdapter<Void> in class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloader | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public finishFuture() : IgniteInternalFuture<Void> extracted from public test() : void in class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloaderTest & moved to class org.apache.ignite.internal.processors.cache.persistence.file.FileDownloader | From | To | |
Rename Parameter | 1 | ||
Rename Parameter writeChannel : SocketChannel to writeChan : SocketChannel in method public upload(writeChan SocketChannel, finishFut GridFutureAdapter<Long>) : void in class org.apache.ignite.internal.processors.cache.persistence.file.FileUploader | From | To |