91ebeba2211d39c2415f013dd328b3e4ce3d9d36
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method private expiredChannels(partition ConcurrentLinkedDeque<IdleChannel>, now long) : List<IdleChannel> in class org.asynchttpclient.netty.channel.DefaultChannelPool.IdleChannelDetector | From | To | |
Change Parameter Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method private flushPartition(partitionKey Object, partition ConcurrentLinkedDeque<IdleChannel>) : void in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Parameter Type maxIdleTime : long to maxIdleTime : int in method public DefaultChannelPool(maxIdleTime int, maxConnectionTtl int, nettyTimer Timer) in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Rename Attribute | 1 | ||
Rename Attribute maxIdleTimeDisabled : boolean to maxIdleTimeEnabled : boolean in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Variable Type | 5 | ||
Change Variable Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method public poll(partitionKey Object) : Channel in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Variable Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method public destroy() : void in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Variable Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method private offer0(channel Channel, partitionKey Object, now long) : boolean in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Variable Type partitionsEntry : Map.Entry<Object,ConcurrentLinkedQueue<IdleChannel>> to partitionsEntry : Map.Entry<Object,ConcurrentLinkedDeque<IdleChannel>> in method public flushPartitions(selector ChannelPoolPartitionSelector) : void in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Variable Type partition : ConcurrentLinkedQueue<IdleChannel> to partition : ConcurrentLinkedDeque<IdleChannel> in method public run(timeout Timeout) : void in class org.asynchttpclient.netty.channel.DefaultChannelPool.IdleChannelDetector | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type partitions : ConcurrentHashMap<Object,ConcurrentLinkedQueue<IdleChannel>> to partitions : ConcurrentHashMap<Object,ConcurrentLinkedDeque<IdleChannel>> in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
Change Attribute Type maxIdleTime : long to maxIdleTime : int in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To |