b3c33ff0146d4de96bea251cb3659358155566d8
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private routeRequestsMatchPrefix(prefix String) : void renamed to private routeBasedRequestNameIncludesPathPrefix(prefix String) : void in class brave.http.ITHttpServer | From | To | |
| Rename Method package maybeGet(request Request) : Response renamed to package call(request Request) : Response in class brave.http.ITHttpServer | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in method package Adapter(currentRoute ThreadLocal<Route>) in class brave.vertx.web.TracingRoutingContextHandler.Adapter | From | To | |
| Change Parameter Type template : String to template : Object in method package DecoratedHttpServletResponse(response HttpServletResponse, method String, template Object) in class brave.spring.webmvc.TracingHandlerInterceptor.DecoratedHttpServletResponse | From | To | |
| Rename Variable | 3 | ||
| Rename Variable routes : Set<String> to routeBasedNames : Set<String> in method private routeBasedRequestNameIncludesPathPrefix(prefix String) : void in class brave.http.ITHttpServer | From | To | |
| Rename Variable uri : String to path : String in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class brave.netty.http.TestHandler | From | To | |
| Rename Variable template : String to route : Route in method public handle(aVoid Void) : void in class brave.vertx.web.TracingRoutingContextHandler.TracingHandler | From | To | |
| Rename Class | 1 | ||
| Rename Class brave.spring.webmvc.TracingHandlerInterceptor.HttpServletResponseWithTemplate renamed to brave.spring.webmvc.TracingHandlerInterceptor.DecoratedHttpServletResponse | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in class brave.vertx.web.TracingRoutingContextHandler | From | To | |
| Rename Attribute nameIsRoutePlusUrl : HttpServerParser to addHttpUrlTag : HttpServerParser in class brave.http.ITHttpServer | From | To | |
| Rename Attribute currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in class brave.vertx.web.TracingRoutingContextHandler.Adapter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type template : String to route : Route in method public handle(aVoid Void) : void in class brave.vertx.web.TracingRoutingContextHandler.TracingHandler | From | To | |
| Extract Variable | 2 | ||
| Extract Variable servlet : DispatcherServlet in method public init(handler ServletContextHandler) : void from class brave.spring.webmvc.ITTracingAsyncHandlerInterceptor | From | To | |
| Extract Variable servlet : DispatcherServlet in method public init(handler ServletContextHandler) : void from class brave.spring.webmvc.ITTracingHandlerInterceptor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in class brave.vertx.web.TracingRoutingContextHandler | From | To | |
| Change Attribute Type currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in class brave.vertx.web.TracingRoutingContextHandler.Adapter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter currentTemplate : ThreadLocal<String> to currentRoute : ThreadLocal<Route> in method package Adapter(currentRoute ThreadLocal<Route>) in class brave.vertx.web.TracingRoutingContextHandler.Adapter | From | To |