2bf2568eec66a61a62cb2a5bc752ca425d2a97e1
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable isJarPathUrl : boolean to isArchivePathUrl : boolean in method protected validateSourceConfigs(sourceConfig SourceConfig) : void in class org.apache.pulsar.admin.cli.CmdSources.SourceCommand | From | To | |
Rename Variable jarFilePath : String to archivePath : String in method protected validateSourceConfigs(sourceConfig SourceConfig) : void in class org.apache.pulsar.admin.cli.CmdSources.SourceCommand | From | To | |
Rename Variable ex : Exception to t : Throwable in method public run() : void in class org.apache.pulsar.functions.instance.JavaInstanceRunnable | From | To | |
Rename Variable isJarPathUrl : boolean to isArchivePathUrl : boolean in method protected validateSinkConfigs(sinkConfig SinkConfig) : void in class org.apache.pulsar.admin.cli.CmdSinks.SinkCommand | From | To | |
Rename Variable jarFilePath : String to archivePath : String in method protected validateSinkConfigs(sinkConfig SinkConfig) : void in class org.apache.pulsar.admin.cli.CmdSinks.SinkCommand | From | To | |
Change Return Type | 2 | ||
Change Return Type Exception to Throwable in method public getDeathException() : Throwable in class org.apache.pulsar.functions.runtime.ThreadRuntime | From | To | |
Change Return Type Exception to Throwable in method public getDeathException() : Throwable in class org.apache.pulsar.functions.runtime.Runtime | From | To | |
Rename Attribute | 1 | ||
Rename Attribute jarFile : String to archive : String in class org.apache.pulsar.admin.cli.CmdSinks.SinkCommand | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ex : Exception to t : Throwable in method public run() : void in class org.apache.pulsar.functions.instance.JavaInstanceRunnable | From | To | |
Extract Method | 2 | ||
Extract Method public getSourceType(className String, classloader ClassLoader) : Class<?> extracted from public getSourceType(className String) : Class<?> in class org.apache.pulsar.functions.utils.Utils | From | To | |
Extract Method public getSinkType(className String, classLoader ClassLoader) : Class<?> extracted from public getSinkType(className String) : Class<?> in class org.apache.pulsar.functions.utils.Utils | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type deathException : Exception to deathException : Throwable in class org.apache.pulsar.functions.instance.JavaInstanceRunnable | From | To | |
Change Attribute Type deathException : Exception to deathException : Throwable in class org.apache.pulsar.functions.runtime.ProcessRuntime | From | To | |
Change Attribute Type runtimeDeathException : Exception to runtimeDeathException : Throwable in class org.apache.pulsar.functions.runtime.RuntimeSpawner | From | To |