cdf0edadec904f9be36afd59c420a2bc160c341a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPeerCertificateChain() : X509Certificate[] renamed to public peerCertificateChain() : X509Certificate[] in class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method | 4 | ||
Pull Up Method public isSsl() : boolean from class io.vertx.core.http.impl.ServerConnection to public isSsl() : boolean from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method public isSsl() : boolean from class io.vertx.core.http.impl.ClientConnection to public isSsl() : boolean from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method public isSsl() : boolean from class io.vertx.core.http.impl.Http2ConnectionBase to public isSsl() : boolean from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Pull Up Method public isSsl() : boolean from class io.vertx.core.net.impl.NetSocketImpl to public isSsl() : boolean from class io.vertx.core.net.impl.ConnectionBase | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method public peerCertificateChain() : X509Certificate[] extracted from public peerCertificateChain() : X509Certificate[] in class io.vertx.core.http.impl.VertxHttp2NetSocket & moved to class io.vertx.core.http.impl.WebSocketImplBase | From | To | |
Extract And Move Method public peerCertificateChain() : X509Certificate[] extracted from public peerCertificateChain() : X509Certificate[] in class io.vertx.core.http.impl.HttpServerRequestImpl & moved to class io.vertx.core.http.impl.WebSocketImplBase | From | To | |
Extract And Move Method public peerCertificateChain() : X509Certificate[] extracted from public peerCertificateChain() : X509Certificate[] in class io.vertx.core.http.impl.Http2ServerRequestImpl & moved to class io.vertx.core.http.impl.WebSocketImplBase | From | To | |
Extract And Move Method public peerCertificateChain() : X509Certificate[] extracted from public peerCertificateChain() : X509Certificate[] in class io.vertx.core.http.impl.ServerWebSocketImpl & moved to class io.vertx.core.http.impl.WebSocketImplBase | From | To |