14c1941d8eaa583eb8f7eeb5478e605850c0d355
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private removeKeySetForKey(key K) : void renamed to private getDeletedKeysForKeyGroup(key K) : Set<K> in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To | |
Rename Method private getKeySetForKeyGroup(key K) : Set<K> renamed to private getRegisteredKeysForKeyGroup(key K) : Set<K> in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To | |
Rename Method private getKeySetForKeyGroup(keyGroupIdx int) : Set<K> renamed to private getRegisteredKeysForKeyGroup(keyGroupIdx int) : Set<K> in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To | |
Rename Variable | 1 | ||
Rename Variable localKeyGroupIdx : int to localIdx : int in method private getDeletedKeysForKeyGroup(keyGroupIdx int) : Set<K> in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Set<K> in method private getDeletedKeysForKeyGroup(key K) : Set<K> in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To | |
Extract Method | 1 | ||
Extract Method private getDeletedKeysForKeyGroup(keyGroupIdx int) : Set<K> extracted from private removeKeySetForKey(key K) : void in class org.apache.flink.streaming.api.operators.InternalWatermarkCallbackService | From | To |