|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_SuccessfulRequest_ReturnsConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_BigRequestContent_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_BadRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_BadRequest_WithSlowRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_IdleConnection_IsClosed_OnRemoteClose() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_IdleConnection_IsClosed_OnRemoteClose() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_BadRequest_WithSlowRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_FailedRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_FailedRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_BadRequest_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_ConnectionFailure_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public testConnectionForHTTP10ResponseIsRemoved() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_SuccessfulRequest_ReturnsConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type idleConnections : BlockingQueue<Connection> to idleConnections : Queue<Connection> in method public test_BigRequestContent_ResponseWithConnectionCloseHeader_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public test_ConnectionFailure_RemovesConnection() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |
|
Change Variable Type activeConnections : BlockingQueue<Connection> to activeConnections : Queue<Connection> in method public testConnectionForHTTP10ResponseIsRemoved() : void in class org.eclipse.jetty.client.HttpConnectionLifecycleTest |
From |
To |