b04443eac081597682f748971b7676fade8a409c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type ufsLocations : List<WorkerNetAddress> to ufsLocations : List<String> in method public setUfsLocations(ufsLocations List<String>) : FileBlockInfo in class alluxio.thrift.FileBlockInfo | From | To | |
Change Parameter Type elem : WorkerNetAddress to elem : String in method public addToUfsLocations(elem String) : void in class alluxio.thrift.FileBlockInfo | From | To | |
Change Parameter Type ufsLocations : List<WorkerNetAddress> to ufsLocations : List<String> in method public setUfsLocations(ufsLocations List<String>) : FileBlockInfo in class alluxio.wire.FileBlockInfo | From | To | |
Change Parameter Type ufsLocations : List<WorkerNetAddress> to ufsLocations : List<String> in method public FileBlockInfo(blockInfo BlockInfo, offset long, ufsLocations List<String>) in class alluxio.thrift.FileBlockInfo | From | To | |
Rename Variable | 2 | ||
Rename Variable addrs : List<WorkerNetAddress> to locations : List<String> in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class alluxio.web.WebInterfaceBrowseServlet | From | To | |
Rename Variable address : WorkerNetAddress to location : String in method private addLocations(fileBlockInfo FileBlockInfo) : void in class alluxio.web.UIFileBlockInfo | From | To | |
Change Return Type | 3 | ||
Change Return Type List<WorkerNetAddress> to List<String> in method public getUfsLocations() : List<String> in class alluxio.thrift.FileBlockInfo | From | To | |
Change Return Type Iterator<WorkerNetAddress> to Iterator<String> in method public getUfsLocationsIterator() : Iterator<String> in class alluxio.thrift.FileBlockInfo | From | To | |
Change Return Type List<WorkerNetAddress> to List<String> in method public getUfsLocations() : List<String> in class alluxio.wire.FileBlockInfo | From | To | |
Change Variable Type | 5 | ||
Change Variable Type addrs : List<WorkerNetAddress> to locations : List<String> in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class alluxio.web.WebInterfaceBrowseServlet | From | To | |
Change Variable Type address : WorkerNetAddress to location : String in method private addLocations(fileBlockInfo FileBlockInfo) : void in class alluxio.web.UIFileBlockInfo | From | To | |
Change Variable Type _elem9 : WorkerNetAddress to _elem9 : String in method public read(iprot TProtocol, struct FileBlockInfo) : void in class alluxio.thrift.FileBlockInfo.FileBlockInfoStandardScheme | From | To | |
Change Variable Type _elem14 : WorkerNetAddress to _elem14 : String in method public read(prot TProtocol, struct FileBlockInfo) : void in class alluxio.thrift.FileBlockInfo.FileBlockInfoTupleScheme | From | To | |
Change Variable Type ufsLocations : List<WorkerNetAddress> to ufsLocations : List<String> in method public createRandom() : FileBlockInfo in class alluxio.wire.FileBlockInfoTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mUfsLocations : List<WorkerNetAddress> to mUfsLocations : List<String> in class alluxio.wire.FileBlockInfo | From | To | |
Change Attribute Type ufsLocations : List<WorkerNetAddress> to ufsLocations : List<String> in class alluxio.thrift.FileBlockInfo | From | To |