edbae3cd3edf7c2beb87d2bbeb942e2138387062
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type object : Object to pulsarFunction : PulsarFunction in method public JavaInstance(config InstanceConfig, pulsarFunction PulsarFunction, clsLoader ClassLoader, pulsarClient PulsarClient, inputSerDe List<SerDe>, outputSerDe SerDe, sourceConsumers Map<String,Consumer>) in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To | |
Change Parameter Type type : Type to obj : Object in method public SimpleSerDe(obj Object, ser boolean) in class org.apache.pulsar.functions.utils.SimpleSerDe | From | To | |
Rename Attribute | 3 | ||
Rename Attribute sourceTopicName : String to customSerdeSourceTopics : String in class org.apache.pulsar.functions.runtime.instance.JavaInstanceMain | From | To | |
Rename Attribute inputSerdeClassName : String to customSerdeClassnames : String in class org.apache.pulsar.functions.runtime.instance.JavaInstanceMain | From | To | |
Rename Attribute inputSerdeClassNames : String to customSerdeClassNames : String in class org.apache.pulsar.admin.cli.CmdFunctions.FunctionConfigCommand | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type type : Type to type : Class in class org.apache.pulsar.functions.utils.SimpleSerDe | From | To | |
Change Attribute Type supportedInputTypes : Set<Type> to supportedInputTypes : Set<Class> in class org.apache.pulsar.functions.utils.SimpleSerDe | From | To | |
Extract Method | 1 | ||
Extract Method private createConsumerConfiguration(topicName String) : ConsumerConfiguration extracted from private startSourceConsumers() : void in class org.apache.pulsar.functions.runtime.instance.JavaInstanceRunnable | From | To | |
Rename Parameter | 2 | ||
Rename Parameter object : Object to pulsarFunction : PulsarFunction in method public JavaInstance(config InstanceConfig, pulsarFunction PulsarFunction, clsLoader ClassLoader, pulsarClient PulsarClient, inputSerDe List<SerDe>, outputSerDe SerDe, sourceConsumers Map<String,Consumer>) in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To | |
Rename Parameter type : Type to obj : Object in method public SimpleSerDe(obj Object, ser boolean) in class org.apache.pulsar.functions.utils.SimpleSerDe | From | To |