c70aa88c9ce88976d1deb484e09087cae31560c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private handleMessage(theHandler Handler<Message<T>>, message Message<T>) : void extracted from public handle(event Message<T>) : void in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter event : Message<T> to message : Message<T> in method public handle(message Message<T>) : void in class io.vertx.core.eventbus.impl.EventBusImpl.HandlerRegistration | From | To |