bfa5b89d1843dffb9d5ed0223713fed68b515dcb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public getCiphersUsed() : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint to public getEnabledCiphers() : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper | From | To | |
Move Method | 1 | ||
Move Method public getSSLContext() : SSLContext from class org.apache.tomcat.util.net.AbstractJsseEndpoint to public getSSLContext() : SSLContext from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper | From | To | |
Move Attribute | 3 | ||
Move Attribute private enabledProtocols : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint to private enabledProtocols : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper | From | To | |
Move Attribute private enabledCiphers : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint to private enabledCiphers : String[] from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper | From | To | |
Move Attribute private sslContext : SSLContext from class org.apache.tomcat.util.net.AbstractJsseEndpoint to private sslContext : SSLContext from class org.apache.tomcat.util.net.AbstractJsseEndpoint.SSLContextWrapper | From | To |