21bf3ee30d638890f62daf1b0b9a2822aa2689a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public testRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, readStackValues Iterable<?>, parameterType Type) : void inlined to public testRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, type Type) : void in class com.facebook.presto.orc.OrcTester | From | To | |
Change Return Type | 3 | ||
Change Return Type Object to Map<Object,Object> in method private toHiveMap(input Object, nullKeyValue Object) : Map<Object,Object> in class com.facebook.presto.orc.OrcTester | From | To | |
Change Return Type Object to List<Object> in method private toHiveList(input Object) : List<Object> in class com.facebook.presto.orc.OrcTester | From | To | |
Change Return Type Object to List<Object> in method private toHiveStruct(input Object) : List<Object> in class com.facebook.presto.orc.OrcTester | From | To | |
Extract Variable | 1 | ||
Extract Variable actual : Object in method private assertFileContents(objectInspector ObjectInspector, tempFile TempFile, expectedValues Iterable<?>, skipFirstBatch boolean, skipStripe boolean, metadataReader MetadataReader, type Type) : void from class com.facebook.presto.orc.OrcTester | From | To | |
Rename Parameter | 6 | ||
Rename Parameter transform : Function<W,R> to readTransform : Function<W,R> in method public testRoundTrip(columnObjectInspector PrimitiveObjectInspector, writeValues Iterable<W>, readTransform Function<W,R>, parameterType Type) : void in class com.facebook.presto.orc.OrcTester | From | To | |
Rename Parameter parameterType : Type to elementType : Type in method private testMapRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, elementType Type) : void in class com.facebook.presto.orc.OrcTester | From | To | |
Rename Parameter parameterType : Type to type : Type in method public testRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, type Type) : void in class com.facebook.presto.orc.OrcTester | From | To | |
Rename Parameter parameterType : Type to elementType : Type in method private testListRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, elementType Type) : void in class com.facebook.presto.orc.OrcTester | From | To | |
Rename Parameter parameterType : Type to elementType : Type in method private testStructRoundTrip(objectInspector ObjectInspector, writeValues Iterable<?>, readValues Iterable<?>, elementType Type) : void in class com.facebook.presto.orc.OrcTester | From | To |