f3d4011f80b3d6b25e55a354d1a41928074f02a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testConnectWithBroadcastTranslation() : void renamed to public testKeyedWithBroadcastTranslation() : void in class org.apache.flink.test.streaming.runtime.BroadcastStateITCase | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method package TestBroadcastProcessFunction(initialTimerTimestamp long, expectedBroadcastState Map<Long,String>) from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to package TestKeyedBroadcastProcessFunction(initialTimerTimestamp long, expectedBroadcastState Map<Long,String>) from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Move Method | 2 | ||
Move Method public processElement(value Long, ctx ReadOnlyContext, out Collector<String>) : void from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to public processElement(value Long, ctx ReadOnlyContext, out Collector<String>) : void from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Move Method public onTimer(timestamp long, ctx OnTimerContext, out Collector<String>) : void from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to public onTimer(timestamp long, ctx OnTimerContext, out Collector<String>) : void from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Move Attribute | 3 | ||
Move Attribute private timerToExpectedKey : Map<Long,Long> from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to private timerToExpectedKey : Map<Long,Long> from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Move Attribute private expectedState : Map<Long,String> from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to private expectedState : Map<Long,String> from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Move Attribute private nextTimerTimestamp : long from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction to private nextTimerTimestamp : long from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestKeyedBroadcastProcessFunction from class org.apache.flink.test.streaming.runtime.BroadcastStateITCase.TestBroadcastProcessFunction | From | To |