40bd33ec67101f559f26c0e0037c62e390b2e7ef
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public handleReceive_doesntErrorOnRedirect() : void renamed to public handleReceive_nothingOnNoop_success() : void in class brave.http.HttpClientHandlerTest | From | To | |
Rename Method public handleSend_doesntErrorOnRedirect() : void renamed to public handleSend_nothingOnNoop_success() : void in class brave.http.HttpServerHandlerTest | From | To | |
Pull Up Method | 4 | ||
Pull Up Method public responseTags(adapter HttpAdapter<?,Resp>, res Resp, span Span) : void from class brave.http.HttpClientParser to public responseTags(adapter HttpAdapter<?,Resp>, res Resp, error Throwable, span Span) : void from class brave.http.HttpParser | From | To | |
Pull Up Method public responseTags(adapter HttpAdapter<?,Resp>, res Resp, span Span) : void from class brave.http.HttpServerParser to public responseTags(adapter HttpAdapter<?,Resp>, res Resp, error Throwable, span Span) : void from class brave.http.HttpParser | From | To | |
Pull Up Method public spanName(adapter HttpAdapter<Req,?>, req Req) : String from class brave.http.HttpServerParser to public spanName(adapter HttpAdapter<Req,?>, req Req) : String from class brave.http.HttpParser | From | To | |
Pull Up Method public spanName(adapter HttpAdapter<Req,?>, req Req) : String from class brave.http.HttpClientParser to public spanName(adapter HttpAdapter<Req,?>, req Req) : String from class brave.http.HttpParser | From | To | |
Move And Rename Method | 4 | ||
Move And Rename Method public handleReceive_tagsErrorOnResponseCode() : void from class brave.http.HttpClientHandlerTest to public responseTags_tagsErrorOnResponseCode() : void from class brave.http.HttpParserTest | From | To | |
Move And Rename Method public handleSend_tagsErrorPrefersExceptionVsResponseCode() : void from class brave.http.HttpServerHandlerTest to public responseTags_tagsErrorPrefersExceptionVsResponseCode() : void from class brave.http.HttpParserTest | From | To | |
Move And Rename Method public handleReceive_tagsErrorPrefersExceptionVsResponseCode() : void from class brave.http.HttpClientHandlerTest to public responseTags_tagsErrorPrefersExceptionVsResponseCode() : void from class brave.http.HttpParserTest | From | To | |
Move And Rename Method public handleSend_tagsErrorOnResponseCode() : void from class brave.http.HttpServerHandlerTest to public responseTags_tagsErrorOnResponseCode() : void from class brave.http.HttpParserTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type response : Resp to httpStatus : Integer in method protected parseError(httpStatus Integer, error Throwable) : String in class brave.http.HttpParser | From | To | |
Move Method | 1 | ||
Move Method package parseError(response Resp, error Throwable) : String from class brave.http.HttpAdapter to protected parseError(httpStatus Integer, error Throwable) : String from class brave.http.HttpParser | From | To | |
Extract Superclass | 1 | ||
Extract Superclass brave.http.HttpParser from classes [brave.http.HttpClientParser, brave.http.HttpServerParser] | From | To | |
Rename Parameter | 1 | ||
Rename Parameter response : Resp to httpStatus : Integer in method protected parseError(httpStatus Integer, error Throwable) : String in class brave.http.HttpParser | From | To |