0ec7a5cdfa049d235b16c59550e5b2ea2aafbe69
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type remoteAddress : InetSocketAddress to remoteAddress : InetAddress in method public onDnsResolved(remoteAddress InetAddress) : void in class org.asynchttpclient.async.util.EventCollectingHandler | From | To | |
Change Parameter Type remoteAddress : InetSocketAddress to address : InetAddress in method public onDnsResolved(address InetAddress) : void in class org.asynchttpclient.AsyncHandlerExtensions | From | To | |
Extract Variable | 4 | ||
Extract Variable address : InetAddress in method private remoteAddress(request Request, uri Uri, proxy ProxyServer, useProxy boolean) : InetSocketAddress from class org.asynchttpclient.providers.netty3.request.NettyRequestSender | From | To | |
Extract Variable port : int in method private remoteAddress(request Request, uri Uri, proxy ProxyServer, useProxy boolean) : InetSocketAddress from class org.asynchttpclient.providers.netty4.request.NettyRequestSender | From | To | |
Extract Variable port : int in method private remoteAddress(request Request, uri Uri, proxy ProxyServer, useProxy boolean) : InetSocketAddress from class org.asynchttpclient.providers.netty3.request.NettyRequestSender | From | To | |
Extract Variable address : InetAddress in method private remoteAddress(request Request, uri Uri, proxy ProxyServer, useProxy boolean) : InetSocketAddress from class org.asynchttpclient.providers.netty4.request.NettyRequestSender | From | To | |
Rename Parameter | 1 | ||
Rename Parameter remoteAddress : InetSocketAddress to address : InetAddress in method public onDnsResolved(address InetAddress) : void in class org.asynchttpclient.AsyncHandlerExtensions | From | To |