14c0d03ce0ea0f704946ea792ce310868ad64f34
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method public size() : int inlined to private EndpointIterator(endpoints List<Endpoint>) in class com.spotify.helios.client.EndpointIterator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type EndpointIterator to Iterator<Endpoint> in method package of(endpoints List<Endpoint>) : Iterator<Endpoint> in class com.spotify.helios.client.EndpointIterator | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type iterator : EndpointIterator to iterator : Iterator<Endpoint> in method public testEmptyIterator() : void in class com.spotify.helios.client.EndpointIteratorTest | From | To | |
| Change Variable Type iterator : EndpointIterator to iterator : Iterator<Endpoint> in method public test() : void in class com.spotify.helios.client.EndpointIteratorTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type endpointIterator : EndpointIterator to endpointIterator : Iterator<Endpoint> in class com.spotify.helios.client.DefaultRequestDispatcher | From | To |