7c7c49f06b5783482e973d41f1eb3ec97d617eab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private failure() : IOException renamed to private toIOException(failure Throwable) : IOException in class org.eclipse.jetty.client.util.InputStreamResponseListener.Input | From | To | |
Rename Variable | 4 | ||
Rename Variable waitedLatch : CountDownLatch to contentLatch : CountDownLatch in method public testInputStreamResponseListenerFailedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Rename Variable waitedLatch : CountDownLatch to contentLatch : CountDownLatch in method public testInputStreamResponseListenerClosedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Rename Variable waitLatch : CountDownLatch to failedLatch : CountDownLatch in method public testInputStreamResponseListenerFailedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Rename Variable waitLatch : CountDownLatch to failedLatch : CountDownLatch in method public testInputStreamResponseListenerClosedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Inline Method | 2 | ||
Inline Method private fail(failure Throwable) : void inlined to public onFailure(response Response, failure Throwable) : void in class org.eclipse.jetty.client.util.InputStreamResponseListener | From | To | |
Inline Method private fail(failure Throwable) : void inlined to public onComplete(result Result) : void in class org.eclipse.jetty.client.util.InputStreamResponseListener | From | To | |
Change Variable Type | 2 | ||
Change Variable Type baseRequest : org.eclipse.jetty.server.Request to baseRequest : Request in method public testInputStreamResponseListenerFailedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Change Variable Type baseRequest : org.eclipse.jetty.server.Request to baseRequest : Request in method public testInputStreamResponseListenerClosedWhileWaiting() : void in class org.eclipse.jetty.client.HttpClientStreamTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type EOF : byte[] to EOF : DeferredContentProvider.Chunk in class org.eclipse.jetty.client.util.InputStreamResponseListener | From | To |