069de27df67faecad741d8ba95ca0ada609e930c
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 50
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type serverSocketAddress : SocketAddress to serverSocketAddress : InetSocketAddress in method package connect(serverSocketAddress InetSocketAddress) : ChannelFuture in class org.apache.flink.runtime.io.network.netty.NettyClient | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute config : Configuration to jmConfig : Configuration in method public setupJobManager() : void in class org.apache.flink.runtime.jobmanager.JobSubmitTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type stringIntPair : Tuple2<String,Object> to stringIntPair : Tuple3<String,String,Object> in method public createLeaderRetrievalService(configuration Configuration, jobManagerName String) : StandaloneLeaderRetrievalService in class org.apache.flink.runtime.util.StandaloneUtils | From | To | |
Extract Variable | 4 | ||
Extract Variable completionListener : GenericFutureListener<io.netty.util.concurrent.Future<? super Void>> in method public onSuccess(filePathOption Object) : void from class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler.respondAsLeader.onSuccess | From | To | |
Extract Variable config : Configuration in method public testLibraryCacheManagerCleanup() : void from class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManagerTest | From | To | |
Extract Variable config : Configuration in method public testBlobCache() : void from class org.apache.flink.runtime.blob.BlobCacheSuccessTest | From | To | |
Extract Variable protocol : String in method protected runApplicationMaster(config Configuration) : int from class org.apache.flink.yarn.YarnApplicationMasterRunner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter configuration : Configuration to blobClientConfig : Configuration in method public BlobCache(serverAddress InetSocketAddress, blobClientConfig Configuration) in class org.apache.flink.runtime.blob.BlobCache | From | To |