5862644e069a01f91406dac757c4c2468f6ecb73
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable nextConsumer : Consumer to consumer : Consumer in method private getConsumerFromHigherPriority(targetPriority int) : int in class com.yahoo.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Rename Variable i : int to availableConsumerIndex : int in method private getNextConsumer() : Consumer in class com.yahoo.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Rename Variable resultingAvailableConsumerIndex : int to higherPriorityConsumerIndex : int in method private getNextConsumer() : Consumer in class com.yahoo.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Extract Method | 1 | ||
Extract Method private getConsumerFromHigherPriority(targetPriority int) : int extracted from public getNextConsumer() : Consumer in class com.yahoo.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To |