27161cc4f2ebb9bbc5435311fa31b4a574176881
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type int to ChannelId in method private channelId(channel Channel) : ChannelId in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute maxConnectionTtlEnabled : boolean to connectionTtlEnabled : boolean in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
| Rename Attribute maxConnectionTtl : int to connectionTtl : int in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type channelId2Creation : ConcurrentHashMap<Integer,ChannelCreation> to channelId2Creation : ConcurrentHashMap<ChannelId,ChannelCreation> in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter maxConnectionTtl : int to connectionTtl : int in method public DefaultChannelPool(maxIdleTime int, connectionTtl int, nettyTimer Timer) in class org.asynchttpclient.netty.channel.DefaultChannelPool | From | To |