b937e27ee0bcb3e9eedf3d28e5678d1390febb8f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public opShortShortShortNullable(a long, aNull boolean, b long, bNull boolean, getResultMethodHandle MethodHandle) : boolean renamed to public distinctShortShort(left long, leftNull boolean, right long, rightNull boolean) : boolean in class com.facebook.presto.type.DecimalInequalityOperators | From | To | |
Rename Parameter | 2 | ||
Rename Parameter aNull : boolean to leftNull : boolean in method public distinctShortShort(left long, leftNull boolean, right long, rightNull boolean) : boolean in class com.facebook.presto.type.DecimalInequalityOperators | From | To | |
Rename Parameter bNull : boolean to rightNull : boolean in method public distinctShortShort(left long, leftNull boolean, right long, rightNull boolean) : boolean in class com.facebook.presto.type.DecimalInequalityOperators | From | To |