4150f472860b907e6c6a47039f110fbec496a684
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method private setConfigIfNull(config Map<String,Object>, key String, value String) : void from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to public setConfigIfNull(config Map<String,Object>, key String, value String) : void from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Method private throwExceptionIfConfigNotMatch(config Map<String,Object>, key String, value String) : void from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to public throwExceptionIfConfigNotMatch(config Map<String,Object>, key String, value String) : void from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Method public open(config Map<String,Object>, sourceContext SourceContext) : void from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to public open(config Map<String,Object>, sourceContext SourceContext) : void from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Method private topicNamespace(sourceContext SourceContext) : String from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to public topicNamespace(sourceContext SourceContext) : String from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute private DEFAULT_HISTORY : String from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to private DEFAULT_HISTORY : String from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Attribute private DEFAULT_OFFSET_TOPIC : String from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to private DEFAULT_OFFSET_TOPIC : String from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Attribute private DEFAULT_HISTORY_TOPIC : String from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to private DEFAULT_HISTORY_TOPIC : String from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Pull Up Attribute private DEFAULT_CONVERTER : String from class org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource to private DEFAULT_CONVERTER : String from class org.apache.pulsar.io.debezium.DebeziumSource | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.pulsar.io.debezium.DebeziumSource from classes [org.apache.pulsar.io.debezium.mysql.DebeziumMysqlSource] | From | To |