ce547d13166f3fac5b052cd8bb2c53b36a7730c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testTaskManagerRegisterReelectionOfResourceManager() : void renamed to public testTaskExecutorsReconnectToClusterWithLeadershipChange() : void in class org.apache.flink.runtime.leaderelection.LeaderChangeClusterComponentsTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute RETRY_TIMEOUT : long to RETRY_INTERVAL : long in class org.apache.flink.runtime.testutils.CommonTestUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method public waitUntilCondition(condition SupplierWithException<Boolean,Exception>, timeout Deadline, retryIntervalMillis long) : void extracted from public waitUntilCondition(condition SupplierWithException<Boolean,Exception>, timeout Deadline) : void in class org.apache.flink.runtime.testutils.CommonTestUtils | From | To |