65117665bfbf1b9683e42fdbeb08aafddf98cf93
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type syncPathList : List<String> to syncPathList : List<SyncPointInfo> in method public setSyncPathList(syncPathList List<SyncPointInfo>) : GetSyncPathListTResponse in class alluxio.thrift.GetSyncPathListTResponse | From | To | |
Change Parameter Type syncPathList : List<String> to syncPathList : List<SyncPointInfo> in method public GetSyncPathListTResponse(syncPathList List<SyncPointInfo>) in class alluxio.thrift.GetSyncPathListTResponse | From | To | |
Change Parameter Type elem : String to elem : SyncPointInfo in method public addToSyncPathList(elem SyncPointInfo) : void in class alluxio.thrift.GetSyncPathListTResponse | From | To | |
Change Return Type | 9 | ||
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.client.file.BaseFileSystem | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.client.file.FileSystemMasterClient | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.client.file.FileSystem | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.thrift.GetSyncPathListTResponse | From | To | |
Change Return Type Iterator<String> to Iterator<SyncPointInfo> in method public getSyncPathListIterator() : Iterator<SyncPointInfo> in class alluxio.thrift.GetSyncPathListTResponse | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.master.file.FileSystemMaster | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.client.file.RetryHandlingFileSystemMasterClient | From | To | |
Change Return Type List<String> to List<SyncPointInfo> in method public getSyncPathList() : List<SyncPointInfo> in class alluxio.master.file.activesync.ActiveSyncManager | From | To | |
Change Variable Type | 3 | ||
Change Variable Type _elem14 : String to _elem14 : SyncPointInfo in method public read(prot TProtocol, struct GetSyncPathListTResponse) : void in class alluxio.thrift.GetSyncPathListTResponse.GetSyncPathListTResponseTupleScheme | From | To | |
Change Variable Type _elem9 : String to _elem9 : SyncPointInfo in method public read(iprot TProtocol, struct GetSyncPathListTResponse) : void in class alluxio.thrift.GetSyncPathListTResponse.GetSyncPathListTResponseStandardScheme | From | To | |
Change Variable Type files : List<String> to files : List<SyncPointInfo> in method public run(cl CommandLine) : int in class alluxio.cli.fs.command.GetSyncPathListCommand | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type syncPathList : List<String> to syncPathList : List<SyncPointInfo> in class alluxio.thrift.GetSyncPathListTResponse | From | To |