8fcdd09ed0273498cf37c50386a535aa15db501d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private initializeSerDe(serdeClassName String, classLoader ClassLoader) : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstance to private initializeSerDe(serdeClassName String, clsLoader ClassLoader) : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstanceRunnable | From | To | |
Move Attribute | 2 | ||
Move Attribute private outputSerDe : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstance to private outputSerDe : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstanceRunnable | From | To | |
Move Attribute private inputSerDe : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstance to private inputSerDe : SerDe from class org.apache.pulsar.functions.runtime.instance.JavaInstanceRunnable | From | To | |
Rename Parameter | 1 | ||
Rename Parameter classLoader : ClassLoader to clsLoader : ClassLoader in method private initializeSerDe(serdeClassName String, clsLoader ClassLoader) : SerDe in class org.apache.pulsar.functions.runtime.instance.JavaInstanceRunnable | From | To |