21d0e8ed32c3199245b0b9933d77e674bc953cbf
Files Diff
- Added: 0
 - Removed: 2
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type outputFiles : List<LineageFileInfo> to outputFiles : List<Long> in method public setOutputFiles(outputFiles List<Long>) : LineageInfo in class tachyon.thrift.LineageInfo | From | To | |
| Change Parameter Type elem : LineageFileInfo to elem : long in method public addToOutputFiles(elem long) : void in class tachyon.thrift.LineageInfo | From | To | |
| Change Parameter Type outputFiles : List<LineageFileInfo> to outputFiles : List<Long> in method public LineageInfo(id long, inputFiles List<Long>, outputFiles List<Long>, job CommandLineJobInfo, creationTimeMs long, parents List<Long>, children List<Long>) in class tachyon.thrift.LineageInfo | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<LineageFileInfo> to List<Long> in method public getOutputFiles() : List<Long> in class tachyon.thrift.LineageInfo | From | To | |
| Change Return Type Iterator<LineageFileInfo> to Iterator<Long> in method public getOutputFilesIterator() : Iterator<Long> in class tachyon.thrift.LineageInfo | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type _elem4 : LineageFileInfo to _elem4 : long in method public read(iprot TProtocol, struct LineageInfo) : void in class tachyon.thrift.LineageInfo.LineageInfoStandardScheme | From | To | |
| Change Variable Type _elem24 : LineageFileInfo to _elem24 : long in method public read(prot TProtocol, struct LineageInfo) : void in class tachyon.thrift.LineageInfo.LineageInfoTupleScheme | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type outputFiles : List<LineageFileInfo> to outputFiles : List<Long> in class tachyon.thrift.LineageInfo | From | To |