068c9f7e7a065f0c403bb813422818d17518262b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 62
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public avoidProxy(proxyServer ProxyServer, request Request) : boolean renamed to public ignoreProxy(proxyServer ProxyServer, request Request) : boolean in class org.asynchttpclient.util.ProxyUtils | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type channelId2Creation : ConcurrentHashMapV8<Integer,ChannelCreation> to channelId2Creation : ConcurrentHashMap<Integer,ChannelCreation> in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool | From | To | |
Change Attribute Type partitions : ConcurrentHashMapV8<Object,ConcurrentLinkedQueue<IdleChannel>> to partitions : ConcurrentHashMap<Object,ConcurrentLinkedQueue<IdleChannel>> in class org.asynchttpclient.netty.channel.pool.DefaultChannelPool | From | To |