7fbedba0d65e9262830651ecdc890639992f238f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public getEstimatedSizeInBytes() : int moved from class com.facebook.presto.hive.InternalHiveSplit.InternalHiveBlock to class com.facebook.presto.hive.InternalHiveSplit & inlined to public getEstimatedSizeInBytes() : int | From | To | |
Rename Variable | 1 | ||
Rename Variable block : InternalHiveBlock to addresses : List<HostAddress> in method public getEstimatedSizeInBytes() : int in class com.facebook.presto.hive.InternalHiveSplit | From | To | |
Move Attribute | 1 | ||
Move Attribute private HOST_ADDRESS_INSTANCE_SIZE : int from class com.facebook.presto.hive.InternalHiveSplit.InternalHiveBlock to private HOST_ADDRESS_INSTANCE_SIZE : int from class com.facebook.presto.hive.InternalHiveSplit | From | To | |
Rename Attribute | 1 | ||
Rename Attribute blocks : List<InternalHiveBlock> to blockAddresses : List<List<HostAddress>> in class com.facebook.presto.hive.InternalHiveSplit | From | To | |
Change Variable Type | 1 | ||
Change Variable Type block : InternalHiveBlock to addresses : List<HostAddress> in method public getEstimatedSizeInBytes() : int in class com.facebook.presto.hive.InternalHiveSplit | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type blocks : List<InternalHiveBlock> to blockAddresses : List<List<HostAddress>> in class com.facebook.presto.hive.InternalHiveSplit | From | To |