11fb64bfd6473349a7b8ffbe582b01f697e3c351
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 14
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type outputType : Type to outputType : TypeSignature in method public generateAggregationName(baseName String, outputType TypeSignature, inputTypes List<TypeSignature>) : String in class com.facebook.presto.operator.aggregation.AggregationUtils | From | To | |
| Change Parameter Type inputTypes : List<Type> to inputTypes : List<TypeSignature> in method public generateAggregationName(baseName String, outputType TypeSignature, inputTypes List<TypeSignature>) : String in class com.facebook.presto.operator.aggregation.AggregationUtils | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type inputType : Type to inputType : TypeSignature in method public generateAggregationName(baseName String, outputType TypeSignature, inputTypes List<TypeSignature>) : String in class com.facebook.presto.operator.aggregation.AggregationUtils | From | To |