29d0667371235922c02dae4c7351b0b9168094c7
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Semaphore to NonBlockingSemaphoreLike in method private getFreeConnectionsForHost(partitionKey Object) : NonBlockingSemaphoreLike in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type hostFreeChannels : Semaphore to hostFreeChannels : NonBlockingSemaphore in method public remove(o Object) : boolean in class org.asynchttpclient.netty.channel.ChannelManager.ChannelManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type freeChannelsPerHost : ConcurrentHashMap<Object,Semaphore> to freeChannelsPerHost : ConcurrentHashMap<Object,NonBlockingSemaphore> in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
Change Attribute Type freeChannels : Semaphore to freeChannels : NonBlockingSemaphoreLike in class org.asynchttpclient.netty.channel.ChannelManager | From | To |