79abf22fd7981229eb88d14d28db15049d621436
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method public accept(columnHandle DecoderColumnHandle) : boolean moved from class com.facebook.presto.kafka.KafkaInternalFieldDescription.BooleanKafkaFieldValueProvider to class com.facebook.presto.kafka.KafkaRecordSet.KafkaRecordCursor & inlined to private nextRow(messageAndOffset MessageAndOffset) : boolean | From | To | |
Move And Inline Method public accept(columnHandle DecoderColumnHandle) : boolean moved from class com.facebook.presto.kafka.KafkaInternalFieldDescription.BooleanKafkaFieldValueProvider to class com.facebook.presto.redis.RedisRecordCursor & inlined to private nextRow(keyString String) : boolean | From | To | |
Rename Variable | 2 | ||
Rename Variable fieldValueProvider : FieldValueProvider to columnHandle : DecoderColumnHandle in method private nextRow(messageAndOffset MessageAndOffset) : boolean in class com.facebook.presto.kafka.KafkaRecordSet.KafkaRecordCursor | From | To | |
Rename Variable fieldValueProvider : FieldValueProvider to columnHandle : DecoderColumnHandle in method private nextRow(keyString String) : boolean in class com.facebook.presto.redis.RedisRecordCursor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fieldValueProviders : FieldValueProvider[] to currentRowValues : FieldValueProvider[] in class com.facebook.presto.kafka.KafkaRecordSet.KafkaRecordCursor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type fieldValueProvider : FieldValueProvider to columnHandle : DecoderColumnHandle in method private nextRow(keyString String) : boolean in class com.facebook.presto.redis.RedisRecordCursor | From | To | |
Change Variable Type fieldValueProvider : FieldValueProvider to columnHandle : DecoderColumnHandle in method private nextRow(messageAndOffset MessageAndOffset) : boolean in class com.facebook.presto.kafka.KafkaRecordSet.KafkaRecordCursor | From | To |