1a46d18dac1777c45dc0148979adb2a2b1243817
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public hashCode() : int from class com.facebook.presto.testing.MaterializedRow.ApproximateDouble to public hashCode() : int from class com.facebook.presto.testing.MaterializedRow.ApproximateNumeric | From | To | |
| Pull Up Method public equals(obj Object) : boolean from class com.facebook.presto.testing.MaterializedRow.ApproximateDouble to public equals(obj Object) : boolean from class com.facebook.presto.testing.MaterializedRow.ApproximateNumeric | From | To | |
| Pull Up Method public toString() : String from class com.facebook.presto.testing.MaterializedRow.ApproximateDouble to public toString() : String from class com.facebook.presto.testing.MaterializedRow.ApproximateNumeric | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Double to Number in method public getValue() : Number in class com.facebook.presto.testing.MaterializedRow.ApproximateDouble | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass com.facebook.presto.testing.MaterializedRow.ApproximateNumeric from classes [com.facebook.presto.testing.MaterializedRow.ApproximateDouble] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute normalizedValue : Double to precision : int in class com.facebook.presto.testing.MaterializedRow.ApproximateDouble | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type normalizedValue : Double to precision : int in class com.facebook.presto.testing.MaterializedRow.ApproximateDouble | From | To |