2d511b0624160fc2eaae852c9d0eccec6d8fdb9c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testSelectChannelsLength() : void renamed to protected assertSelectedChannel(expectedChannel int) : void in class org.apache.flink.streaming.runtime.partitioner.StreamPartitionerTest | From | To | |
| Extract Variable | 2 | ||
| Extract Variable selector : ChannelSelector in method private emitRecordWithBroadcastPartitionerOrBroadcastEmitRecord(isBroadcastEmit boolean) : void from class org.apache.flink.runtime.io.network.api.writer.RecordWriterTest | From | To | |
| Extract Variable numberOfChannels : int in method public testSelectChannelsInterval() : void from class org.apache.flink.streaming.runtime.partitioner.RebalancePartitionerTest | From | To | |
| Extract Method | 1 | ||
| Extract Method protected selectChannelAndAssertLength() : int extracted from public testSelectChannelsLength() : void in class org.apache.flink.streaming.runtime.partitioner.StreamPartitionerTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter numChannels : int to numberOfChannels : int in method private assertPartitionHashSelectedChannels(selector ChannelSelector, serializationDelegate SerializationDelegate<Integer>, record int, numberOfChannels int) : void in class org.apache.flink.runtime.operators.util.OutputEmitterTest | From | To |