38dcc1f2ddbd3cc818024e884998ed7b35774109
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getIps() : List<InetAddress> renamed to public getIp() : InetAddress in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To | |
Rename Method public getIps() : List<InetAddress> renamed to public getIp() : InetAddress in class com.spotify.helios.client.Endpoint | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public hasNextIp() : boolean moved from class com.spotify.helios.client.EndpointIterator to class com.spotify.helios.client.EndpointIteratorTest & inlined to public test() : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ips : List<InetAddress> to ip : InetAddress in method package DefaultEndpoint(uri URI, ip InetAddress) in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To | |
Rename Variable | 1 | ||
Rename Variable realUri : URI to ipUri : URI in method private connect(uri URI, method String, entity byte[], headers Map<String,List<String>>) : HttpURLConnection in class com.spotify.helios.client.DefaultRequestDispatcher | From | To | |
Change Return Type | 2 | ||
Change Return Type List<InetAddress> to InetAddress in method public getIp() : InetAddress in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To | |
Change Return Type List<InetAddress> to InetAddress in method public getIp() : InetAddress in class com.spotify.helios.client.Endpoint | From | To | |
Rename Attribute | 4 | ||
Rename Attribute resolver : DnsResolver to RESOLVER : DnsResolver in class com.spotify.helios.client.EndpointIteratorTest | From | To | |
Rename Attribute ipCursor : int to cursor : int in class com.spotify.helios.client.EndpointIterator | From | To | |
Rename Attribute numEndpoints : int to size : int in class com.spotify.helios.client.EndpointIterator | From | To | |
Rename Attribute ips : List<InetAddress> to ip : InetAddress in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ips : List<InetAddress> to ip : InetAddress in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ips : List<InetAddress> to ip : InetAddress in method package DefaultEndpoint(uri URI, ip InetAddress) in class com.spotify.helios.client.Endpoints.DefaultEndpoint | From | To |