c8752622cd15d094652000ec1acd394c1307e05d
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public getLastModifiedTime() : long from class alluxio.underfs.UfsStatus to public getLastModifiedTime() : long from class alluxio.underfs.UfsFileStatus | From | To | |
Push Down Method public getContentLength() : long from class alluxio.underfs.UfsStatus to public getContentLength() : long from class alluxio.underfs.UfsFileStatus | From | To | |
Extract Subclass | 1 | ||
Extract Subclass alluxio.underfs.UfsFileStatus from class alluxio.underfs.UfsStatus | From | To | |
Change Return Type | 8 | ||
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.ObjectUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsDirectoryStatus in method public getDirectoryStatus(path String) : UfsDirectoryStatus in class alluxio.underfs.ObjectUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsDirectoryStatus in method public getDirectoryStatus(path String) : UfsDirectoryStatus in class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsDirectoryStatus in method public getDirectoryStatus(path String) : UfsDirectoryStatus in class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsDirectoryStatus in method public getDirectoryStatus(path String) : UfsDirectoryStatus in class alluxio.underfs.UnderFileSystem | From | To | |
Change Return Type UfsStatus to UfsFileStatus in method public getFileStatus(path String) : UfsFileStatus in class alluxio.underfs.UnderFileSystem | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private mContentLength : long from class alluxio.underfs.UfsStatus to protected mContentLength : long from class alluxio.underfs.UfsFileStatus | From | To | |
Push Down Attribute private mLastModifiedTimeMs : long from class alluxio.underfs.UfsStatus to protected mLastModifiedTimeMs : long from class alluxio.underfs.UfsFileStatus | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.underfs.UfsStatusTest renamed to alluxio.underfs.UfsFileStatusTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type status : UfsStatus to status : UfsFileStatus in method public copy() : void in class alluxio.underfs.UfsFileStatusTest | From | To |