2ebdcac56e2afe97a13c1a03030a0f37d10cf684
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type copied : Message<T> to copied : MessageImpl in method private deliverToHandler(msg MessageImpl, holder HandlerHolder<T>) : void in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Extract Method | 2 | ||
Extract Method public addInterceptor(interceptor Interceptor) : EventBus extracted from public addInterceptor(interceptor Handler<SendContext>) : EventBus in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Extract Method public removeInterceptor(interceptor Interceptor) : EventBus extracted from public removeInterceptor(interceptor Handler<SendContext>) : EventBus in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type iter : Iterator<Handler<SendContext>> to iter : Iterator<Interceptor> in class io.vertx.core.eventbus.impl.EventBusImpl.SendContextImpl | From | To | |
Change Attribute Type interceptors : List<Handler<SendContext>> to interceptors : List<Interceptor> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To |