12e820c69819f3850597e54d08dde82373147a18
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public isRestSSLAuthenticationEnabled(sslConfig Configuration) : boolean extracted from public createRestServerSSLContext(config Configuration) : SSLContext in class org.apache.flink.runtime.net.SSLUtils | From | To | |
Extract Method public isRestSSLAuthenticationEnabled(sslConfig Configuration) : boolean extracted from public createRestClientSSLContext(config Configuration) : SSLContext in class org.apache.flink.runtime.net.SSLUtils | From | To | |
Extract Method private createRestSSLContext(config Configuration, configMode RestSSLContextConfigMode) : SSLContext extracted from public createRestClientSSLContext(config Configuration) : SSLContext in class org.apache.flink.runtime.net.SSLUtils | From | To | |
Extract Method private createRestSSLContext(config Configuration, configMode RestSSLContextConfigMode) : SSLContext extracted from public createRestServerSSLContext(config Configuration) : SSLContext in class org.apache.flink.runtime.net.SSLUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter config : Configuration to sslConfig : Configuration in method public isRestSSLAuthenticationEnabled(sslConfig Configuration) : boolean in class org.apache.flink.runtime.net.SSLUtils | From | To |