f6be906caf8bbf5ca951f82092fe9e7b3410559b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private timedPoll(connections Queue<Connection>, time long, unit TimeUnit) : Connection renamed to private await(supplier Supplier<Connection>, time long, unit TimeUnit) : Connection in class org.eclipse.jetty.client.http.HttpDestinationOverHTTPTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type connections : Queue<Connection> to supplier : Supplier<Connection> in method private await(supplier Supplier<Connection>, time long, unit TimeUnit) : Connection in class org.eclipse.jetty.client.http.HttpDestinationOverHTTPTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type connection1 : HttpConnectionOverHTTP to connection1 : Connection in method public test_Acquire_Process_Release_Acquire_ReturnsSameConnection() : void in class org.eclipse.jetty.client.http.HttpDestinationOverHTTPTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter connections : Queue<Connection> to supplier : Supplier<Connection> in method private await(supplier Supplier<Connection>, time long, unit TimeUnit) : Connection in class org.eclipse.jetty.client.http.HttpDestinationOverHTTPTest | From | To |