021b26ac5df8d43131c1dabacaf43363dd734cb5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable newHashSize : int to newCapacity : int in method private rehash() : void in class com.facebook.presto.operator.aggregation.TypedSet | From | To | |
Rename Variable newSize : int to newCapacity : int in method private rehash() : void in class com.facebook.presto.operator.aggregation.TypedHistogram | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute hashSize : int to hashCapacity : int in method public TypedHistogram(type Type, expectedSize int) in class com.facebook.presto.operator.aggregation.TypedHistogram | From | To | |
Replace Variable With Attribute hashSize : int to hashCapacity : int in method public TypedSet(elementType Type, expectedSize int) in class com.facebook.presto.operator.aggregation.TypedSet | From | To |