ed63d0c2b71b25a456008389c5d10c172ee9511f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setClientAuthRequired(clientAuthRequired boolean) : NetServerOptions renamed to public setClientAuth(clientAuth SSLHelper.ClientAuth) : NetServerOptions in class io.vertx.core.net.NetServerOptions | From | To | |
| Rename Method public setClientAuthRequired(clientAuthRequired boolean) : HttpServerOptions renamed to public setClientAuth(clientAuth SSLHelper.ClientAuth) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in method public setClientAuth(clientAuth SSLHelper.ClientAuth) : NetServerOptions in class io.vertx.core.net.NetServerOptions | From | To | |
| Change Parameter Type clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in method public setClientAuth(clientAuth SSLHelper.ClientAuth) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in class io.vertx.core.net.NetServerOptions | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in class io.vertx.core.net.NetServerOptions | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in method public setClientAuth(clientAuth SSLHelper.ClientAuth) : NetServerOptions in class io.vertx.core.net.NetServerOptions | From | To | |
| Rename Parameter clientAuthRequired : boolean to clientAuth : SSLHelper.ClientAuth in method public setClientAuth(clientAuth SSLHelper.ClientAuth) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions | From | To |