e301ec3338d1f63d0185d35cc4e997a664b57c7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type response : ContainerResponse to event : RequestEvent in method public methodFromResponse(event RequestEvent) : String in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To | |
Change Parameter Type response : ContainerResponse to event : RequestEvent in method public statusCode(event RequestEvent) : Integer in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To | |
Change Parameter Type response : ContainerResponse to event : RequestEvent in method public route(event RequestEvent) : String in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To | |
Extract Variable | 7 | ||
Extract Variable filterRegistration : Dynamic in method public init(handler ServletContextHandler) : void from class brave.jersey.server.ITSpanCustomizingApplicationEventListener | From | To | |
Extract Variable filterRegistration : Dynamic in method public init(handler ServletContextHandler) : void from class brave.spring.webmvc.ITSpanCustomizingAsyncHandlerInterceptor | From | To | |
Extract Variable request2 : Response in method private routeBasedRequestNameIncludesPathPrefix(prefix String) : void from class brave.test.http.ITHttpServer | From | To | |
Extract Variable request1 : Response in method private routeBasedRequestNameIncludesPathPrefix(prefix String) : void from class brave.test.http.ITHttpServer | From | To | |
Extract Variable servletHolder : ServletHolder in method public init(handler ServletContextHandler) : void from class brave.spring.webmvc.ITSpanCustomizingAsyncHandlerInterceptor | From | To | |
Extract Variable thread : Thread in method public disconnectAsync(response AsyncResponse) : void from class brave.jersey.server.TestResource | From | To | |
Extract Variable servlet : ServletHolder in method public init(handler ServletContextHandler) : void from class brave.jersey.server.ITTracingApplicationEventListener | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type interceptor : HandlerInterceptor to interceptor : SpanCustomizingHandlerInterceptor in class brave.spring.webmvc.SpanCustomizingHandlerInterceptorTest | From | To | |
Change Attribute Type serverHandler : HttpServerHandler<ContainerRequest,ContainerResponse> to serverHandler : HttpServerHandler<ContainerRequest,RequestEvent> in class brave.jersey.server.TracingApplicationEventListener | From | To | |
Rename Parameter | 3 | ||
Rename Parameter response : ContainerResponse to event : RequestEvent in method public statusCode(event RequestEvent) : Integer in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To | |
Rename Parameter response : ContainerResponse to event : RequestEvent in method public route(event RequestEvent) : String in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To | |
Rename Parameter response : ContainerResponse to event : RequestEvent in method public methodFromResponse(event RequestEvent) : String in class brave.jersey.server.TracingApplicationEventListener.Adapter | From | To |