a49a78de211a7b95df69fa2e2185ea12d88f60c6
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type lowValue : Optional<T> to lowValue : Optional<?> in method public HiveColumnStatistics(lowValue Optional<?>, highValue Optional<?>, maxColumnLength OptionalLong, averageColumnLength OptionalDouble, trueCount OptionalLong, falseCount OptionalLong, nullsCount OptionalLong, distinctValuesCount OptionalLong) in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To | |
| Change Parameter Type highValue : Optional<T> to highValue : Optional<?> in method public HiveColumnStatistics(lowValue Optional<?>, highValue Optional<?>, maxColumnLength OptionalLong, averageColumnLength OptionalDouble, trueCount OptionalLong, falseCount OptionalLong, nullsCount OptionalLong, distinctValuesCount OptionalLong) in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Optional<T> to Optional<?> in method public getHighValue() : Optional<?> in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To | |
| Change Return Type Optional<T> to Optional<?> in method public getLowValue() : Optional<?> in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type lowValue : Optional<T> to lowValue : Optional<?> in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To | |
| Change Attribute Type highValue : Optional<T> to highValue : Optional<?> in class com.facebook.presto.hive.metastore.HiveColumnStatistics | From | To |