28862505dc2705d6c753601576b608d63fb7fc23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.yahoo.pulsar.client.api.PulsarClientException.TooManyLookupRequestException renamed to com.yahoo.pulsar.client.api.PulsarClientException.TooManyRequestsException | From | To | |
Extract Variable | 2 | ||
Extract Variable lookupSemaphore : Semaphore in method protected handleLookup(lookup CommandLookupTopic) : void from class com.yahoo.pulsar.broker.service.ServerCnx | From | To | |
Extract Variable lookupSemaphore : Semaphore in method protected handlePartitionMetadataRequest(partitionMetadata CommandPartitionedTopicMetadata) : void from class com.yahoo.pulsar.broker.service.ServerCnx | From | To | |
Extract Method | 1 | ||
Extract Method private createPersistentTopic(topic String, topicFuture CompletableFuture<Topic>) : void extracted from private createPersistentTopic(topic String) : CompletableFuture<Topic> in class com.yahoo.pulsar.broker.service.BrokerService | From | To |