a868456e399a4802f1c3c9275c138d404a8f2177
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method public addLongLongLong(a Slice, b Slice) : Slice from class com.facebook.presto.type.DecimalOperators.Add to private internalAddLongLongLong(aBigInteger BigInteger, bBigInteger BigInteger, aRescale BigInteger, bRescale BigInteger) : Slice from class com.facebook.presto.type.DecimalOperators | From | To | |
| Move And Rename Method public subtractLongLongLong(a Slice, b Slice) : Slice from class com.facebook.presto.type.DecimalOperators.Subtract to private internalSubtractLongLongLong(aBigInteger BigInteger, bBigInteger BigInteger, aRescale BigInteger, bRescale BigInteger) : Slice from class com.facebook.presto.type.DecimalOperators | From | To |