ddfd4b89e06a4c89fa39f79ad2d3633c9dd09a85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sslHandler : SslHandler to clientSslHandler : SslHandler in method private testValidSslConnection(sslConfig Configuration) : void in class org.apache.flink.runtime.io.network.netty.NettyClientServerSslTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<Boolean> to Iterable<Tuple2<Boolean,String>> in method public data() : Iterable<Tuple2<Boolean,String>> in class org.apache.flink.runtime.rest.handler.job.JobSubmitHandlerTest | From | To | |
Extract Method | 2 | ||
Extract Method public createInternalSslConfigWithKeyAndTrustStores(sslProvider String) : Configuration extracted from public createInternalSslConfigWithKeyAndTrustStores() : Configuration in class org.apache.flink.runtime.net.SSLUtilsTest | From | To | |
Extract Method package init(nettyBufferPool NettyBufferPool, channelInitializer Function<SSLHandlerFactory,ServerChannelInitializer>) : int extracted from package init(protocol NettyProtocol, nettyBufferPool NettyBufferPool) : int in class org.apache.flink.runtime.io.network.netty.NettyServer | From | To |