90825152889f81ec65f229a9f302a119f6e6428a
Files Diff
- Added: 121
- Removed: 0
- Renamed: 0
- Modified: 46
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable stage : Publisher<?> to publisher : Publisher<?> in method public subscribe(rtn Object) : void in class org.jboss.resteasy.core.AsyncResponseConsumer.AsyncStreamResponseConsumer | From | To | |
Rename Variable data : String to single : Single<Response> in method public testSingle() : void in class org.jboss.resteasy.rxjava.RxTest | From | To | |
Rename Variable asyncStreamResponseConsumer : AsyncResponseConsumer to asyncResponseConsumer : AsyncResponseConsumer in method protected invokeOnTargetAfterFilter(request HttpRequest, response HttpResponse, target Object) : BuiltResponse in class org.jboss.resteasy.core.ResourceMethodInvoker | From | To | |
Rename Variable data : String to single : Single<Response> in method public testSingle() : void in class org.jboss.resteasy.rxjava2.RxTest | From | To | |
Rename Variable request : Invocation.Builder to invoker : FlowableRxInvoker in method public testChunked() : void in class org.jboss.resteasy.test.response.PublisherResponseTest | From | To | |
Rename Class | 2 | ||
Rename Class org.jboss.resteasy.core.AsyncResponseConsumer.AsyncStreamingResponseConsumer renamed to org.jboss.resteasy.core.AsyncResponseConsumer.AsyncRawStreamingResponseConsumer | From | To | |
Rename Class org.jboss.resteasy.core.AsyncResponseConsumer.AsyncStreamSseResponseConsumer renamed to org.jboss.resteasy.core.AsyncResponseConsumer.AsyncGeneralStreamingSseResponseConsumer | From | To | |
Change Variable Type | 5 | ||
Change Variable Type data : String to single : Single<Response> in method public testSingle() : void in class org.jboss.resteasy.rxjava.RxTest | From | To | |
Change Variable Type request : Invocation.Builder to request : Builder in method public testTextErrorImmediate() : void in class org.jboss.resteasy.test.response.PublisherResponseTest | From | To | |
Change Variable Type data : String to single : Single<Response> in method public testSingle() : void in class org.jboss.resteasy.rxjava2.RxTest | From | To | |
Change Variable Type request : Invocation.Builder to invoker : FlowableRxInvoker in method public testChunked() : void in class org.jboss.resteasy.test.response.PublisherResponseTest | From | To | |
Change Variable Type request : Invocation.Builder to request : Builder in method public testText() : void in class org.jboss.resteasy.test.response.PublisherResponseTest | From | To | |
Extract Variable | 3 | ||
Extract Variable mt : MediaType in method public testGetSseEvent() : void from class org.jboss.resteasy.test.providers.sse.SseTest | From | To | |
Extract Variable mt : MediaType in method public testSseEventWithFilter() : void from class org.jboss.resteasy.test.providers.sse.SseCORSFilterTest | From | To | |
Extract Variable mediaType : MediaType in method protected writeEvent(event OutboundSseEvent) : void from class org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable entity : String in method public testTextErrorImmediate() : void from class org.jboss.resteasy.test.response.PublisherResponseTest | From | To | |
Extract Method | 4 | ||
Extract Method protected invokeSync(args Object[]) : Object extracted from public invoke(args Object[]) : Object in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker | From | To | |
Extract Method public getResponseMediaType(jaxrsResponse BuiltResponse, request HttpRequest, response HttpResponse, providerFactory ResteasyProviderFactory, method ResourceMethodInvoker) : MediaType extracted from public setResponseMediaType(jaxrsResponse BuiltResponse, request HttpRequest, response HttpResponse, providerFactory ResteasyProviderFactory, method ResourceMethodInvoker) : void in class org.jboss.resteasy.core.ServerResponseWriter | From | To | |
Extract Method protected getDefaultContentType(request HttpRequest, jaxrsResponse BuiltResponse, providerFactory ResteasyProviderFactory, method ResourceMethodInvoker) : MediaType extracted from protected setDefaultContentType(request HttpRequest, jaxrsResponse BuiltResponse, providerFactory ResteasyProviderFactory, method ResourceMethodInvoker) : void in class org.jboss.resteasy.core.ServerResponseWriter | From | To | |
Extract Method public open(lastEventId String, verb String, entity Entity<?>, mediaTypes MediaType...) : void extracted from public open(lastEventId String) : void in class org.jboss.resteasy.plugins.providers.sse.client.SseEventSourceImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter observable : Single<T> to single : Single<T> in method public SingleAdaptor(single Single<T>) in class org.jboss.resteasy.rxjava2.SingleProvider.SingleAdaptor | From | To | |
Rename Parameter observable : Single<T> to single : Single<T> in method public SingleAdaptor(single Single<T>) in class org.jboss.resteasy.rxjava.SingleProvider.SingleAdaptor | From | To |