c174f87470ad3a59fb3b840f10663b574c341999
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 5 | ||
Pull Up Method package metric(metric Object) : void from class io.vertx.core.http.impl.ServerConnection to public metric(metric Object) : void from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method protected metric() : Object from class io.vertx.core.http.impl.ServerConnection to public metric() : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method protected metric() : Object from class io.vertx.core.http.impl.ClientConnection to public metric() : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method protected setMetric(metric Object) : void from class io.vertx.core.net.impl.NetSocketImpl to public metric(metric Object) : void from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method protected metric() : Object from class io.vertx.core.net.impl.NetSocketImpl to public metric() : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Move Method | 2 | ||
Move Method protected metric() : Object from class io.vertx.core.http.impl.Http2ServerConnection to public metric() : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Move Method protected metric() : Object from class io.vertx.core.http.impl.Http2ClientConnection to public metric() : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private metric : Object from class io.vertx.core.http.impl.ServerConnection to private metric : Object from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Attribute private metric : Object from class io.vertx.core.net.impl.NetSocketImpl to private metric : Object from class io.vertx.core.net.impl.ConnectionBase | From | To |