d1a27896176be1eeccf2e1b8f9c5b1ccad66c429
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createReplyHandlerRegistration(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : HandlerRegistration<T> renamed to private createReplyHandler(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in method private OutboundDeliveryContext(ctx ContextInternal, message MessageImpl, options DeliveryOptions, replyHandler ReplyHandler<T>, replierMessage MessageImpl) in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To | |
| Change Parameter Type handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in method private OutboundDeliveryContext(ctx ContextInternal, message MessageImpl, options DeliveryOptions, replyHandler ReplyHandler<T>) in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To | |
| Rename Variable | 3 | ||
| Rename Variable replyHandlerRegistration : HandlerRegistration<T> to handler : ReplyHandler<T> in method private sendOrPubInternal(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Rename Variable replyHandlerRegistration : HandlerRegistration<T> to handler : ReplyHandler<T> in method protected sendReply(replyMessage MessageImpl, replierMessage MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Rename Variable simpleReplyHandler : Handler<Message<T>> to handler : ReplyHandler<T> in method private createReplyHandler(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HandlerRegistration<T> to ReplyHandler<T> in method private createReplyHandler(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private timeoutID : long from class io.vertx.core.eventbus.impl.HandlerRegistration to package timeoutID : long from class io.vertx.core.eventbus.impl.EventBusImpl.ReplyHandler | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type replyHandlerRegistration : HandlerRegistration<T> to handler : ReplyHandler<T> in method private sendOrPubInternal(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Change Variable Type replyHandlerRegistration : HandlerRegistration<T> to handler : ReplyHandler<T> in method protected sendReply(replyMessage MessageImpl, replierMessage MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Change Variable Type simpleReplyHandler : Handler<Message<T>> to handler : ReplyHandler<T> in method private createReplyHandler(message MessageImpl, options DeliveryOptions, replyHandler Handler<AsyncResult<Message<T>>>) : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in method private OutboundDeliveryContext(ctx ContextInternal, message MessageImpl, options DeliveryOptions, replyHandler ReplyHandler<T>, replierMessage MessageImpl) in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To | |
| Rename Parameter handlerRegistration : HandlerRegistration<T> to replyHandler : ReplyHandler<T> in method private OutboundDeliveryContext(ctx ContextInternal, message MessageImpl, options DeliveryOptions, replyHandler ReplyHandler<T>) in class io.vertx.core.eventbus.impl.EventBusImpl.OutboundDeliveryContext | From | To |