b7a3878f6021518e70c5ebbd9dee4a681bbd33e9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private updateLastModifiedAndChildCount(id long, opTimeMs long, deltaChildCount long) : void renamed to private updateTimestampsAndChildCount(id long, opTimeMs long, deltaChildCount long) : void in class alluxio.master.file.meta.InodeTreePersistentState | From | To | |
| Rename Variable | 1 | ||
| Rename Variable lastModificationTime : Long to operationTimeMs : Long in method public createPath(rpcContext RpcContext, inodePath LockedInodePath, context CreatePathContext<?,?>) : List<Inode> in class alluxio.master.file.meta.InodeTree | From | To | |
| Extract Variable | 1 | ||
| Extract Variable info : FileInfo in method public createFileUsesOperationTime() : void from class alluxio.master.file.FileSystemMasterTest | From | To |