3529482ace53563ed5e92ed3f8798aaa4a08dffe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public createPublisher(bytes byte[], chunkSize int) : Publisher<ByteBuffer> from class org.asynchttpclient.test.TestUtils to public createPublisher(bytes byte[], chunkSize int) : Publisher<ByteBuffer> from class org.asynchttpclient.reactivestreams.ReactiveStreamsTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable param : String to headerName : String in method public handle(pathInContext String, request Request, httpRequest HttpServletRequest, httpResponse HttpServletResponse) : void in class org.asynchttpclient.test.EchoHandler | From | To | |
| Move Class | 1 | ||
| Move Class org.asynchttpclient.test.TestUtils.ByteBufferIterable moved to org.asynchttpclient.reactivestreams.ReactiveStreamsTest.ByteBufferIterable | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type e : Enumeration<?> to e : Enumeration<String> in method public handle(pathInContext String, request Request, httpRequest HttpServletRequest, httpResponse HttpServletResponse) : void in class org.asynchttpclient.test.EchoHandler | From | To | |
| Change Variable Type i : Enumeration<?> to i : Enumeration<String> in method public handle(pathInContext String, request Request, httpRequest HttpServletRequest, httpResponse HttpServletResponse) : void in class org.asynchttpclient.test.EchoHandler | From | To | |
| Extract Variable | 2 | ||
| Extract Variable body : String in method public handle(pathInContext String, request Request, httpRequest HttpServletRequest, httpResponse HttpServletResponse) : void from class org.asynchttpclient.test.EchoHandler | From | To | |
| Extract Variable responseBody : byte[] in method public testConnectionDoesNotGetClosed() : void from class org.asynchttpclient.reactivestreams.ReactiveStreamsTest | From | To |