a548bc2e04890b3d478f4e25f0d1896ff5439ac3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testInconsistentType() : void renamed to public testInconsistentInputType() : void in class org.apache.pulsar.functions.runtime.instance.JavaInstanceTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable serdeTypeArgs : Class<?>[] to inputSerdeTypeArgs : Class<?>[] in method private computeInputAndOutputTypesAndVerifySerDe() : void in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute serDeClassName : String to inputSerdeClassName : String in class org.apache.pulsar.admin.cli.CmdFunctions.FunctionsCommand | From | To | |
| Rename Attribute serDe : SerDe to inputSerDe : SerDe in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To | |
| Extract Method | 2 | ||
| Extract Method private initializeSerDe(serdeClassName String, classLoader ClassLoader) : SerDe extracted from package JavaInstance(config JavaInstanceConfig, object Object, clsLoader ClassLoader) in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type supportedInputTypes : List<Type> to supportedInputTypes : Set<Type> in class org.apache.pulsar.functions.runtime.instance.JavaInstance | From | To |