a010166f9e67587a065fbe50657a9c76fb7403a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public topic(topic String) : PulsarSourceBuilder<T> renamed to public topicsPatternString(topicsPattern String) : PulsarSourceBuilder<T> in class org.apache.flink.streaming.connectors.pulsar.PulsarSourceBuilder | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute topic : String to topicNames : Set<String> in class org.apache.flink.streaming.connectors.pulsar.PulsarConsumerSource | From | To | |
| Rename Attribute topic : String to topicsPattern : Pattern in class org.apache.flink.streaming.connectors.pulsar.PulsarSourceBuilder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type topic : String to topicNames : Set<String> in class org.apache.flink.streaming.connectors.pulsar.PulsarConsumerSource | From | To | |
| Change Attribute Type topic : String to topicsPattern : Pattern in class org.apache.flink.streaming.connectors.pulsar.PulsarSourceBuilder | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter topic : String to topicsPattern : String in method public topicsPatternString(topicsPattern String) : PulsarSourceBuilder<T> in class org.apache.flink.streaming.connectors.pulsar.PulsarSourceBuilder | From | To |