7c915bcba27d958febe18be658dab39e8fd1f063
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private loop() : void renamed to public test() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest | From | To | |
Inline Method | 2 | ||
Inline Method private startProxy(initParams Map<String,String>) : void inlined to private startProxy() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest | From | To | |
Inline Method private prepareClient() : HttpClient inlined to private startClient() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest | From | To | |
Rename Variable | 2 | ||
Rename Variable atomicOk : AtomicBoolean to success : AtomicBoolean in method public test() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest | From | To | |
Rename Variable e : InterruptedException|TimeoutException|ExecutionException to x : Throwable in method public run() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest.ClientLoop | From | To | |
Change Return Type | 1 | ||
Change Return Type RuntimeException to void in method private illegalSenderState(current SenderState) : void in class org.eclipse.jetty.client.HttpSender | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.proxy.Async502Loop renamed to org.eclipse.jetty.proxy.AsyncProxyServletLoadTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : InterruptedException|TimeoutException|ExecutionException to x : Throwable in method public run() : void in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest.ClientLoop | From | To | |
Extract Variable | 1 | ||
Extract Variable exchange : HttpExchange in method public succeeded() : void from class org.eclipse.jetty.client.HttpSender.ContentCallback | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type chunks : Queue<Chunk> to chunks : ArrayQueue<Chunk> in class org.eclipse.jetty.client.util.DeferredContentProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter atomicOk : AtomicBoolean to success : AtomicBoolean in method public ClientLoop(activeClientLatch CountDownLatch, success AtomicBoolean, client HttpClient, serverHost String, serverPort int, iterations int) in class org.eclipse.jetty.proxy.AsyncProxyServletLoadTest.ClientLoop | From | To |