c2977bef98a2189f0aef70a97c76240bfa24a191
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type threadNamePrefix : String to threadFactory : ThreadFactory in method public ExecutorProvider(numThreads int, threadFactory ThreadFactory) in class org.apache.pulsar.client.util.ExecutorProvider | From | To | |
Extract Method | 1 | ||
Extract Method private getThreadFactory(poolName String) : ThreadFactory extracted from private getEventLoopGroup(conf ClientConfigurationData) : EventLoopGroup in class org.apache.pulsar.client.impl.PulsarClientImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter threadNamePrefix : String to threadFactory : ThreadFactory in method public ExecutorProvider(numThreads int, threadFactory ThreadFactory) in class org.apache.pulsar.client.util.ExecutorProvider | From | To |