b132580a55812f47cf1aafbbbbfb80602de9ef86
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable length : int to currentLength : int in method public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.ListStreamReader | From | To | |
Rename Variable length : int to currentLength : int in method public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.MapStreamReader | From | To | |
Rename Variable length : int to currentLength : int in method public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.SliceDirectStreamReader | From | To | |
Rename Attribute | 2 | ||
Rename Attribute inDictionary : boolean[] to inDictionaryVector : boolean[] in class com.facebook.presto.orc.reader.LongDictionaryStreamReader | From | To | |
Rename Attribute inDictionary : boolean[] to inDictionaryVector : boolean[] in class com.facebook.presto.orc.reader.SliceDictionaryStreamReader | From | To | |
Extract Variable | 1 | ||
Extract Variable nextLength : int in method public readBlock(type Type) : Block from class com.facebook.presto.orc.reader.SliceDirectStreamReader | From | To | |
Extract Method | 13 | ||
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.LongDictionaryStreamReader | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.DoubleStreamReader | From | To | |
Extract Method public nextIntVector(items int, vector int[], offset int) : void extracted from public nextIntVector(items int, vector int[]) : void in class com.facebook.presto.orc.stream.LongInputStreamV1 | From | To | |
Extract Method public nextIntVector(items int, vector int[], offset int) : void extracted from public nextIntVector(items int, vector int[]) : void in class com.facebook.presto.orc.stream.LongInputStreamV2 | From | To | |
Extract Method public getUnsetBits(batchSize int, vector boolean[], offset int) : int extracted from public getUnsetBits(batchSize int, vector boolean[]) : int in class com.facebook.presto.orc.stream.BooleanInputStream | From | To | |
Extract Method public getSetBits(type Type, batchSize int, builder BlockBuilder, isNull boolean[], offset int) : void extracted from public getSetBits(type Type, batchSize int, builder BlockBuilder, isNull boolean[]) : void in class com.facebook.presto.orc.stream.BooleanInputStream | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.BooleanStreamReader | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.ByteStreamReader | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.LongDirectStreamReader | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.FloatStreamReader | From | To | |
Extract Method public nextIntVector(items int, vector int[], offset int) : void extracted from public nextIntVector(items int, vector int[]) : void in class com.facebook.presto.orc.stream.LongInputStreamDwrf | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.TimestampStreamReader | From | To | |
Extract Method private assureVectorSize() : void extracted from public readBlock(type Type) : Block in class com.facebook.presto.orc.reader.SliceDictionaryStreamReader | From | To |