16ef94c3efbc7b161d5c2792bcc06b5c43adfe24
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable newAddress : boolean to result : LocalRegistrationResult in method protected addRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : HandlerHolder<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Rename Variable unregisterMetric : boolean to unregistered : boolean in method public setRemoved() : boolean in class io.vertx.core.eventbus.impl.HandlerHolder | From | To | |
Change Return Type | 3 | ||
Change Return Type void to boolean in method public setRemoved() : boolean in class io.vertx.core.eventbus.impl.HandlerHolder | From | To | |
Change Return Type boolean to LocalRegistrationResult in method private addLocalRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : LocalRegistrationResult in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Change Return Type void to HandlerHolder<T> in method protected addRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : HandlerHolder<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type newAddress : boolean to result : LocalRegistrationResult in method protected addRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : HandlerHolder<T> in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Change Variable Type holder : HandlerHolder to holder : HandlerHolder<T> in method private addLocalRegistration(address String, registration HandlerRegistration<T>, replyHandler boolean, localOnly boolean) : LocalRegistrationResult in class io.vertx.core.eventbus.impl.EventBusImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type registered : boolean to registered : HandlerHolder<T> in class io.vertx.core.eventbus.impl.HandlerRegistration | From | To |