84d00ac5ef09167b88aa3e27346d208065373039
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type abortedFn : Function<U,T> to abortedFn : Function<T,Q> in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Parameter Type exceptionFn : Function<Exception,T> to exceptionFn : Function<Exception,Q> in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Parameter Type asyncHttpEngineSubmitFn : Function<AsyncClientHttpEngine.ResultExtractor<U>,T> to asyncHttpEngineSubmitFn : Function<ResultExtractor<T>,Q> in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Parameter Type extractor : AsyncClientHttpEngine.ResultExtractor<U> to extractor : ResultExtractor<T> in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Return Type | 2 | ||
Change Return Type T to CompletableFuture<T> in method private doSubmit(extractor ResultExtractor<T>) : CompletableFuture<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Return Type T to Q in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : U to result : T in method private asyncSubmit(asyncHttpEngineSubmitFn Function<ResultExtractor<T>,Q>, extractor ResultExtractor<T>, abortedFn Function<T,Q>, exceptionFn Function<Exception,Q>) : Q in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Inline Variable | 1 | ||
Inline Variable httpEngine : ClientHttpEngine in method private doSubmit(asyncSubmitFn Function<AsyncClientHttpEngine,T>, executorSubmitFn Function<ExecutorService,T>) : T from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method | 6 | ||
Extract Method private getCompletableFutureExtractorFunction(buffered boolean) : Function<ResultExtractor<T>,CompletableFuture<T>> extracted from private doSubmit(asyncSubmitFn Function<AsyncClientHttpEngine,T>, executorSubmitFn Function<ExecutorService,T>) : T in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method private getGenericTypeExtractor(responseType GenericType<T>) : ResultExtractor<T> extracted from public submit(responseType GenericType<T>) : Future<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method private getResponseTypeExtractor(responseType Class<T>) : ResultExtractor<T> extracted from public submitCF(responseType Class<T>) : CompletableFuture<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method private getGenericTypeExtractor(responseType GenericType<T>) : ResultExtractor<T> extracted from public submitCF(responseType GenericType<T>) : CompletableFuture<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method private getGenericTypeExtractor(responseType GenericType<T>) : ResultExtractor<T> extracted from public submit(callback InvocationCallback<T>) : Future<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To | |
Extract Method private getResponseTypeExtractor(responseType Class<T>) : ResultExtractor<T> extracted from public submit(responseType Class<T>) : Future<T> in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation | From | To |