6484a007bb6453e5f26ca366c590b23e5646e851
Files Diff
- Added: 4
- Removed: 5
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 2 | ||
Move Class io.vertx.core.spi.transport.KQeueTransport moved to io.vertx.core.net.impl.transport.KQeueTransport | From | To | |
Move Class io.vertx.core.spi.transport.EpollTransport moved to io.vertx.core.net.impl.transport.EpollTransport | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.vertx.core.net.impl.transport.Transport from classes [io.vertx.core.net.impl.transport.EpollTransport, io.vertx.core.net.impl.transport.KQeueTransport] | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected close(vertx Vertx) : void extracted from protected tearDown() : void in class io.vertx.test.core.VertxTestBase & moved to class io.vertx.test.core.AsyncTestBase | From | To |