da9b1085e3f87409cfe428a7a1afe72ce7ea4af3
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable httpUrl : StringBuilder to sb : StringBuilder in method private getHttpUrl(host String, port int, uri URI, httpConnection HttpConnection) : String in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseExecuteMethodInterceptor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable scheme : String in method private getHttpUrl(host String, port int, uri URI, httpConnection HttpConnection) : String from class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseExecuteMethodInterceptor | From | To | |
| Extract Method | 6 | ||
| Extract Method private getAttachment(invocation InterceptorScopeInvocation) : Object extracted from public after(target Object, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseRequestAndResponseMethodInterceptor | From | To | |
| Extract Method private getRetryMessage(args Object[]) : String extracted from public after(target Object, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.RetryMethodInterceptor | From | To | |
| Extract Method private getPort(httpConnection HttpConnection) : int extracted from private recordDestination(trace Trace, httpMethod HttpMethod, args Object[]) : void in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseExecuteMethodInterceptor | From | To | |
| Extract Method private getPort(httpConnection HttpConnection) : int extracted from private getHost(httpMethod HttpMethod, args Object[]) : String in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseExecuteMethodInterceptor | From | To | |
| Extract Method private getHttpUrl(host String, port int, uri URI, httpConnection HttpConnection) : String extracted from private recordDestination(trace Trace, httpMethod HttpMethod, args Object[]) : void in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseExecuteMethodInterceptor | From | To | |
| Extract Method private getAttachment(invocation InterceptorScopeInvocation) : Object extracted from public before(target Object, args Object[]) : void in class com.navercorp.pinpoint.plugin.httpclient3.interceptor.HttpMethodBaseRequestAndResponseMethodInterceptor | From | To |