a4c8ba57692d3091008311e15111bc5412b8f010
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public afterClass() : void renamed to public after() : void in class tachyon.client.RemoteBlockInStreamTest | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private retrieveByteBufferFromRemoteMachine(address InetSocketAddress, blockId long, offset long, length long) : ByteBuffer from class tachyon.client.RemoteBlockInStream to public readRemoteBlock(host String, port int, blockId long, offset long, length long) : ByteBuffer from class tachyon.client.tcp.TCPRemoteBlockReader | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type address : SocketAddress to address : InetSocketAddress in method public NettyDataServer(address InetSocketAddress, locker BlocksLocker, tachyonConf TachyonConf) in class tachyon.worker.netty.NettyDataServer | From | To | |
| Change Parameter Type type : NetworkType to className : String in method public DataServerTest(className String) in class tachyon.worker.DataServerTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable networkType : NetworkType to dataServer : Class<? extends DataServer> in method public testWorkerDefault() : void in class tachyon.conf.TachyonConfTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute mType : NetworkType to mDataServerClass : String in class tachyon.worker.DataServerTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type networkType : NetworkType to dataServer : Class<? extends DataServer> in method public testWorkerDefault() : void in class tachyon.conf.TachyonConfTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mType : NetworkType to mDataServerClass : String in class tachyon.worker.DataServerTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter type : NetworkType to className : String in method public DataServerTest(className String) in class tachyon.worker.DataServerTest | From | To |