c40cfd317947b6b0f384ac3e067c0939a4586810
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public test() : void renamed to public testUnion() : void in class org.apache.flink.streaming.api.graph.SlotAllocationTest | From | To | |
Rename Method public startNewSlotSharingGroup() : void renamed to public setSlotSharingGroup(slotSharingGroup String) : void in class org.apache.flink.streaming.api.graph.StreamNode | From | To | |
Rename Variable | 1 | ||
Rename Variable slotSharingID : int to slotSharingGroup : String in method private setSlotSharing() : void in class org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type slotSharingGroups : Map<Integer,SlotSharingGroup> to slotSharingGroups : Map<String,SlotSharingGroup> in method private setSlotSharing() : void in class org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator | From | To | |
Change Variable Type slotSharingID : int to slotSharingGroup : String in method private setSlotSharing() : void in class org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator | From | To | |
Change Variable Type streamTask : StreamTask to streamTask : StreamTask<?,?> in method public waitForTaskRunning() : void in class org.apache.flink.streaming.runtime.tasks.StreamTaskTestHarness | From | To | |
Extract Variable | 1 | ||
Extract Variable inputIds : Collection<Integer> in method private transformFeedback(iterate FeedbackTransformation<T>) : Collection<Integer> from class org.apache.flink.streaming.api.graph.StreamGraphGenerator | From | To |