a05a952cc4676c06f387c3c1dc871716baa480b5
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isColumnStatsAcurate() : boolean renamed to public isColumnStatsAccurate() : boolean in class com.facebook.presto.hive.PartitionStatistics | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private convertStringParameter(parameterValue String) : OptionalLong from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider to private parse(parameterValue String) : OptionalLong from class com.facebook.presto.hive.HiveBasicStatistics | From | To | |
Move Method | 2 | ||
Move Method public getRowCount() : OptionalLong from class com.facebook.presto.hive.PartitionStatistics to public getRowCount() : OptionalLong from class com.facebook.presto.hive.HiveBasicStatistics | From | To | |
Move Method public getFileCount() : OptionalLong from class com.facebook.presto.hive.PartitionStatistics to public getFileCount() : OptionalLong from class com.facebook.presto.hive.HiveBasicStatistics | From | To | |
Rename Variable | 1 | ||
Rename Variable columnStatsAcurate : boolean to columnStatsAccurate : boolean in method private readStatisticsFromParameters(parameters Map<String,String>, columnStatistics Map<String,HiveColumnStatistics>) : PartitionStatistics in class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider | From | To | |
Move Attribute | 2 | ||
Move Attribute private rowCount : OptionalLong from class com.facebook.presto.hive.PartitionStatistics to private rowCount : OptionalLong from class com.facebook.presto.hive.HiveBasicStatistics | From | To | |
Move Attribute private fileCount : OptionalLong from class com.facebook.presto.hive.PartitionStatistics to private fileCount : OptionalLong from class com.facebook.presto.hive.HiveBasicStatistics | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.hive.HiveBasicStatistics from class com.facebook.presto.hive.PartitionStatistics | From | To |