3c12e60951b984cd6b266622d5fb641489992a3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public toProtobuf(tTtlAction TTtlAction) : PTtlAction from class alluxio.master.ProtobufUtils to public fromTTtlAction(tTtlAction TTtlAction) : TtlAction from class alluxio.wire.TtlAction | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ttlAction : PTtlAction to ttlAction : TtlAction in method public setTtlAction(ttlAction TtlAction) : InodeFile in class alluxio.master.file.meta.InodeFile | From | To | |
| Change Return Type | 2 | ||
| Change Return Type PTtlAction to TtlAction in method public fromTTtlAction(tTtlAction TTtlAction) : TtlAction in class alluxio.wire.TtlAction | From | To | |
| Change Return Type PTtlAction to TtlAction in method public getTtlAction() : TtlAction in class alluxio.master.file.meta.InodeFile | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type ttlAction : PTtlAction to ttlAction : TtlAction in method public heartbeat() : void in class alluxio.master.file.FileSystemMaster.MasterInodeTtlCheckExecutor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mTtlAction : PTtlAction to mTtlAction : TtlAction in class alluxio.master.file.meta.InodeFile | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public toThrift(ttlAction TtlAction) : TTtlAction extracted from public toThrift(ttlAction TtlAction) : TTtlAction in class alluxio.wire.ThriftUtils & moved to class alluxio.wire.TtlAction | From | To |