2a1dc0026a866bc3c4d8a65c0f42ca3169846450
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setSslContextWrapper(sslContextWrapper SSLContextWrapper) : void renamed to public setSslContext(sslContext SSLContext) : void in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Rename Method public getSslContextWrapper() : SSLContextWrapper renamed to public getSslContext() : SSLContext in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type sslContextWrapper : SSLContextWrapper to sslContext : SSLContext in method public setSslContext(sslContext SSLContext) : void in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Move Method | 2 | ||
| Move Method public getEnabledProtocols() : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper to public getEnabledProtocols() : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Move Method public getEnabledCiphers() : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper to public getEnabledCiphers() : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private enabledCiphers : String[] from class org.apache.tomcat.util.net.openssl.OpenSSLUtil to private enabledCiphers : String[] from class org.apache.tomcat.util.net.SSLUtilBase | From | To | |
| Pull Up Attribute private enabledProtocols : String[] from class org.apache.tomcat.util.net.openssl.OpenSSLUtil to private enabledProtocols : String[] from class org.apache.tomcat.util.net.SSLUtilBase | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SSLContextWrapper to SSLContext in method public getSslContext() : SSLContext in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private sslContext : SSLContext from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper to private sslContext : SSLContext from class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Move Attribute private enabledCiphers : String[] from class org.apache.tomcat.util.net.openssl.OpenSSLUtil to private enabledCiphers : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Move Attribute private enabledProtocols : String[] from class org.apache.tomcat.util.net.openssl.OpenSSLUtil to private enabledProtocols : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Move Attribute private enabledProtocols : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper to private enabledProtocols : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Move Attribute private enabledCiphers : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper to private enabledCiphers : String[] from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute SUPPORTED_PROTOCOLS_SET : Set<String> to IMPLEMENTED_PROTOCOLS_SET : Set<String> in class org.apache.tomcat.util.net.openssl.OpenSSLEngine | From | To | |
| Rename Attribute sslContextWrapper : SSLContextWrapper to sslContext : SSLContext in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Rename Attribute SUPPORTED_PROTOCOLS : String[] to IMPLEMENTED_PROTOCOLS : String[] in class org.apache.tomcat.util.net.openssl.OpenSSLEngine | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sslContextWrapper : SSLContextWrapper to sslContext : SSLContext in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter sslContextWrapper : SSLContextWrapper to sslContext : SSLContext in method public setSslContext(sslContext SSLContext) : void in class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To |